NNfSiX icon indicating copy to clipboard operation
NNfSiX copied to clipboard

Neural Networks from Scratch in various programming languages

Results 54 NNfSiX issues
Sort by recently updated
recently updated
newest added

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](https://user-images.githubusercontent.com/45815359/107456573-596eec80-6b8b-11eb-9281-730c6c65d21f.png) I...

Adding part 7. Fixed some spelling in previous parts.

Now all code uses a NumPy port instead of MathNet

Transation from https://github.com/Sentdex/NNfSiX/blob/master/C%23/p005-ReLU-Activation.cs

Translation to VB from https://github.com/Sentdex/NNfSiX/blob/master/C%23/p004-Layers-and-Objects.cs

Following the Python style (i.e., non-idiomatic Idris)

question

I created the same data using your python script, and saved it in a file, because I cant create the same random numbers as numpy from my language. I then...

question