An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# The homemade machine learning library

[![Lint&Test](https://github.com/NetherQuartz/MyML/actions/workflows/test-n-lint.yml/badge.svg)](https://github.com/NetherQuartz/MyML/actions/workflows/test-n-lint.yml)
![Lines of code](https://img.shields.io/tokei/lines/github.com/netherquartz/myml)
![GitHub](https://img.shields.io/github/license/netherquartz/myml)

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