在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):rushter/MLAlgorithms开源软件地址(OpenSource Url):https://github.com/rushter/MLAlgorithms开源编程语言(OpenSource Language):Python 99.9%开源软件介绍(OpenSource Introduction):Machine learning algorithmsA 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. Implemented:
Installation git clone https://github.com/rushter/MLAlgorithms
cd MLAlgorithms
pip install scipy numpy
python setup.py develop How to run examples without installation cd MLAlgorithms
python -m examples.linear_models How to run examples within Docker cd MLAlgorithms
docker build -t mlalgorithms .
docker run --rm -it mlalgorithms bash
python -m examples.linear_models ContributingYour contributions are always welcome! |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论