Machine Learning with MATLAB

Go to class
Write Review

Machine Learning with MATLAB provided by MATLAB Academy is a comprehensive online course, which lasts for 12 hours worth of material. Machine Learning with MATLAB is taught by Andrea Bayas. Upon completion of the course, you can receive an e-certificate from MATLAB Academy. The course is taught in Englishand is Free Certificate. Visit the course page at MATLAB Academy for detailed price information.

Overview
    • Getting Started: Get an overview of the course. Import and process data, explore data features, and train and evaluate a classification model.
    • Finding Natural Patterns in Data: Use unsupervised learning techniques to group observations based on a set of explanatory variables and discover natural patterns in a data set.
    • Classification Methods: Use available classification methods to train data classification models. Make predictions and evaluate the accuracy of a predictive model.
    • Improving Predictive Models: Validate model performance. Optimize model properties. Reduce the dimensionality of a data set and simplify machine learning models.
    • Regression Methods: Use supervised learning techniques to perform predictive modeling for continuous response variables.
    • Conclusion: Learn next steps and give feedback on the course.

Syllabus
    • Course Overview
    • Review - Machine Learning Onramp
    • Course Example - Grouping Basketball Players
    • Low Dimensional Visualization
    • k-Means Clustering
    • Gaussian Mixture Models
    • Interpreting the Clusters
    • Hierarchical Clustering
    • Project - Clustering
    • Course Example - Classifying Fault Types
    • Nearest Neighbor Classification
    • Classification Trees
    • Naive Bayes Classification
    • Discriminant Analysis
    • Support Vector Machines
    • Classification with Neural Networks
    • Project - Classification Methods
    • Methods for Improving Predictive Models
    • Cross Validation
    • Reducing Predictors - Feature Transformation
    • Reducing Predictors - Feature Selection
    • Hyperparameter Optimization
    • Ensemble Learning
    • Project - Improving Predictive Models
    • Course Example - Fuel Economy
    • Linear Models
    • Stepwise Fitting
    • Regularized Linear Models
    • SVMs, Trees and Neural Networks
    • Gaussian Process Regression
    • Project - Regression
    • Additional Resources
    • Survey