Machine Learning
This repository will contain small machine learning related projects. Language of choice: python.
- Linear regression
- Predicting next word in a sequence of words. Available both in notebook and with web UI when pressing spacebar suggests next word.
- Single layer perceptron. with visualization of convergence as a line separating 2 classes of points.
- ID3 algorithm implementation
- SVM
- Mean Shift Algorithm