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

https://github.com/zdrzalikprzemyslaw/machine-learning

Implementations of Machine Learning algorithms in Python
https://github.com/zdrzalikprzemyslaw/machine-learning

classification image-quantization k-means k-means-clustering k-means-implementation-in-python kohonen kohonen-map machine-learning mlp multi-layer-perceptron neural-gas neural-network python python3 self-organizing-map som

Last synced: 7 months ago
JSON representation

Implementations of Machine Learning algorithms in Python

Awesome Lists containing this project

README

          

# Machine Learning

Pyton implementations of various Machine Learning algorithms.

## Team Members
* [Przemysław Zdrzalik](https://github.com/ZdrzalikPrzemyslaw)
* [Karol Domański](https://github.com/k-domanski)

## [MLP](https://github.com/ZdrzalikPrzemyslaw/Machine-Learning/tree/master/MultilayerPerceptron)
* [Approximation](https://github.com/ZdrzalikPrzemyslaw/Machine-Learning/tree/master/MultilayerPerceptron/Approximation)
* [Classification](https://github.com/ZdrzalikPrzemyslaw/Machine-Learning/tree/master/MultilayerPerceptron/Classification)
* [Transformation](https://github.com/ZdrzalikPrzemyslaw/Machine-Learning/tree/master/MultilayerPerceptron/Transformation)

## [SOM](https://github.com/ZdrzalikPrzemyslaw/Machine-Learning/tree/master/SelfOrganizingMap)
* [Kohonen and Neural Gas Algorithms](https://github.com/ZdrzalikPrzemyslaw/Machine-Learning/tree/master/SelfOrganizingMap/KohonenAndNeuralGas)
* [K-Means clustering](https://github.com/ZdrzalikPrzemyslaw/Machine-Learning/tree/master/SelfOrganizingMap/KMeans)
* [Image Quantization](https://github.com/ZdrzalikPrzemyslaw/Machine-Learning/tree/master/SelfOrganizingMap/ImageQuantization)

## [RBF](https://github.com/ZdrzalikPrzemyslaw/Machine-Learning/tree/master/RadialBasisFunctionNetwork)
* [Approximation](https://github.com/ZdrzalikPrzemyslaw/Machine-Learning/tree/master/RadialBasisFunctionNetwork/Approximation)
* [Classification](https://github.com/ZdrzalikPrzemyslaw/Machine-Learning/tree/master/RadialBasisFunctionNetwork/Classification)
* [Both Previous Variants with back propagation](https://github.com/ZdrzalikPrzemyslaw/Machine-Learning/tree/master/RadialBasisFunctionNetwork/ApproximationAndClassificationWithBackPropagation)

## License
[Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/)