Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 503 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 503 Bytes

Data Analysis

labs for University course

lab1 - Basic ML Algorithms from scratch (python + numpy)

  • Linear Regression (1D)
  • Logistic Regression (2D)
  • CART (2D)

lab2 - Classification using sklearn

  • kNN
  • SVM
  • Ensemble Classifiers - Random Forest, AdaBoost, Gradient Boost

lab3 - Unsupervised Learning

  • k-means
  • EM algorithm (for GMM model)

lab4 - Intro to ANN (using tensorflow)

  • Multilayer Perceptron (MLP)
  • Convolutional neural network (CNN)
  • Recurrent neural network (RNN)