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

I want to complete the implementation of **Neural Networks from Scratch Codes in Perl**. Please merge my code with the master branch, after checking whether its working properly or not,...

Much more simple program for part 3. (at least i think!)

this was a simple exercise I was in no rush to complete, but with video 8 now up let's add this

Output isn't very clean for p006 (very long).

Added files 007 and 008 to the Julia repo. The majority of code is reused from previous commits. In 008 the Loss_CategoricalCrossentropy is a function rather than a class, since...

Here is an R implementation of part 4.

Use of the for loop and for the each iteration output is calculated, and write the final result after three iterations to the output also the bias will be added...

Before when trying to multiply 4x5(4,5) by 5x2(5,2) which is possbile you would get one error... Fixed the sum of the biases also!