MLAlgorithms
1.0.0
기계 학습 알고리즘의 최소한의 깔끔한 구현 모음입니다.
이 프로젝트는 ML 알고리즘의 내부를 배우거나 처음부터 구현하려는 사람들을 대상으로 합니다.
코드는 최적화된 라이브러리보다 따르기가 훨씬 쉽고 사용하기도 더 쉽습니다.
모든 알고리즘은 numpy, scipy 및 autograd를 사용하여 Python으로 구현됩니다.
git clone https://github.com/rushter/MLAlgorithms
cd MLAlgorithms
pip install scipy numpy
python setup.py develop
cd MLAlgorithms
python -m examples.linear_models
cd MLAlgorithms
docker build -t mlalgorithms .
docker run --rm -it mlalgorithms bash
python -m examples.linear_models
귀하의 기여는 언제나 환영합니다!
기존 코드, 문서를 개선하거나 새로운 알고리즘을 구현해 보세요.
변경 사항이 충분히 큰 경우 문제를 열어 변경 사항을 제안하세요.