This lesson is being piloted (Beta version)

Introduction to Machine Learning using Python: Glossary

Key Points

Introduction to Machine Learning
  • Basic Machine Learning

Introduction to Scikit Learn
  • sklearn

Data Partition with Scikit-Learn
  • sklearn, data partition

Evaluation Metrics with Scikit-Learn
  • sklearn, metrics

Training Machine Learning model using Regression Method
  • Regression training

Training Machine Learning model using Tree-based model
  • Decision Tree, Random Forest

Training Machine Learning model using Ensemble approach
  • Bagging, Boosting

Training Machine Learning model using Model based Prediction
  • Naive Bayes, Linear Discriminent Analyst

Regularization and Variable Selection
  • Regularization, Ridge Regression, LASSO, Elastic Nets

Dimension Reduction
  • PCA

Neural Network
  • ANN

Support Vector Machine
  • SVM

K-Nearest Neighbour
  • KNN

Unsupervised Learning
  • K-mean

Mini-Project
  • Self-project

Glossary

FIXME