https://github.com/petarv-/machine-learning
My personal machine learning algorithms repository, implemented in C++.
https://github.com/petarv-/machine-learning
Last synced: 19 days ago
JSON representation
My personal machine learning algorithms repository, implemented in C++.
- Host: GitHub
- URL: https://github.com/petarv-/machine-learning
- Owner: PetarV-
- License: mit
- Created: 2015-11-19T23:56:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-24T14:34:44.000Z (over 9 years ago)
- Last Synced: 2025-04-19T14:35:26.232Z (6 months ago)
- Language: C++
- Homepage:
- Size: 30.3 KB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Machine-Learning
My personal machine learning algorithms repository, implemented in C++. I will do my best to update it periodically. You are free to use the implementations wherever you want without permission. This comes without any warranties though!## Pull requests
A repository as complex as this one, especially given the lack of time I have for thorough testing, is bound to have implementation errors. Please let me know if you spot any of them by submitting a relevant pull request. If there is a particular machine learning algorithm you'd like to see here, let me know by raising an issue.## License
MIT