Simple and minimal Python implementation of Machine Learning algorithms and models.
You can clone this repository to your computer.
git clone https://github.com/pystander/Simple-ML
Use pip to install the required external packages in requirements.
pip install -r requirements.txt
-
Supervised Learning
-
Unsupervised Learning
- K-Means Clustering
- Principal Component Analysis (PCA)
- Hierarchical Clustering
- Autoencoder
-
Reinforcement Learning
- Q-Learning
- SARSA
Distributed under the GNU GPL-3.0 License. See LICENSE for more information.