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

Added the required keyword in the dart file which was causing an error as the values of weights , inputs ,interOutputs and biases can't be null .

I am trying to recode your python code to OOREXX. In your documentation you say "The spiral_data function was slightly modified from https://cs231n.github.io/neural-networkscase- study/," I am not using python so...

**Description** This pull request introduces the implementation of a basic neuron with 3 inputs in Pascal. The code demonstrates the calculation of the neuron's output by multiplying the inputs with...

I see that some part of the java section is yet to be completed is it possible for me to complete it open reading those sections?

I have described the tutorial in three parts, so one can gradually follow it with the tutorial. This way, it is not just the final output, but also the steps...

I'm 90% sure that this code is correct and functions properly, this is the first translation of this lesson to JavaScript.

Uses no libraries and includes missing parts via comments.

Minor improvements, includes missing parts in comments and doesn't use libraries.