https://github.com/superb-man/machine-learning
Logistic regression and feed forward neural network engine from scratch
https://github.com/superb-man/machine-learning
Last synced: about 1 month ago
JSON representation
Logistic regression and feed forward neural network engine from scratch
- Host: GitHub
- URL: https://github.com/superb-man/machine-learning
- Owner: Superb-Man
- Created: 2024-09-26T06:54:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-20T06:42:37.000Z (9 months ago)
- Last Synced: 2025-03-03T08:45:13.680Z (7 months ago)
- Language: Python
- Homepage:
- Size: 85.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ML Framework from scratch
- A basic logistic regression engine.
- Feed forward neural network engine.
- Hoping to implement **cnn** later.