https://github.com/ivanbgd/machine-learning-practicing
My Machine Learning practicing; low level implementations of algorithms
https://github.com/ivanbgd/machine-learning-practicing
machine-learning machine-learning-algorithms
Last synced: about 1 year ago
JSON representation
My Machine Learning practicing; low level implementations of algorithms
- Host: GitHub
- URL: https://github.com/ivanbgd/machine-learning-practicing
- Owner: ivanbgd
- License: mit
- Created: 2017-10-11T02:15:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T02:25:44.000Z (over 8 years ago)
- Last Synced: 2025-02-03T10:11:57.434Z (over 1 year ago)
- Topics: machine-learning, machine-learning-algorithms
- Language: Jupyter Notebook
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Machine-Learning-Practicing
My Machine Learning practicing.
I have used Python to implement various ML algorithms at low level, from scratch, and scikit-learn to verify correctness of my implementations.