riversongs Posted November 24, 2024 Report Share Posted November 24, 2024 Free Download Udemy - Intermediate Machine LearningPublished 11/2024MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHzLanguage: English | Size: 5.59 GB | Duration: 14h 24mUnderstanding, designing and implementing machine learning solutions for basic to intermediate problems.What you'll learnRecognize the various important steps within data pipelinesIdentify the common pitfalls when conducting data collection for machine learning projectsExamine the collected data to find any potential feature relationships and data quality concernsCreate data visualizations that will assist with exposing any patterns that could be exploitedSelect features that are likely to be informativeClean datasets by addressing potential data quality issuesOrganize datasets such that they will be ready for model ingestionDifferentiate between supervised, unsupervised, semi-supervised and self-supervised learningContrast conventional machine learning and deep learningDiscuss various popular supervised and unsupervised learning modelsUse Scikit-learn to solve basic to intermediate machine learning problemsExplain what neural networks areContrast the different variants of neural networksImplement basic to intermediate deep learning solutions using PyTorchRequirementsProgramming experience is not required to follow the course or the concepts that are being discussed. However, if you want to be able to do the homework and to implement models yourself, you will need to know how to program in Python.Foundational knowledge of derivatives and statistics will be beneficial, but is not required. As far as possible we aim to avoid unnecessary mathematical and statistical details when discussing the various concepts in this course.DescriptionThis course will introduce students to the field of machine learning by providing a broad overview of all of the various aspects of a machine learning pipeline, as well as the various types and subfields of machine learning models. We will explain various aspects of the data pipeline, such as what to consider during data collection, how to analyze and interpret your datasets, how to create meaningful visualizations of your data and how to clean and prepare your datasets for training machine learning models. These discussions will also provide students with insights regarding how the various aspects of the data pipeline changes for different types of data, such as tabular, image, text and time series data. Students will then learn about the various subfields of machine learning, with a particular focus on the most popular supervised and unsupervised machine learning models, as well as a few deep learning architectures. We will also discuss semi-supervised and reinforcement learning to a lesser extent. Lectures regarding specific models will aim to teach students what the core idea behind the models are, what the main differences between the various models are and what is considered to be their pros and cons. We will not provide detailed mathematical explanations regarding these models, but certain discussions provide some insights into aspects of the underlying mathematics that influence how the models work and what problems they are suitable for.Apart from discussing data pipelines and the various types of machine learning models, this course will also provide students with the necessary information to be able to build their own machine learning solutions for basic to intermediate problems. This includes discussions of the popular machine learning frameworks in Python (Scikit-learn, PyTorch, Tensorflow and Jax), the steps that should be considered when designing a machine learning project, how to train, finetune and evaluate machine learning models in a way that will provide robust performance estimations as well as a few practical examples where machine learning models are applied to some demonstrative datasets.There is considerable overlap between our Introduction to Machine Learning course and this course, but we discuss the various topics in more detail in this course with the aim to enable students to be able to implement their own machine learning solutions by the end of the course.OverviewSection 1: IntroductionLecture 1 Introducing Machine LearningLecture 2 A Brief HistoryLecture 3 Motivating the use of Machine LearningLecture 4 Machine Learning ApplicationsLecture 5 Machine Learning Pipeline OverviewSection 2: Data Exploration and VisualizationLecture 6 Data CollectionLecture 7 Data ExplorationLecture 8 Data VisualizationLecture 9 Feature ImportanceLecture 10 DemonstrationSection 3: Data PreprocessingLecture 11 Cleaning Tabular DataLecture 12 Cleaning Image DataLecture 13 Cleaning Textual DatasetsLecture 14 Cleaning Time Series DataLecture 15 Preparing Tabular DataLecture 16 Preparing Image DataLecture 17 Preparing Textual DataLecture 18 Dimensionality ReductionLecture 19 Feature EngineeringLecture 20 Data Pipeline HomeworkSection 4: Machine Learning TaxonomyLecture 21 Supervised Learning OverviewLecture 22 UnsupervisedLearningOverviewLecture 23 Supervised vs Unsupervised LearningLecture 24 Semi-supervised LearningLecture 25 Reinforcement LearningLecture 26 Deep LearningSection 5: Supervised LearningLecture 27 Linear and Logistic RegressionLecture 28 Support Vector MachinesLecture 29 K Nearest NeighboursLecture 30 Decision TreesLecture 31 EnsemblesLecture 32 Tree-based EnsemblesSection 6: Model TrainingLecture 33 Understanding under- and overfittingLecture 34 Creating Dataset SplitsLecture 35 Data LeakageLecture 36 Optimisation StrategiesLecture 37 Performance MetricsLecture 38 Hyperparameter OptimisationLecture 39 Model Comparison and SelectionSection 7: Unsupervised LearningLecture 40 Similarity MetricsLecture 41 K-MeansLecture 42 Hierarchical ClusteringLecture 43 Gaussian Mixture ModelsLecture 44 DBSCANLecture 45 Association RulesLecture 46 Anomaly DetectionSection 8: Scikit-learnLecture 47 DatasetsLecture 48 PreprocessingLecture 49 Model APILecture 50 Model EvaluationLecture 51 Model PerformanceLecture 52 Model PersistenceLecture 53 SKLearn DemonstrationLecture 54 HomeworkSection 9: Deep LearningLecture 55 Introduction to Deep LearningLecture 56 PerceptronLecture 57 Artificial Neural NetworksLecture 58 Convolutional Neural NetworksLecture 59 Recurrent Neural NetworksLecture 60 AutoencodersSection 10: Deep Learning FrameworksLecture 61 PyTorchLecture 62 PyTorch LightningLecture 63 TensorflowLecture 64 JaxLecture 65 Model librariesLecture 66 Tools for Deep LearningLecture 67 PyTorch DemonstrationLecture 68 Deep Learning HomeworkSection 11: Transfer learning and End-to-End DesignLecture 69 Transfer LearningLecture 70 Pretraining TasksLecture 71 Dataset DesignLecture 72 Model DesignLecture 73 Framework SelectionSection 12: Practical ExamplesLecture 74 Estimate Vessel Time of Arrival Practical ProblemLecture 75 Network Intrusion Anomaly Detection Practical ProblemThis course is intended for engineers and developers that want to learn more about machine learning and want to potentially move into a data science or machine learning engineer role. We will not discuss the underlying mathematical principles, but you will know enough by the end of this course to be able to use existing implementations to solve basic to intermediate machine learning problems.,This course will benefit students that are considering pursuing a career as a data scientist or machine learning engineer. This course will provide you with a strong foundational knowledge regarding most of the core aspects of a machine learning project and will provide you with a strong basis on which to continue building your understanding of the field.,This course will also be useful for managers that want to be able to understand what the important aspects are of machine learning projects and what they will need to consider when pursuing such a project. It will also provide them with enough knowledge to participate in discussions regarding machine learning and to know which questions are important to ask.,This course could be beneficial for someone that has completed our introduction to machine learning course and wants to continue learning about the various models and how one can implement them in Scikit-learn or PyTorch. However, there is some overlap between the material in the two courses and thus some information will be repeated (although we will generally provide more information in this course).,This course is not intended for anyone that already has a strong foundational understanding of machine learning, nor for anyone that wants to learn about the mathematical/statistical underpinnings on which machine learning models were built.Homepagehttps://www.udemy.com/course/intermediate-machine-learning/Download ( Rapidgator )https://rg.to/file/040a722d09cc6564a1e036f012ff96fd/hdwlp.Intermediate.Machine.Learning.part2.rar.htmlhttps://rg.to/file/05a2ca25f7312a918f4802a1d327e875/hdwlp.Intermediate.Machine.Learning.part4.rar.htmlhttps://rg.to/file/0b2bcaa15f5923c8f9f0e82f9502b061/hdwlp.Intermediate.Machine.Learning.part6.rar.htmlhttps://rg.to/file/3a122b0be4d2c1d89729f2399ab69732/hdwlp.Intermediate.Machine.Learning.part5.rar.htmlhttps://rg.to/file/cd7dafcc5406d99ec36ac49433fc8948/hdwlp.Intermediate.Machine.Learning.part1.rar.htmlhttps://rg.to/file/ddf78c24bef0297e141c558f3e9f60b4/hdwlp.Intermediate.Machine.Learning.part3.rar.htmlFikperhttps://fikper.com/6I7NHM3Dfh/hdwlp.Intermediate.Machine.Learning.part4.rar.htmlhttps://fikper.com/C4McorCEUh/hdwlp.Intermediate.Machine.Learning.part3.rar.htmlhttps://fikper.com/MIrA4a46zB/hdwlp.Intermediate.Machine.Learning.part5.rar.htmlhttps://fikper.com/OdFMqZ7v50/hdwlp.Intermediate.Machine.Learning.part6.rar.htmlhttps://fikper.com/SVWspMSOQZ/hdwlp.Intermediate.Machine.Learning.part2.rar.htmlhttps://fikper.com/mPZEAU9LnG/hdwlp.Intermediate.Machine.Learning.part1.rar.htmlNo Password - Links are Interchangeable Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now