Instructional Video10:25
Curated Video

Fundamentals of Neural Networks - Lab 4 - Functional API

Higher Ed
This video demonstrates functional API versus sequential API. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural networks where you will...
Instructional Video11:19
Curated Video

Fundamentals of Neural Networks - Lab 5 - Building Deeper and Wider Model

Higher Ed
This video demonstrates how to build a deeper and wider neural network model. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural networks...
Instructional Video11:16
Curated Video

Fundamentals of Neural Networks - Purpose of Neural Networks

Higher Ed
This video explains the purpose of neural networks. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural networks where you will learn every...
Instructional Video8:13
Curated Video

Fundamentals of Neural Networks - Logistic Regression

Higher Ed
This video explains logistic regression and specifically if the target here is discrete or binary. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains...
Instructional Video9:40
Curated Video

Fundamentals of Neural Networks - Linear Regression

Higher Ed
This video explains statistical machine learning, where you will start with the linear regression model. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains...
Instructional Video10:31
Curated Video

Advanced 3D Printing with Fusion 360 - Design Your Phone Case - Your Phone into Fusion

Higher Ed
In this video, you will learn to create a phone case, but first, we will begin creating the phone using 3D printing. This clip is from the chapter "Introduction" of the series "Advanced 3D Printing with Fusion 360: Design Your Phone...
Instructional Video10:35
Curated Video

Deep Learning - Crash Course 2023 - TensorFlow - Subclassing Methods

Higher Ed
In this video, you will learn about subclassing in TensorFlow, which allows us to create custom layers and models. This clip is from the chapter "Applying Deep Learning" of the series "Deep Learning - Crash Course 2023".In this section,...
Instructional Video12:44
Curated Video

Deep Learning - Crash Course 2023 - TensorFlow Advanced Tricks - Ways to Create Neural Networks

Higher Ed
In this video, we will explore advanced ways to create neural networks using TensorFlow. 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...
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 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 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 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 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: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...
Instructional Video7:47
Curated Video

Deep Learning - Crash Course 2023 - Data Standardization - 2

Higher Ed
In this video, we will understand when and how to apply standard Scaler with data standardization. This clip is from the chapter "Sigmoid Neuron Implement with Python" of the series "Deep Learning - Crash Course 2023".In this section,...
Instructional Video15:13
Curated Video

Deep Learning - Crash Course 2023 - Program in Python

Higher Ed
In this video, we will build a program in Python to implement Sigmoid Neuron. This clip is from the chapter "Sigmoid Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will begin our journey with Sigmoid Neuron.
Instructional Video7:24
Curated Video

Deep Learning - Crash Course 2023 - Visualize the Accuracy with Epochs

Higher Ed
In this video, you will learn how to use graphs to visualize the accuracy of your deep learning model with increasing epochs. You will also be given an assignment to test your understanding. This clip is from the chapter "Perceptron in...
Instructional Video10:27
Curated Video

Deep Learning - Crash Course 2023 - Perceptron in Python

Higher Ed
In this video, we will work on programming our Perceptron model in Python. This clip is from the chapter "Perceptron in Python" of the series "Deep Learning - Crash Course 2023".In this section, you will learn about Perceptron in Python.
Instructional Video7:11
Curated Video

Deep Learning - Crash Course 2023 - Loss Function and Parameter Update

Higher Ed
In this video, you will learn about the loss function and parameter update. This clip is from the chapter "Perceptron" of the series "Deep Learning - Crash Course 2023".In this section, you will learn about Perceptron.
Instructional Video4:09
Curated Video

Deep Learning - Crash Course 2023 - Perceptron Model and Its Representation

Higher Ed
In this video, you will learn more about the Perceptron model and understand its representation. This clip is from the chapter "Perceptron" of the series "Deep Learning - Crash Course 2023".In this section, you will learn about Perceptron.