An open API service indexing awesome lists of open source software.

https://github.com/yanndubs/machinelearningcode

Some of the machine learning functions I've implemented: for learning purpose
https://github.com/yanndubs/machinelearningcode

learning-by-doing machine-learning

Last synced: 4 months ago
JSON representation

Some of the machine learning functions I've implemented: for learning purpose

Awesome Lists containing this project

README

          

# machineLearningCode
Some of the machine learning functions I've implemented: for learning purpose

# example of usage
1. [K nearest neighbours vs condendes nearest neighbours](https://yanndubs.github.io/machineLearningCode/knn-cnn/knnCnn.html)
2. [vector quantization with k means](https://yanndubs.github.io/machineLearningCode/vectorQuantisation/vectorQuantisation.jpg)
3. [possible problems with least squares RBF](https://yanndubs.github.io/machineLearningCode/leastSquareRBF-problem/leastSquareRBF-problem.pdf)
4. [residue removal by robust PCA](https://yanndubs.github.io/machineLearningCode/ApplicationRobustPCA/ApplicationRobustPCA.html)
5. [data interpolation by deep learning](https://yanndubs.github.io/machineLearningCode/deepLearningInterpolation/deepLearningInterpolation.html)