项目作者: salvaRC

项目描述 :
Modular neural network from scratch in numpy. (+ activation, loss functions etc.)
高级语言: Jupyter Notebook
项目地址: git://github.com/salvaRC/numpy-neural-network.git
创建时间: 2020-08-10T22:40:59Z
项目社区:https://github.com/salvaRC/numpy-neural-network

开源协议:MIT License

下载


This implements a dense neural network, as well as activation, loss functions etc., from scratch in numpy.
As such, only numpy (and, if you want learning curves, also matplotlib) is needed.

It is designed to have a general, hierarchical and modular architecture.
The repo’s core is more concisely detailed in this jupyter notebook.
Feel free to reach out for suggestions :)