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

This is a contribution using Google's new programming language called Carbon.

Created a structure for Notebook implementation of the parts. I am adding Jupyter but other Notebook services are available and thus created structure to support. Notebook structure added and included...

implementing softmax in minimal way 👍

C# version for p006 video In this version spiral dataset was moved as a separate class from the main code.

question

Implementation of code from p003 in MySQL

This is my first pull request, so let me know if everything looks good. Thank you

p005-ReLU-Activation.js Dimension mismatch in multiplication. Matrix A columns (2) must match Matrix B rows (4)

Resolves an error on p005 and includes the JavaScript solution for p006