This repository implements some machine learning algorithms from scratch using Python. The main purpose of this repository is to serve as a reference for studying purposes.
The name "caos" is because all learning is caotic. You'll have joy and frustration at the same time. Also the development of this project itself is surrounded by caos: I have a toddler at home always asking what I am doing.
Each algorithm has its own folder with a README.md file explaining the algorithm and how to run it. All the explanations are written in Portuguese, but the code is written in English to facilitate the comparison with other implementations. More information will be added here in the future as more algorithms are implemented.
- K-Means
- SVM