We may earn an affiliate commission when you visit our partners.
Course image
Udemy logo

Deep Learning

Convolutional Neural Networks in Python

Lazy Programmer Inc.

Ever wondered how AI technologies like OpenAI ChatGPT, GPT-4, DALL-E, Midjourney, and Stable Diffusion really work? In this course, you will learn the foundations of these groundbreaking applications.

Read more

Ever wondered how AI technologies like OpenAI ChatGPT, GPT-4, DALL-E, Midjourney, and Stable Diffusion really work? In this course, you will learn the foundations of these groundbreaking applications.

Learn about one of the most powerful Deep Learning architectures yet.

The Convolutional Neural Network (CNN) has been used to obtain state-of-the-art results in computer vision tasks such as object detection, image segmentation, and generating photo-realistic images of people and things that don't exist in the real world.

This course will teach you the fundamentals of convolution and why it's useful for deep learning and even NLP (natural language processing).

You will learn about modern techniques such as data augmentation and batch normalization, and build modern architectures such as VGG yourself.

This course will teach you:

  • The basics of machine learning and neurons (just a review to get you warmed up. )

  • Neural networks for classification and regression (just a review to get you warmed up. )

  • How to model image data in code

  • How to model text data for NLP (including preprocessing steps for text)

  • How to build an CNN using Tensorflow 2

  • How to use batch normalization and dropout regularization in Tensorflow 2

  • How to do image classification in Tensorflow 2

  • How to do data preprocessing for your own custom image dataset

  • How to use Embeddings in Tensorflow 2 for NLP

  • How to build a Text Classification CNN for NLP (examples: spam detection, sentiment analysis, parts-of-speech tagging, named entity recognition)

All of the materials required for this course can be downloaded and installed for FREE. We will do most of our work in Numpy, Matplotlib, and Tensorflow. I am always available to answer your questions and help you along your data science journey.

This course focuses on "how to build and understand", not just "how to use". Anyone can learn to use an API in 15 minutes after reading some documentation. It's not about "remembering facts", it's about "seeing for yourself" via experimentation. It will teach you how to visualize what's happening in the model internally. If you want more than just a superficial look at machine learning models, this course is for you.

Suggested Prerequisites:

  • matrix addition and multiplication

  • basic probability (conditional and joint distributions)

  • Python coding: if/else, loops, lists, dicts, sets

  • Numpy coding: matrix and vector operations, loading a CSV file

WHAT ORDER SHOULD I TAKE YOUR COURSES IN?:

  • Check out the lecture "Machine Learning and AI Prerequisite Roadmap" (available in the FAQ of any of my courses, including the free Numpy course)

UNIQUE FEATURES

  • Every line of code explained in detail - email me any time if you disagree

  • No wasted time "typing" on the keyboard like other courses - let's be honest, nobody can really write code worth learning about in just 20 minutes from scratch

  • Not afraid of university-level math - get important details about algorithms that other courses leave out

Enroll now

What's inside

Learning objectives

  • Understand convolution and why it's useful for deep learning
  • Understand and explain the architecture of a convolutional neural network (cnn)
  • Implement a cnn in tensorflow 2
  • Apply cnns to challenging image recognition tasks
  • Apply cnns to natural language processing (nlp) for text classification (e.g. spam detection, sentiment analysis)
  • Understand important foundations for openai chatgpt, gpt-4, dall-e, midjourney, and stable diffusion

Syllabus

Recap essential parts of deep learning covered previously, and learn about what will be covered in this course.
Introduction and Outline
Get Your Hands Dirty, Practical Coding Experience, Data Links
Read more
How to use Github & Extra Coding Tips (Optional)
Where to get the code, notebooks, and data
How to Succeed in this Course
Google Colab
Intro to Google Colab, how to use a GPU or TPU for free
Uploading your own data to Google Colab
Where can I learn about Numpy, Scipy, Matplotlib, Pandas, and Scikit-Learn?
Temporary 403 Errors
Machine Learning and Neurons
Review Section Introduction
What is Machine Learning?
Code Preparation (Classification Theory)
Classification Notebook
Code Preparation (Regression Theory)
Regression Notebook
The Neuron
How does a model "learn"?
Making Predictions
Saving and Loading a Model
Suggestion Box
Feedforward Artificial Neural Networks
Artificial Neural Networks Section Introduction
Forward Propagation
The Geometrical Picture
Activation Functions
Multiclass Classification
How to Represent Images
Color Mixing Clarification
Code Preparation (ANN)
ANN for Image Classification
ANN for Regression
Convolutional Neural Networks
What is Convolution? (part 1)
What is Convolution? (part 2)
What is Convolution? (part 3)
Why use 0-indexing?
Convolution on Color Images
CNN Architecture
CNN Code Preparation
CNN for Fashion MNIST
CNN for CIFAR-10
Data Augmentation
Batch Normalization
Improving CIFAR-10 Results
Natural Language Processing (NLP)
Embeddings
Code Preparation (NLP)
Text Preprocessing
CNNs for Text
Text Classification with CNNs
Learn about convolution and its application to audio, images, and physical systems.
Real-Life Examples of Convolution
Beginner's Guide to Convolution
Alternative Views on Convolution
Learn about the architecture of a convolutional neural network and how it is related to the animal visual cortex.
Convolution on 3-D Images
Tracking Shapes in a CNN
Practical tips for training convolutional neural networks.
Advanced CNNs and how to Design your Own
In-Depth: Loss Functions
Mean Squared Error
Binary Cross Entropy
Categorical Cross Entropy
In-Depth: Gradient Descent
Gradient Descent
Stochastic Gradient Descent
Momentum
Variable and Adaptive Learning Rates
Adam (pt 1)
Adam (pt 2)
Setting Up Your Environment (FAQ by Student Request)
Pre-Installation Check
Anaconda Environment Setup
How to install Numpy, Scipy, Matplotlib, Pandas, IPython, Theano, and TensorFlow
Extra Help With Python Coding for Beginners (FAQ by Student Request)
Beginner's Coding Tips
How to Code by Yourself (part 1)
How to Code by Yourself (part 2)
How to Uncompress a .tar.gz file
Proof that using Jupyter Notebook is the same as not using it
Python 2 vs Python 3
Is Theano Dead?
Effective Learning Strategies for Machine Learning (FAQ by Student Request)
How to Succeed in this Course (Long Version)
Is this for Beginners or Experts? Academic or Practical? Fast or slow-paced?
Machine Learning and AI Prerequisite Roadmap (pt 1)
Machine Learning and AI Prerequisite Roadmap (pt 2)
Misc. topics tangentially related to the course that may help you with the course materials
What is the Appendix?
BONUS

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Develops understanding of how image data can be represented in code
Demystifies deep learning models by providing visualizations to understand internal workings
Focuses on teaching practical skills in building and understanding models
Provides practical tips for training convolutional neural networks
Covers advanced CNNs and how to design custom CNNs
Requires prerequisite knowledge in matrix addition and multiplication, basic probability, Python coding, and Numpy coding

Save this course

Save Deep Learning: Convolutional Neural Networks in Python to your list so you can find it easily later:
Save

Activities

Coming soon We're preparing activities for Deep Learning: Convolutional Neural Networks in Python. These are activities you can do either before, during, or after a course.

Career center

Learners who complete Deep Learning: Convolutional Neural Networks in Python will develop knowledge and skills that may be useful to these careers:
Computer Vision Engineer
As a Computer Vision Engineer, you will develop algorithms and systems that enable computers to see and understand images and videos. CNNs are a key technology in computer vision, and this course will give you the skills you need to work with them effectively.
Machine Learning Engineer
As a Machine Learning Engineer, you will use machine learning algorithms to solve business problems. CNNs are a powerful tool for machine learning, and this course will give you the skills you need to use them effectively.
Data Scientist
As a Data Scientist, you will use computational tools to extract insights from large datasets. Understanding Convolutional Neural Networks (CNNs) is key to working with images and other complex data. This course will help you build a foundation in CNNs, a skill in high demand for Data Scientists.
Artificial Intelligence Engineer
As an Artificial Intelligence Engineer, you will be responsible for designing, developing and maintaining AI systems. CNNs are a crucial part of many AI applications, and this course will provide you with the knowledge and skills to work with them effectively.
Deep Learning Engineer
As a Deep Learning Engineer, you will develop and implement deep learning models for a variety of applications. CNNs are a key type of deep learning model, and this course will give you the skills you need to work with them effectively.
Natural Language Processing Engineer
As a Natural Language Processing Engineer, you will develop algorithms and systems that enable computers to understand and generate human language. CNNs have recently been applied to NLP, and this course will give you the skills you need to use them effectively.
Research Scientist
As a Research Scientist, you will conduct research and development in a variety of fields. CNNs are used in many different areas of research, and this course will give you the skills you need to work with them effectively.
Software Engineer
As a Software Engineer, you will design, develop, and maintain software systems. CNNs are increasingly used in software applications, and this course will give you the skills you need to work with them effectively.
Actuary
As an Actuary, you will use mathematical and statistical models to assess risk. CNNs have recently been applied to actuarial science, and this course will give you the skills you need to use them effectively.
Business Intelligence Analyst
As a Business Intelligence Analyst, you will use data to help businesses make better decisions. CNNs can be used to extract insights from images and other complex data, and this course will give you the skills you need to use them effectively.
Statistician
As a Statistician, you will collect, analyze, and interpret data. CNNs can be used to extract insights from images and other complex data, and this course will give you the skills you need to use them effectively.
Operations Research Analyst
As an Operations Research Analyst, you will use mathematical and analytical methods to improve the efficiency of systems. CNNs have recently been applied to operations research, and this course will give you the skills you need to use them effectively.
Data Analyst
As a Data Analyst, you will collect, clean, and analyze data to identify trends and patterns. CNNs can be used to extract insights from images and other complex data, and this course will give you the skills you need to use them effectively.
Quantitative Analyst
As a Quantitative Analyst, you will use mathematical and statistical models to analyze financial data. CNNs have recently been applied to quantitative finance, and this course will give you the skills you need to use them effectively.
Product Manager
As a Product Manager, you will be responsible for the development and launch of new products. Understanding Convolutional Neural Networks (CNNs) can be helpful for developing products that use images or other complex data.

Reading list

We've selected eight books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Deep Learning: Convolutional Neural Networks in Python.
Teaches how to build and train neural networks using the Python programming language. It covers the basics of deep learning, as well as more advanced topics such as natural language processing, computer vision, and generative adversarial networks. good choice for beginners who want to learn about deep learning and how to use it in their own projects.
Provides in-depth coverage of theoretical and practical aspects of machine learning for computer vision applications. covers topics such as image segmentation, object detection, and recognition, and face detection and recognition.
Provides a practical introduction to deep learning using the fastai library, which makes it easy to develop and train deep learning models. good choice for beginners who want to learn more about deep learning and how to use it to solve real-world problems.
Provides a comprehensive overview of NLP, with a focus on using the Python programming language. covers topics such as text classification, machine translation, and question answering.
Provides a practical introduction to deep learning for computer vision using the Python programming language. covers topics such as image classification, object detection, and recognition, and face detection and recognition.
Provide a comprehensive introduction to the Python programming language and its use in data analysis and data science.
Provides a practical introduction to machine learning for people who want to learn how to use it to solve real-world problems. good choice for beginners who want to learn more about machine learning and how to use it to solve real-world problems.
Provides a comprehensive introduction to data science, with a focus on using the Python programming language. covers topics such as data cleaning, data analysis, and data visualization.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to Deep Learning: Convolutional Neural Networks in Python.
Deep Learning: Recurrent Neural Networks in Python
Most relevant
Tensorflow 2.0: Deep Learning and Artificial Intelligence
Most relevant
Machine Learning and NLP Basics
Most relevant
TensorFlow for CNNs: Image Segmentation
Most relevant
Transfer Learning for NLP with TensorFlow Hub
Most relevant
Deep Learning: Advanced Natural Language Processing and...
Learn BERT - essential NLP algorithm by Google
PyTorch: Deep Learning and Artificial Intelligence
Complete Python Based Image Processing and Computer Vision
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser