A Numpy Neural Network library and much more¶
Introduction¶
A libray which focuses on intuitions and visualizations of neural networks implemented in raw numpy code.
Why it matters¶
- A minimalist and intuitive API similar to pytorch and keras
- Doesn’t confuse the beginner by providing a long list of hyperparameter choices
- Compare perfomace of different optimizers easily
- Plot the hidden layers as weights effortlessly to visualize how image reocognition models work
- Option to display the math to get a idea regarding the theory applied