Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 547 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 547 Bytes

ml

Machine Learning

This repository will contain small machine learning related projects. Language of choice: python.

Boston Dataset

  • Linear regression

NLP Projects

  • Predicting next word in a sequence of words. Available both in notebook and with web UI when pressing spacebar suggests next word.

Neural Network Projects

  • Single layer perceptron. with visualization of convergence as a line separating 2 classes of points.

Data Mining Projects

  • ID3 algorithm implementation

PR projects

  • SVM
  • Mean Shift Algorithm