Fundamental Machine Learning Codes
- EM.py -- EM algorithm on Mixture of Gumbel and Gaussian Distribution.
- curse.py -- The curse of dimensionality in Machine Learning.
- gumbel.py -- Estimating paramters of a Gumbel Distribution using Newton Raphson method.
- gradientsse.py -- Linear regression using Sum of squared errors.
- gradientdist.py -- Linear regression using distance of a point from a plane.
- logistic.py -- Logistic Regression and PCA with and without normalization for 3 datasets.
- neural.py -- Feed Forward Neural Network for 2 abstract concepts.
Learned Concept 1 and 2 Heat Maps: