https://github.com/arufonsekun/machine-learning-models
Machine Learning algorithms and related study notes.
https://github.com/arufonsekun/machine-learning-models
neural-networks numpy python3
Last synced: about 1 month ago
JSON representation
Machine Learning algorithms and related study notes.
- Host: GitHub
- URL: https://github.com/arufonsekun/machine-learning-models
- Owner: arufonsekun
- License: mit
- Created: 2017-10-17T21:57:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T02:38:33.000Z (over 5 years ago)
- Last Synced: 2025-07-30T09:45:44.674Z (11 months ago)
- Topics: neural-networks, numpy, python3
- Homepage:
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Machine Learning Studies
Repository to maintain code related to machine learning studies, related notes, etc.
### Repository Structure
* `datasets` ─ Datasets used in each study case.
* `models` ─ Models explored/implemented.
* `docs` ─ Description and theory related to each model listed in `models` directory.