User Avatar

Neural Networks with Python

Lifetime
All levels
42 lessons
0 quizzes
32 students

Requirements

  • Linear Algebra
  • Calculus
  • Intro to Probability
  • Intro to Statistics
  • Python

Neural Networks (NN) have long been seen as mysterious and complex entities that are difficult to understand – like “black boxes” that power AI magic. But in reality, they’re non-linear parametric function approximators that work surprisingly well on a variety of problems with “compound structure”.

In this course, we aim to demystify NN and make them less intimidating.

We’ll cover the theory and practical aspects of neural networks, including how to create, train, and evaluate them using Python. We’ll be using the PyTorch framework, a popular tool for NN that comes with pre-built components. However, to fully understand the inner workings of NN, we’ll also code most of the course materials using only Python and NumPy. Most video classes include code examples that demonstrate the concepts in practice. By the end of the course, you’ll have a deep understanding of what neural networks are and how to use them effectively.