Somebody explain me about neural networks and how's they used in deep learning? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Somebody explain me about neural networks and how's they used in deep learning?

Explain in details....

14th May 2023, 5:12 AM
Naveed
Naveed - avatar
5 Answers
+ 5
Hi, Naveed Ahmad ! Here is somebody explain a lot of things in detail. Maybe you can start there: https://www.ibm.com/cloud/blog/ai-vs-machine-learning-vs-deep-learning-vs-neural-networks
14th May 2023, 5:31 AM
Per Bratthammar
Per Bratthammar - avatar
+ 5
Naveed Ahmad Neural networks are powerful models inspired by the human brain. They consist of interconnected artificial neurons that learn from data to make predictions. To learn about neural networks, start with the basics of mathematics, linear algebra, and calculus. Then, study the structure, activation functions, and training algorithms of neural networks. Understand concepts like forward propagation, backpropagation, and gradient descent. To gain practical experience, work on coding projects using deep learning libraries like TensorFlow or PyTorch. Learn from online courses, tutorials, and books. Practice and experimentation are essential to mastering neural networks.
15th May 2023, 9:45 AM
Vibhor
Vibhor - avatar
+ 5
Naveed Ahmad Also Neural networks are the foundation of deep learning. In deep learning, neural networks with multiple hidden layers are used to learn complex patterns and representations from large amounts of data. These networks can automatically extract features, classify objects, recognize speech, translate languages, and more. By leveraging the power of neural networks, deep learning algorithms achieve state-of-the-art performance in various domains such as computer vision, natural language processing, and speech recognition.
15th May 2023, 9:46 AM
Vibhor
Vibhor - avatar
+ 4
You could try the Sololearn Machine Learning course. Lots of detail there. https://www.sololearn.com/Course/machine-learning/?ref=app
14th May 2023, 6:05 AM
Tibor Santa
Tibor Santa - avatar
+ 1
Vibhor thanks man.
15th May 2023, 10:09 AM
Naveed
Naveed - avatar