Weights in Neural Networks | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Weights in Neural Networks

We know weights inside neural networks affect the output value, and first, we set it for a random positive and negative numbers, and how is the 'learning' process, if the value are static?, or are the value can be changed? and how to do that automatically? sorry i'm new to neural networks and deep learning,i'm really interested in data science and machine learning :D

23rd Apr 2018, 1:57 AM
Rainer Affan Regan
Rainer Affan Regan - avatar
3 Answers
+ 2
Ali Zhussupov Thanks for the link! i'll check it later
23rd Apr 2018, 3:44 AM
Rainer Affan Regan
Rainer Affan Regan - avatar
+ 1
The weights can be changed after a learning process. There are different algorithms to train your NN: back-propagation, genetic algorithm etc. There’s a lot of mathematical stuff you need to understand in Machine Learning. Check out this youtube playlist and a channel in general: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6aCibgK1PTWWu9by6XFdCfh I highly recommend it if you want to understand neural networks and be able to build it from scratch. Also this link: https://www.sololearn.com/Discuss/1204914/?ref=app
23rd Apr 2018, 3:40 AM
Ali Zhussupov
Ali Zhussupov - avatar
+ 1
Happy to help :)
23rd Apr 2018, 3:48 AM
Ali Zhussupov
Ali Zhussupov - avatar