JC-ProgJava / Building-Neural-Networks-From-Scratch

Building Neural Networks from Scratch book repository.
https://jc-progjava.github.io/Building-Neural-Networks-From-Scratch/
9 stars 2 forks source link

Refactor Project 1 Code to Be More Easily Compatible with Multi-Layer Networks. #5

Closed JC-ProgJava closed 3 years ago

JC-ProgJava commented 3 years ago

The code in the first Task isn't exactly the most compatible for readers who want to get straight to making multi-layer networks, would probably be great to enhance or edit it a little bit.

JC-ProgJava commented 3 years ago

I've developed another different architecture using Vectors and Matrices (although it will only be introduced probably in the backpropagation chapter)