Skip to content

Implementation of neural network in NumPy with Keras like interface

Notifications You must be signed in to change notification settings

JacekPyra/NumpyNN

Repository files navigation

NumpyNN

Neural network implementation in NumPy library. This implementation provides Keras-like interface when you are working with layers. Library has been made mainly for educational purposes.

Layers

Currently provides following layers:

  • Dense Layer
  • Dropout Layer

Data

Provided sample data is borrowed from one of the Andrew Ng courses: https://www.coursera.org/learn/machine-learning#about

About

Implementation of neural network in NumPy with Keras like interface

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages