Instructional Video12:47
Weird History

Why Don't Americans Use the Metric System?

12th - Higher Ed
If you grew up in the United States, you probably learned the United States Customary System (USCS) for weights and measures. USCS terms like inches, feet, pounds, and miles are derived from the British Imperial System, steeped in a...
Instructional Video8:31
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Paying Attention to Shapes

Higher Ed
In this video, we will work on shapes in RNN.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this...
Instructional Video27:52
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Return Computation Revisited and Other Extensions (Optional)

Higher Ed
In this video, you will learn the computation of returns in pairs trading and explore other optional extensions to enhance our pairs trading strategy with ChatGPT, incorporating transaction costs, slippage, risk management techniques,...
Instructional Video13:47
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Strategy Performance Computation (Optional)

Higher Ed
In this video, we will explore advanced techniques for computing and evaluating the performance of our pairs trading strategy, including risk-adjusted performance metrics, portfolio optimization, and other sophisticated methods for...
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 Video11:16
Curated Video

Fundamentals of Neural Networks - Purpose of Neural Networks

Higher Ed
This video explains the purpose of neural networks.
<
br/>
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 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.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section...
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.<br<br/>/>

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

Deep Learning - Crash Course 2023 - Why Update Rule Works

Higher Ed
In this video, we will understand how update rule works.<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 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: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.
<
br/>
This clip is from the chapter "Perceptron" of the series "Deep Learning - Crash Course 2023".In this section, you will learn...
Instructional Video6:41
Curated Video

Deep Learning - Crash Course 2023 - MP Neuron Introduction

Higher Ed
In this video, you will learn about the MP Neuron model, also called McCulloch Pitts model.
<
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...
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 Video3:16
Curated Video

Deep Learning - Crash Course 2023 - Bias

Higher Ed
In this video, you will learn about bias in neural networks.
<
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...
Instructional Video3:47
Curated Video

Deep Learning - Crash Course 2023 - Activation Function

Higher Ed
In this video, you will learn how to apply an activation function to the weighted average to make sure the output value falls between 0 and 1.
<
br/>
This clip is from the chapter "Getting the Basics Right" of the series "Deep...
Instructional Video5:31
Curated Video

Deep Learning - Crash Course 2023 - Artificial Neural Networks

Higher Ed
In this video, you will learn about artificial neural networks.
<
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...
Instructional Video10:16
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - Setting Up Weight Painting for 3D Particle Flower Petals

Higher Ed
In this lesson, we will see our particle system come to fruition as we make use of weight painting to control the placement of the flowers.
<
br/>
This clip is from the chapter "Using Blender Particle Emitter to Create Foliage" of...
Instructional Video9:47
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - The Geometrical Picture

Higher Ed
In this video, we will understand the geometrical picture by understanding why neural networks are so important instead of a single neural network.
<
br/>
This clip is from the chapter "Feedforward Artificial Neural Networks" of the...
Instructional Video8:11
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Building the First Neural Network

Higher Ed
In this video, you will learn how to build your first neural network.
<
br/>
This clip is from the chapter "Creating Deep Neural Networks in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In...
Instructional Video10:51
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Transfer Learning Code (Part 1)

Higher Ed
In this video, we will dive into action and look at codes for transfer learning with data augmentation.
<
br/>
This clip is from the chapter "Transfer Learning for Computer Vision" of the series "Deep Learning - Convolutional Neural...
Instructional Video16:02
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Convolution on Color Images

Higher Ed
In this video, we will understand convolution on color images.
<
br/>
This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this...
Instructional Video6:44
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - What Is Convolution? (Part 3)

Higher Ed
In this video, you will learn how to view convolution as matrix multiplication.
<
br/>
This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with...
Instructional Video4:54
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - 2 Approaches to Transfer Learning

Higher Ed
In this video, we will discuss the two approaches used for transfer learning, which we will use in the next videos.
<
br/>
This clip is from the chapter "Transfer Learning for Computer Vision" of the series "Deep Learning -...