https://github.com/netherquartz/myml
My own implementation of machine learning algorithms
https://github.com/netherquartz/myml
deep-learning machine-learning python
Last synced: 2 months ago
JSON representation
My own implementation of machine learning algorithms
- Host: GitHub
- URL: https://github.com/netherquartz/myml
- Owner: NetherQuartz
- License: mit
- Created: 2021-08-01T12:47:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T21:57:30.000Z (almost 4 years ago)
- Last Synced: 2025-12-26T20:59:55.918Z (6 months ago)
- Topics: deep-learning, machine-learning, python
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The homemade machine learning library
[](https://github.com/NetherQuartz/MyML/actions/workflows/test-n-lint.yml)


My own implementation of machine learning algorithms.
Planned to implement:
- Deep learning
- [x] Dynamic gradient calculation
- [ ] Optimizers
- [ ] Linear layers
- [ ] Convolutional layers
- Classical ML
- [ ] Linear regression
- [ ] Logistic regression
- [ ] Decision trees