/object-oriented-NN

Object-oriented neural network built from scratch with NumPy.

Primary LanguageJupyter Notebook

object-oriented-NN

Simple fully-connected neural network for binary point classification. Like simple-NN but with classes, meaning the code is decomposed much better! Built from scratch with NumPy.