Instructional Video4:00
Curated Video

Deep Learning - Crash Course 2023 - Keras Basics

Higher Ed
In this video, we will revisit the code and understand some Keras basics. Additionally, you will find a deep learning neural networks assignment in the code bundle. This clip is from the chapter "Applying Deep Learning" of the series...
Instructional Video5:58
Curated Video

Deep Learning - Crash Course 2023 - Moving from Shallow Learning to Deep Learning

Higher Ed
In this video, we will be introduced to shallow learning. This clip is from the chapter "Applying Deep Learning" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to implement deep learning on common...
Instructional Video7:45
Curated Video

Deep Learning - Crash Course 2023 - Common Network Configuration

Higher Ed
In this video, we will look at the common network configuration that we will be using whenever performing the common deep learning task. This clip is from the chapter "Activation Functions in Deep Learning Neural Networks" of the series...
Instructional Video18:37
Curated Video

Deep Learning - Crash Course 2023 - Various Activation Functions

Higher Ed
In this video, we will have an in-depth look at different activation functions provided in the TensorFlow library using Google Colab. This clip is from the chapter "Activation Functions in Deep Learning Neural Networks" of the series...
Instructional Video1:52
Curated Video

Deep Learning - Crash Course 2023 - Activation Functions in Deep Learning Neural Networks - Introduction

Higher Ed
In this video, we will have a quick introduction to activation functions for deep learning neural networks. This clip is from the chapter "Activation Functions in Deep Learning Neural Networks" of the series "Deep Learning - Crash Course...
Instructional Video3:37
Curated Video

Deep Learning - Crash Course 2023 - Summary-2

Higher Ed
In this video, we will summarize the key concepts covered in the section and prepare for the next section of the course. This clip is from the chapter "Deep Learning with TensorFlow 2.x" of the series "Deep Learning - Crash Course...
Instructional Video4:19
Curated Video

Deep Learning - Crash Course 2023 - Training Evaluation

Higher Ed
In this video, we will evaluate the performance of the trained neural network using various performance metrics and techniques. This clip is from the chapter "Deep Learning with TensorFlow 2.x" of the series "Deep Learning - Crash Course...
Instructional Video6:36
Curated Video

Deep Learning - Crash Course 2023 - Training the Neural Network

Higher Ed
In this video, you will learn about training the neural network by selecting the right hyperparameters, choosing the right optimization algorithm, and evaluating the performance of the model. This clip is from the chapter "Deep Learning...
Instructional Video12:46
Curated Video

Deep Learning - Crash Course 2023 - Create First Neural Network with TensorFlow

Higher Ed
In this video, we will create our first neural network using TensorFlow, and also understand the various steps involved in creating the neural network. This clip is from the chapter "Deep Learning with TensorFlow 2.x" of the series "Deep...
Instructional Video16:04
Curated Video

Deep Learning - Crash Course 2023 - Building a Neural Network with TensorFlow

Higher Ed
In this video, we will start building a neural network with TensorFlow by defining the layers, activation functions, and optimization techniques. This clip is from the chapter "Deep Learning with TensorFlow 2.x" of the series "Deep...
Instructional Video4:49
Curated Video

Deep Learning - Crash Course 2023 - Introducing TensorFlow

Higher Ed
In this video, we will be introduced to TensorFlow. This clip is from the chapter "Deep Learning with TensorFlow 2.x" of the series "Deep Learning - Crash Course 2023".In this section, we will dive into deep learning with TensorFlow 2.x.
Instructional Video4:18
Curated Video

Deep Learning - Crash Course 2023 - Quick Recap on Deep Learning

Higher Ed
In this video, we will have a quick recap on what we have learned about deep learning so far. This clip is from the chapter "Deep Learning with TensorFlow 2.x" of the series "Deep Learning - Crash Course 2023".In this section, we will...
Instructional Video7:09
Curated Video

Deep Learning - Crash Course 2023 - Challenges in Creating Deep Neural Networks from Scratch

Higher Ed
In this video, we will discuss the challenges involved in creating deep neural networks from scratch. We will explore the common issues faced during the training process and learn how to overcome them. This clip is from the chapter...
Instructional Video14:13
Curated Video

Deep Learning - Crash Course 2023 - Going Deep into Neural Networks

Higher Ed
In this video, we will take a deep dive into neural networks and explore how to find the output for a deep neural network. This clip is from the chapter "Universal Approximation Theorem" of the series "Deep Learning - Crash Course...
Instructional Video3:57
Curated Video

Deep Learning - Crash Course 2023 - Confirming Universal Approximation Theorem Works

Higher Ed
In this video, we will confirm the effectiveness of the Universal Approximation Theorem by implementing it on a practical problem. This clip is from the chapter "Universal Approximation Theorem" of the series "Deep Learning - Crash...
Instructional Video5:34
Curated Video

Deep Learning - Crash Course 2023 - Understanding Universal Approximation Theorem

Higher Ed
In this video, we will introduce the concept of Universal Approximation Theorem in deep learning. We will discuss what this theorem means, how it works, and its importance in the field of neural networks. This clip is from the chapter...
Instructional Video9:34
Curated Video

Deep Learning - Crash Course 2023 - Linear Separation of Data

Higher Ed
In this video, we will write a program in Python to understand linear separation of data. This clip is from the chapter "Deep Neural Networks" of the series "Deep Learning - Crash Course 2023".In this section, we will try to understand...
Instructional Video1:31
Curated Video

Deep Learning - Crash Course 2023 - Why Deep Neural Networks

Higher Ed
In this video, we will understand why deep neural networks. This clip is from the chapter "Deep Neural Networks" of the series "Deep Learning - Crash Course 2023".In this section, we will try to understand deep neural networks.
Instructional Video4:05
Curated Video

Deep Learning - Crash Course 2023 - Why Do We Require Entropy Loss

Higher Ed
In this video, we will talk about certain events and understand why we require entropy loss. This clip is from the chapter "Basic Probability" of the series "Deep Learning - Crash Course 2023".In this section, we will talk about...
Instructional Video6:06
Curated Video

Deep Learning - Crash Course 2023 - Probability Distribution Table

Higher Ed
In this video, you will learn about the probability distribution table. This clip is from the chapter "Basic Probability" of the series "Deep Learning - Crash Course 2023".In this section, we will talk about probability.
Instructional Video1:59
Curated Video

Deep Learning - Crash Course 2023 - Random Variable - Types

Higher Ed
In this video, you will learn about different types of random variables. This clip is from the chapter "Basic Probability" of the series "Deep Learning - Crash Course 2023".In this section, we will talk about probability.
Instructional Video4:24
Curated Video

Deep Learning - Crash Course 2023 - Why Random Variable Is Important

Higher Ed
In this video, we will understand why a random variable is important. This clip is from the chapter "Basic Probability" of the series "Deep Learning - Crash Course 2023".In this section, we will talk about probability.
Instructional Video8:05
Curated Video

Deep Learning - Crash Course 2023 - Introduction to Probability and Random Variables

Higher Ed
In this video, we will be introduced to probability and random variables. This clip is from the chapter "Basic Probability" of the series "Deep Learning - Crash Course 2023".In this section, we will talk about probability.
Instructional Video8:25
Curated Video

Deep Learning - Crash Course 2023 - Class Sigmoid

Higher Ed
In this video, we will dive into the implementation of a class for the Sigmoid activation function. You will also get an assignment to further solidify your understanding of Sigmoid. This clip is from the chapter "Sigmoid Neuron...