What's a neural network code like? Can you post it so that everyone can see? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What's a neural network code like? Can you post it so that everyone can see?

9th Jan 2018, 8:08 AM
Dimanjan Dahal
Dimanjan Dahal - avatar
2 Answers
9th Jan 2018, 8:24 AM
Dapper Mink
Dapper Mink - avatar
+ 3
Depends on the library you use. Basically you just define layers, layer type, number of nodes, how they are connected, learning algorithm, activation function of nodes in each layer, weight initialization function and all. Then after the network is ready you give it the training data and testing data which are lists of inputs with their outputs. Then you fit the data into the network.
20th Feb 2018, 1:18 PM
Aabesh Karmacharya
Aabesh Karmacharya - avatar