Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Real Python - Building a Neural Network & Making Predictions With Python AI

Posted By: lucky_aut
Real Python - Building a Neural Network & Making Predictions With Python AI

Real Python - Building a Neural Network & Making Predictions With Python AI
Duration: 25m | MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch | 79 MB
Genre: eLearning | Language: English

If you’re just starting out in the artificial intelligence (AI) world, then Python is a great language to learn since most of the tools are built using it. Deep learning is a technique used to make predictions using data, and it heavily relies on neural networks. This course will show you how to build a neural network from scratch.

In a production setting, you would use a deep learning framework like TensorFlow or PyTorch instead of building your own neural network. That said, having some knowledge of how neural networks work is helpful because you can use it to better architect your deep learning models.

In this course, you’ll learn

What artificial intelligence is
How both machine learning and deep learning play a role in AI
How a neural network functions internally
How to build a neural network from scratch using Python