Sentdex / NNfSiX

Neural Networks from Scratch in various programming languages
https://nnfs.io
MIT License
1.42k stars 370 forks source link

p005-ReLU-Activation.c Program does not use RelU activation function correctly #153

Open johnamostan opened 3 years ago

johnamostan commented 3 years ago

Hi.

I was trying the C Dot Product function using my own dataset and I noticed that there is an issue with the placement of the RelU/Activation function.

image

I think the bias and the activation function should be interchanged.

Thanks!

Regards,

johnamostan commented 3 years ago

This happens in p005-ReLU-Activation.c program

Devilbinder commented 3 years ago

Error has been corrected in a04802432d6a62a27bae91e9e4d337a281316e0c