hallvardnmbu / neurons

Modular neural networks from scratch, in Rust.
https://crates.io/crates/neurons
GNU General Public License v3.0
7 stars 1 forks source link

Integration test #18

Closed hallvardnmbu closed 2 months ago

hallvardnmbu commented 2 months ago

Test the backward pass of the network #15 with a simple structure to see where the error lies. For instance using the corresponding unit tests of convolutional and dense layers (#1 #2).

hallvardnmbu commented 2 months ago

Check that the weight updates are correct. They are (33748f570558fa52404619db37c56909ac7f8bd0).