Instructional Video5:49
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Stock Return Predictions Using LSTMs (Part 2)

Higher Ed
In this video, we will work on a more conventional prediction called stock return.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent...
Instructional Video9:21
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - A More Challenging Sequence

Higher Ed
In this video, you will learn how to preform time series prediction with a complex signal.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
Instructional Video11:14
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - RNN for Time Series Prediction

Higher Ed
In this video, we will do the same forecasting exercise that we did with an autoregressive liner model, but with a simple RNN instead.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence...
Instructional Video18:26
Curated Video

Fundamentals of Neural Networks - Lab 3 - Introduction to Neural Network

Higher Ed
This video demonstrates how to use Keras TensorFlow as API to essentially design and craft the neural network architecture.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural...
Instructional Video9:32
Curated Video

Fundamentals of Neural Networks - Backward Propagation Through Time

Higher Ed
Backpropagation through time (BPTT) is a gradient-based technique for training certain types of recurrent neural networks. It can be used to train Elman networks. The algorithm was independently derived by numerous researchers.
<
br/>...
Instructional Video12:45
Curated Video

Fundamentals of Neural Networks - Gradient Descent

Higher Ed
This video explains the optimization problem using the gradient descent algorithm.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial...
Instructional Video9:47
Curated Video

Fundamentals of Neural Networks - Cross-Entropy Loss Function

Higher Ed
This video explains the cross-entropy function, which is designed under the assumption that the variable you are trying to predict is binary.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series...
Instructional Video8:51
Curated Video

Exploring Human Hearing: From Basic Mechanics to Complex Perceptions

6th - Higher Ed
Dive into the intricacies of how we hear, from the journey of sound waves through the ear to the brain's ability to isolate and enhance conversations in noisy environments. Witness the fascinating tests conducted on diverse age groups...
Instructional Video15:07
Curated Video

Deep Learning - Crash Course 2023 - Regression Problem

Higher Ed
In this video, you will learn how to solve a regression problem using the Boston housing dataset.
<
br/>
This clip is from the chapter "Applying Deep Learning" of the series "Deep Learning - Crash Course 2023".In this section, you...
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.
<
br/>
This clip is from the chapter "Applying Deep Learning" of...
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.
<
br/>
This clip is from the chapter "Deep Learning with TensorFlow 2.x" of the series "Deep Learning -...
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.
<
br/>
This clip is from the chapter...
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.
<
br/>
This clip is from the chapter "Deep Learning with TensorFlow 2.x" of the series...
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.
<
br/>
This clip is from the chapter "Universal Approximation Theorem" of the series "Deep Learning -...
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.
<
br/>
This clip is from the chapter "Sigmoid...
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.
<
br/>
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...
Instructional Video2:57
Curated Video

Deep Learning - Crash Course 2023 - Program Overview

Higher Ed
In this video, we will discuss our program goal that we will be building in the next video.
<
br/>
This clip is from the chapter "Sigmoid Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will begin our...
Instructional Video5:51
Curated Video

Deep Learning - Crash Course 2023 - Gradient Descent

Higher Ed
In this video, you will learn about gradient descent.<br<br/>/>

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: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.<br<br/>/>

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:35
Curated Video

Deep Learning - Crash Course 2023 - Loss Functions

Higher Ed
In this video, you will learn about loss functions.
<
br/>
This clip is from the chapter "Getting the Basics Right" of the series "Deep Learning - Crash Course 2023".In this section, you will learn some basic terms used in deep...
Instructional Video5:27
Curated Video

Deep Learning - Crash Course 2023 - Sigmoid Neuron Introduction

Higher Ed
In this video, we will be introduced to Sigmoid Neuron.<br<br/>/>

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 Video3:44
Curated Video

Deep Learning - Crash Course 2023 - Perceptron Limitations

Higher Ed
In this video, we will have a quick recap of Perceptron limitations and learn how Sigmoid Neuron is useful.
<
br/>
This clip is from the chapter "Sigmoid Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we...
Instructional Video1:45
Curated Video

Deep Learning - Crash Course 2023 - Perceptron

Higher Ed
In this video, we will get introduced to the Perceptron model.<br<br/>/>

This clip is from the chapter "Perceptron" of the series "Deep Learning - Crash Course 2023".In this section, you will learn about Perceptron.
Instructional Video1:40
Curated Video

Deep Learning - Crash Course 2023 - Loss and Finding Parameters

Higher Ed
In this video, you will learn about loss and finding parameters.
<
br/>
This clip is from the chapter "MP Neuron Model" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to build neural networks...