Introductory write-up for machine learning by using MATLAB. It consist all necessary stages of data mining
- Preprocessing
- Handling missing values
- Handling Outliers
- Feature Scaling
- Handling Categorical Data
- Partitioning
- Training
- Prediction
- Analyzing the Result
- Confussion Matrix
- Visualizing the Results
- K-Nearest Neighbour
- Naive Bayes
- Decision Tree
- Support Vector Machines
- Discriminant Analysis
- Ensembles
- Holdout
- KFold
- K-means
- Hierarchical clustering
You may use Preprocessing Guide to import and process data and then decide which algorithm to make prediction and analyze the data.
- Özlem Körpe - Initial work - ozlemkorpe