Machine learning algorithms overview

A comprehensive map of machine learning algorithms and their uses

Lancez-Vous. C'est gratuit
ou s'inscrire avec votre adresse e-mail
Machine learning algorithms overview par Mind Map: Machine learning algorithms overview

1. Find out what influences an observed outcome

1.1. Principal component analysis

1.2. Kernel approximation

1.3. Isomap

1.4. Local Linear Embedding

2. Predict a quantity

2.1. Speed

2.1.1. Linear regression

2.1.2. Decision tree

2.1.3. Ridge regression

2.2. Accuracy

2.2.1. Random forest

2.2.2. Decision jungle

2.2.3. Neural network

2.2.4. Support Vector Regressor

3. Predict a category

3.1. Random forest

3.2. Accuracy

3.2.1. Decision forest

3.2.2. Neural network

3.2.3. Decision jungle

3.2.4. Support Vector Machine

3.3. Speed

3.3.1. Explainable

3.3.1.1. Decision tree

3.3.1.2. Logistic regression

3.3.2. Not explainable

3.3.2.1. Naive bayes

3.3.2.2. Linear Support Vector Machine

4. Recommend items

4.1. Items can be related to users

4.1.1. K-Nearest Neighbors

4.2. Items cannot be related to users directly

4.2.1. Very large dataset

4.2.1.1. Alternating least squares

4.2.2. Small to medium dataset

4.2.2.1. Matrix factorization

5. Find unusual data/events

5.1. K-Means clustering

5.2. One-class SVM

5.3. PCA based anomaly detection

6. Discover structure

6.1. Find possible categories

6.1.1. Text only

6.1.1.1. Topic mapping

6.1.2. Categorical values

6.1.2.1. K-modes clustering

6.1.3. Hierarchical data

6.1.3.1. Hierarchical clustering

6.1.4. Numeric values

6.1.4.1. K-means clustering

6.1.4.2. Gaussian mixture

6.2. Find relationships

6.2.1. Text only

6.2.1.1. Topic mapping

6.2.2. Transactional data such as sales orders

6.2.2.1. Association rule learning