AI and Statistics - MATLAB & Simulink (original) (raw)
Accelerate statistics, machine learning, and deep learning applications with parallel computing
Use parallel computing to accelerate statistical computations, and training and prediction workflows using machine learning and deep learning models.
Apps
Classification Learner | Train models to classify data using supervised machine learning |
---|---|
Regression Learner | Train regression models to predict data using supervised machine learning |
Experiment Manager | Design and run experiments to train and compare deep learning networks |
Topics
Statistics and Machine Learning
- Analyze and Model Data on GPU (Statistics and Machine Learning Toolbox)
Accelerate your code by using GPU array input arguments. - Accelerate Linear Model Fitting on GPU (Statistics and Machine Learning Toolbox)
This example shows how you can accelerate regression model fitting by running functions on a graphical processing unit (GPU).
Deep Learning
- Scale Up Deep Learning in Parallel, on GPUs, and in the Cloud (Deep Learning Toolbox)
Explore options for deep learning with MATLABĀ® in parallel and using multiple GPUs, locally or in the cloud. - Run Experiments in Parallel (Deep Learning Toolbox)
Run multiple simultaneous trials or one trial at a time on multiple workers. (Since R2020b) - Train Deep Learning Networks in Parallel (Deep Learning Toolbox)
This example shows how to run multiple deep learning experiments on your local machine.
Related Information
- Functions with gpuArray Support (Statistics and Machine Learning Toolbox)
- Functions with Automatic Parallel Support (Statistics and Machine Learning Toolbox)
- Functions with gpuArray Support (Deep Learning Toolbox)
Featured Examples
Train Classification Ensemble in Parallel
Train a bagged ensemble in parallel reproducibly.
(Statistics and Machine Learning Toolbox)
Wide Data via Lasso and Parallel Computing
Identify important predictors using lasso
and cross-validation.
(Statistics and Machine Learning Toolbox)
Use Parallel Processing for Regression TreeBagger Workflow
Speed up computation by running TreeBagger
in parallel.
(Statistics and Machine Learning Toolbox)
Train Network in the Cloud Using Automatic Parallel Support
Train a convolutional neural network using MATLABĀ® automatic support for parallel training.
(Deep Learning Toolbox)
Train Network Using Automatic Multi-GPU Support
Use multiple GPUs on your local machine for deep learning training using automatic parallel support.
(Deep Learning Toolbox)