Machine Learning with MATLAB Overview
Learn how machine learning tools in MATLAB® can be used to solve regression, clustering, and classification problems.
Published: 3 Dec 2013
Machine learning uses algorithms that learn from data to help make better decisions. Examples of machine learning applications include clustering, where objects are grouped into bins with similar traits; regression, where relationships among variables are estimated; and classification, where a trained model is used to predict a categorical response. Let's take a look at the steps in a machine learning workflow. You might have data in many places, such as multiple spreadsheets and databases.
MATLAB provides interactive tools that make it easy to perform a variety of machine learning tasks, including connecting to and importing data. Apps can generate MATLAB code, enabling you to automate tasks. Oftentimes, data has missing or incorrect values. Functions for finding, removing, and cleaning data enable you to get your data ready for analysis.
Information such as data trends, patterns, and outliers can help us decide which machine learning techniques to apply. Using data visualization tools, you can explore your data, identify key traits, and communicate your findings. It's not always obvious what the best machine learning algorithm is going to be for a particular problem. Statistics Toolbox has a wide variety of algorithms to choose from. And these algorithms use a similar syntax.
This enables you to quickly try out several different machine learning approaches, like in this example, where we apply logistic regression, discriminate analysis, and K-nearest neighbors to our dataset. Some machine learning algorithms are computationally intensive. You can speed up these algorithms using built-in support for parallel computing.
Neural networks are also a common approach for supervised and unsupervised learning. Neural Network Toolbox provides additional algorithms and point-and-click apps that guide you through the process of training and testing neural networks.
Having trained different models, it's essential to compare their performance on test data so that we can gain confidence in our results. In this example, we compare how accurately different algorithms correctly classified our test data. Oftentimes, models need to be refined in order for them to run faster in the end application. Tools per model refinement and reduction enable you to analyze the effect of algorithm parameters and identify a subset of features that can be used to produce similar results.
Machine learning algorithms are often used in enterprise systems. Using MATLAB Compiler with add-on builder products, you can integrate your MATLAB models directly into applications written in Java, and .NET models can also be deployed as Excel add-ins and standalone executables. For more information on machine learning, click a link below.
Featured Product
MATLAB
Up Next:
Related Videos:
Sélectionner un site web
Choisissez un site web pour accéder au contenu traduit dans votre langue (lorsqu'il est disponible) et voir les événements et les offres locales. D’après votre position, nous vous recommandons de sélectionner la région suivante : .
Vous pouvez également sélectionner un site web dans la liste suivante :
Comment optimiser les performances du site
Pour optimiser les performances du site, sélectionnez la région Chine (en chinois ou en anglais). Les sites de MathWorks pour les autres pays ne sont pas optimisés pour les visites provenant de votre région.
Amériques
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asie-Pacifique
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)