+ 2
Can someone please explain what is neural network in programming and what is it used for?
I've checked online, but didn't understand it so good. Thanks in advance.
3 odpowiedzi
+ 4
I've seen the code, however, when I run it, it asks only for one input.
+ 2
a neural network is a attempt to model the human brains learning using nodes. Each weight from node to node is adjusted based on the output. Neural networks are generally used by companies for predictive means or classification. Although it's not a good example, check out the code I wrote.
+ 1
you need to add input on separate lines BC of solo learns interface. It's a single pop-up window, just make new line of 1 or 0 for each of the 3 inputs.
_____________
|0
|0
|1
----------------------