How can i learn about Neural Network theory simply. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

How can i learn about Neural Network theory simply.

i am try to understand this theory since two months but i can't.

26th Jul 2018, 3:57 AM
Shiv Sharma
Shiv Sharma - avatar
1 Antwort
+ 3
You need a solid foundation on both calculus and probability in order to understand simple machine learning. But to understand deep learning and neural networks, you have to also be familiar with concepts like linear regression, loss functions, overfitting, and gradient descent. You also should have learned and played with algorithms like logistic regression, SVMs, K-nn, and decision trees. And that's not even close to neural networks yet! Please just don't jump in the deep end when you don't even have an idea about the high-level concepts yet. You're just going to break your mind. Take it slow, start with the basics, and learn one thing at a time.
26th Jul 2018, 4:06 AM
apex137
apex137 - avatar