nov. de 2015ago. de 2017mai. de 2019mar. de 2021dez. de 2022out. de 2024jul. de 2026
ArtefatosPyPIpip install mlalgorithms
README
Machine learning algorithms
A collection of minimal and clean implementations of machine learning algorithms.
Why?
This project is targeting people who want to learn internals of ml algorithms or implement them from scratch. The code is much easier to follow than the optimized libraries and easier to play with. All algorithms are implemented in Python, using numpy, scipy and autograd.
cd MLAlgorithms
docker build -t mlalgorithms .
docker run --rm -it mlalgorithms bash
python -m examples.linear_models
Contributing
Your contributions are always welcome! Feel free to improve existing code, documentation or implement new algorithm. Please open an issue to propose your changes if they are big enough.