Can someone please explain what is neural network in programming and what is it used for? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

12th Feb 2017, 2:29 PM
Shahar Levy
Shahar Levy - avatar
3 Answers
+ 4
I've seen the code, however, when I run it, it asks only for one input.
13th Feb 2017, 2:48 AM
Shahar Levy
Shahar Levy - avatar
+ 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.
12th Feb 2017, 2:45 PM
~Q~
~Q~ - avatar
+ 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 ----------------------
13th Feb 2017, 2:50 AM
~Q~
~Q~ - avatar