iam-abbas / ML-FromScratch

Machine Learning Algorithms implemented in various languages from scratch
MIT License
25 stars 35 forks source link

Create a modular design for easy add-on functionality. #106

Closed noahcoder11 closed 2 years ago

noahcoder11 commented 2 years ago

This design allows easy ability to add on different layer types (like convolutional layers and max pooling layers) and build different network types.