Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Generative AI & Deep Learning : All Models With Projects
Rating: 4.4 out of 5(36 ratings)
3,985 students

Generative AI & Deep Learning : All Models With Projects

Master Generative AI, Deep Learning Models, LLMs, CNN, RNN & Build Real-World AI Projects from Scratch
Last updated 5/2026
English
English [Auto],

What you'll learn

  • All major deep learning models
  • Fundamentals of Generative AI
  • LLMs, CNN, RNN, GANs explained clearly
  • Build real-world AI projects step by step
  • Deep Learning concepts and neural networks

Course content

2 sections32 lectures1h 26m total length
  • INTRODUCTION TO COURSE0:28

    Introduce deep learning and survey key models for beginners, including cnn, lstm, gan, gpt transformers, and object detection models like r-cnn and yolo, plus face recognition.

  • DEEP LEARNING INTRODUCTION1:07

    Define deep learning as a type of machine learning that trains on data with artificial neural networks inspired by the brain, applying to language, speech, face, and object recognition.

  • IMPORTANT TERMS IN DEEP LEARNING3:22

    Explore essential deep learning terms, from neurons and layers to activation functions, feedforward and backpropagation, loss and optimizers like Adam, plus epoch, batch size, and exploding or vanishing gradient.

  • ARTIFICIAL NEURAL NETWORK ( ANN ) MODEL1:06

    Explore the artificial neural network (ann) model with three layers: input, hidden, and output, and how it processes a cat image to output the cat class.

  • DEEP NEURAL NETWORK ( DNN ) MODEL1:51

    Explore deep neural networks with one input layer, many hidden layers, and one output. Harness hidden layers to extract features for image classification, object detection, NLP, sentiment analysis, and summarization.

  • CONVOLUTIONAL NEURAL NETWORK ( CNN ) MODEL3:29

    Discover how convolutional neural networks extract features with convolutional and max pooling layers, then classify with dense layers, enabling image recognition and other computer vision tasks.

  • RECURRENT NEURAL NETWORK ( RNN ) MODEL1:33

    Explore recurrent neural networks (RNNs) for speech and text tasks, where each layer's output feeds the next to retain information, and understand vanishing gradients and the rise of LSTM.

  • LONG SHORT TERM MEMORY ( LSTM ) MODEL1:46

    Explore how long short-term memory (LSTM) uses a memory cell and three gates—input, forget, and output—to overcome vanishing gradients and enable applications like machine translation, speech recognition, and text summarization.

  • TRANSFORMER MODEL2:01

    Explore how the transformer converts input sequences to output sequences using encoder attention decoder architectures. Learn how the transformer captures word relationships and context through self-attention and feed-forward layers.

  • GENERATIVE PRE TRAINED TRANSFORMER MODEL ( GPT )1:48

    Explore generative pre-trained transformers (GPT) and how they generate human-like text using transformer architecture, with self-attention, layer normalization, residual connections, and how they address vanishing gradients.

  • GENERATIVE ADVERSARIAL NETWORK ( GAN ) MODEL2:04

    Explore generative adversarial networks (gan) and how a generator creates duplicate images from the original image using random noise, while a discriminator checks real versus fake.

  • OBJECT DETECTION - REGION BASED CNN MODEL ( R CNN )4:39

    Explore region-based deep learning for object detection with R-CNN, detailing the two-stage approach, from image regions and CNN feature extraction to SVM classification and bounding box localization.

  • OBJECT DETECTION - YOLO MODEL1:44

    Explore one-stage object detection with the YOLO model, a real-time CNN that uses a grid to predict bounding boxes and classify objects like dog, cat, or person.

  • OBJECT DETECTION - RESNET MODEL1:18

    Explore the residual network ResNet for object detection, a convolutional neural network that mitigates vanishing gradients with shortcut connections and skip layers.

  • FACE RECOGNITION MODEL & CONCLUSION2:39

    Identify faces in images, extract facial features, and classify identities using hog with SVM, Naive Bayes, or decision trees.

  • DEEP LEARNING ASSIGNMENT

Requirements

  • Fundamental knowledge of machine learning

Description

Are you ready to master Generative AI and Deep Learning and understand how modern AI systems actually work?

This course, “Generative AI & Deep Learning: All Models With Projects,” is designed to give you a complete understanding of both Generative AI concepts and Deep Learning models, along with hands-on experience through real-world projects.

You will learn how powerful AI systems generate text, images, and predictions using models like Large Language Models (LLMs), Convolutional Neural Networks (CNNs), Recurrent Neural Networks (RNNs), and Generative Adversarial Networks (GANs).


What is Generative AI?

Generative AI is a type of artificial intelligence that can create new content, such as text, images, code, and more. It uses advanced models trained on large datasets to produce human-like outputs.


What is Deep Learning?

Deep Learning is a subset of machine learning that uses neural networks with multiple layers to learn patterns from data. It powers many modern AI applications including image recognition, speech processing, and natural language understanding.


Why This Course?

This course combines theory + practical projects, making it perfect for anyone who wants to truly understand AI and not just use tools.

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

  • Understand AI models deeply

  • Build your own AI projects

  • Apply AI in real-world scenarios


Who this course is for:

  • Students exploring Artificial Intelligence and Deep Learning
  • Developers aiming to understand modern AI architectures