Getting Started with Deep Learning Banner

Topics: The following topics are covered in this module:

  1. Neural networks and capabilities
  2. Deep learning
  3. Types of networks
  4. Python AI frameworks

Objectives

By the end of this module, you will be able to:

  1. Define a neural network.
  2. Describe how a neural network works.
  3. Discuss deep networks.
  4. Discuss what can be done with neural networks.
  5. Use a deep learning pre-trained model to classify an image.
  6. Discuss Python AI Frameworks.

Watch

Thumbnail screenshot of a Practicum AI video Video: Deep Learning Foundations Intro Video

Topics

Exercise

Now that we’ve thoroughly explored the basics of neural networks, let’s get our hands dirty with creating one ourselves. The following exercise will use the Python coding language inside a Jupyter Notebook environment to give you a quick introduction to doing AI with code!

The notebooks for the Deep Learning Foundations course are located at the deep learning directory on our Practicum AI GitHub.