Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/realamirhe/leaf-node

A leaf node for your machine learning journey, from scratch to practical applications...
https://github.com/realamirhe/leaf-node

algorithm auto-encoder classification cybernetics feature-extraction feedback-mechanism lda learning machine-learning machine-learning-journey numpy pca practice regression scikit-learn sklearn smlfdl

Last synced: 3 days ago
JSON representation

A leaf node for your machine learning journey, from scratch to practical applications...

Awesome Lists containing this project

README

        

# MLLN

logo


Machine Learning Leaf Node

An optimal start node for beginning your machine learning journey

### πŸ“ algorithms

* [↖️](algorithms/KMeans.ipynb) KMeans
* [↖️](algorithms/KNN.ipynb) K-Nearest Neighbors(KNN)
* [↖️](algorithms/LDA.ipynb) Linear Discriminant Analysis(LDA)
* [↖️](algorithms/Logistic%20Regression.ipynb) Logistic Regression
* [↖️](algorithms/Naive%20Bayes.ipynb) NaΓ―ve Bayes
* [↖️](algorithms/PCA.ipynb) Principal Component Analysis(PCA)
* [↖️](algorithms/StochasticGradientDescent.ipynb) StochasticGradientDescent(SGD)
* [↖️](algorithms/perceptron.ipynb) Perceptron
* [↖️](algorithms/regression.ipynb) Regression

### πŸ“ applications

* [↖️](applications/Parkinson's%20Disease%20classification.ipynb) Parkinson's Disease classification πŸ“Š[data][app_parkinson_data] - πŸ“„[article][app_parkinson_article]
* [↖️](applications/face%20reconstruction%20with%20PCA.ipynb) Face Reconstruction with PCA

## πŸ†• πŸ”₯ [SMLFDL](applications/SMLFDL.py) - πŸ“„[article][SMLFDL_article]
SVMs multi-class loss feedback based discriminative dictionary learning for image classification

> SMLFDL integrates dictionary learning and support vector machines training into a unified learning
framework by looping the designed multi-class loss term, which
is inspired by the feedback mechanism in cybernetics.

analysis has been done on scene-15 dataset.
Feature vectors has been prepared by four-level `spatial pyramid`, dense `DAISY` feature description followed by PCA.
As article proposed SMLFDL are faster in predictions and converge in lower epochs.
code for features will be added soon.

[app_parkinson_data]: https://archive.ics.uci.edu/ml/datasets/Parkinson%27s+Disease+Classification#
[app_parkinson_article]: https://linkinghub.elsevier.com/retrieve/pii/S1568494618305799
[UDA_data]: http://mason.gmu.edu/~lzhao9/materials/data/UAV/data/pub_dataset1.mat
[UDA_article]: https://dl.acm.org/doi/10.1145/3219819.3220117
[SMLFDL_article]: https://www.sciencedirect.com/science/article/abs/pii/S0031320320304933