Help needed for Python & Neural Network Modelling! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help needed for Python & Neural Network Modelling!

Hi I am taking a course on neural network modelling and it involves Python except the lecturer did not give us any explicit examples of how to code in class so now I am completely lost and don't know where to start on my assignment even after finishing some recommended readings on a Python crash course. It is such a steep learning curve! Here is the first part of my assignment (https://imgur.com/a/Hms6anb ). I know it is actually a simple task but I am not comfortable/familiar with the Python language yet (or coding in general) so I would kindly appreciate it if someone could provide me with some starting points like in terms of how to write out my definitions, fields and methods. Any help would be greatly appreciated as I am very desperate here!

9th Oct 2018, 5:13 PM
Gabriella Boone
Gabriella Boone - avatar
1 Answer
0
Since you are probably familiar with the logic behind NNs, this simple refresher should be enough for you: https://www.sololearn.com/learn/733/?ref=app For sample implementations you might either proceed with the above lesson (hit Continue) or move straight to the good stuff: https://www.sololearn.com/learn/738/?ref=app https://www.sololearn.com/learn/744/?ref=app
9th Oct 2018, 7:22 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar