Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 652 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 652 Bytes

The homemade machine learning library

Lint&Test Lines of code GitHub

My own implementation of machine learning algorithms.

Planned to implement:

  • Deep learning
    • Dynamic gradient calculation
    • Optimizers
    • Linear layers
    • Convolutional layers
  • Classical ML
    • Linear regression
    • Logistic regression
    • Decision trees