DEV Community

Cover image for Machine Learning Cheatsheet
Hasanul Banna Himel
Hasanul Banna Himel

Posted on

Machine Learning Cheatsheet

Prerequisite Knowledge

Machine Learning Algorithms

Common ML algorithms (examples coming soon)!

  • Deep learning (MLP, CNN, RNN, LSTM)
  • Linear regression,Multiple regression,logistic regression]
  • Random Forests
  • Support vector machine (SVM) with kernels (Linear, Poly, RBF)
  • K-Means
  • Gaussian Mixture Model
  • K-nearest neighbors
  • Naive bayes
  • Principal component analysis (PCA)
  • Factorization machines
  • Restricted Boltzmann machine (RBM)
  • t-Distributed Stochastic Neighbor Embedding (t-SNE)
  • Gradient Boosting trees (also known as GBDT, GBRT, GBM, XGBoost)
  • Reinforcement learning (Deep Q learning)

Beginner Books

Join Our Community

Follow Hasanul Banna Himel on

LinkedIn, Facebook, Facebook, YouTube

Top comments (1)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.