Implementing a Neural Network from Scratch
 
 
Go to file
dependabot[bot] b983b7fb62
Bump pygments from 2.7.4 to 2.15.0
Bumps [pygments](https://github.com/pygments/pygments) from 2.7.4 to 2.15.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.7.4...2.15.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-20 13:14:10 +00:00
.gitignore -Add pure_python.py file 2016-04-25 17:06:35 +04:30
LICENSE Create LICENSE 2023-02-05 08:39:56 +01:00
README.md Minor instruction fix 2015-10-06 15:33:38 +02:00
ann_classification.py ANN Classification 2016-04-26 00:42:28 +04:30
nn-3-layer-network.png Initial commit 2015-09-02 16:29:25 +07:00
nn-from-scratch.ipynb Fix typo 2017-10-19 13:11:56 +01:00
nn_from_scratch.py Standalone python file copy from ipynb 2017-07-17 21:01:50 +12:00
requirements.txt Bump pygments from 2.7.4 to 2.15.0 2023-07-20 13:14:10 +00:00
simple_classification.py rename 2016-04-25 17:32:41 +04:30