Instructional Video6:26
Packt

Fundamentals of Neural Networks - Forward Propagation

Higher Ed
This video explains forward propagation and will dive deeper into the architecture of neural networks. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains...
Instructional Video5:42
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Maximum Likelihood Part 1

Higher Ed
In this video, you will learn about maximum likelihood with the help of an example. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section,...
Instructional Video6:33
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Machine Learning Model Linearity

Higher Ed
In this video, we will cover machine learning model linearity. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video2:34
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Machine Learning Model Exercise Solution

Higher Ed
In this video, we will cover machine learning model exercise solution. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to...
Instructional Video2:03
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Machine Learning Model Exercise

Higher Ed
In this video, we will cover machine learning model exercise. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video10:09
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Machine Learning Models and Optimization: Machine Learning Model 3

Higher Ed
In this video, we will cover machine learning model 3. This clip is from the chapter "Machine Learning: Machine Learning Crash Course" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we...
Instructional Video5:06
Curated Video

KS2 Primary English Age 9-13 - Reading: Making Predictions - Explained

3rd - 5th
SchoolOnline's Primary English videos are brilliant, bite-size tutorial videos delivered by examiners and skilled teachers. Ideal for ages 9-13, they cover every key skill in English Reading and Writing that students need to master in...
Instructional Video1:39
Curated Video

No-Code Machine Learning Using Amazon AWS SageMaker Canvas - Predicting Data and Validating Accuracy

Higher Ed
In this video, you will learn how to predict data and validate the accuracy. This clip is from the chapter "Project 2 - Spam SMS Detection" of the series "No-Code Machine Learning Using Amazon AWS SageMaker Canvas".In this section, we...
Instructional Video14:22
Curated Video

Python In Practice - 15 Projects to Master Python - Testing the Performance of the Model

Higher Ed
This video helps in testing the performance of the model. This clip is from the chapter "Machine Learning with Python" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on machine learning with Python.
Instructional Video5:13
Curated Video

Python In Practice - 15 Projects to Master Python - Asking the Model to Make Predictions - Flavor Predictor

Higher Ed
This video helps in asking the model to make predictions. This clip is from the chapter "Flavor Predictor" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the flavor predictor.
Instructional Video5:44
Curated Video

Python In Practice - 15 Projects to Master Python - Asking the Model to Make Predictions - Machine Learning with Python

Higher Ed
This video talks about asking the model to make predictions. This clip is from the chapter "Machine Learning with Python" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on machine learning with...
Instructional Video6:56
Packt

Fundamentals of Neural Networks - Why Use RNN

Higher Ed
A Recurrent neural network is a type of artificial neural network commonly used in speech recognition and natural language processing. Recurrent neural networks recognize data's sequential characteristics and use patterns to predict the...
Instructional Video9:38
Packt

Fundamentals of Neural Networks - Gated Recurrent Unit (GRU)

Higher Ed
Gated recurrent units (GRUs) are a gating mechanism in recurrent neural networks. GRUs have been shown to exhibit better performance on certain smaller and less frequent datasets. This clip is from the chapter "Recurrent Neural Networks"...
Instructional Video6:02
Packt

Fundamentals of Neural Networks - Bi-Directional RNN

Higher Ed
Bidirectional recurrent neural networks (BRNN) connect two hidden layers of opposite directions to the same output. BRNNs are especially useful when the context of the input is needed. For example, in handwriting recognition, the...
Instructional Video9:32
Packt

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. This clip...
Instructional Video1:09
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Perceptron Algorithm

Higher Ed
In this video, we will understand how the perceptron algorithm works. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will cover...
Instructional Video12:26
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Final Project Part 4

Higher Ed
In this part, we will work on predict, accuracy, and neural network functions. This clip is from the chapter "Final Project" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this last section, we will be...
Instructional Video4:20
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Cross Entropy Implementation

Higher Ed
In this video, you will learn how to implement cross entropy in our code. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will...
Instructional Video7:31
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Coding Perceptron Algo (Perceptron Step)

Higher Ed
In this video, we will work on the perceptron algorithm and learn how to code for perceptron step. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In...
Instructional Video3:34
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Scoring Validation Dataset Using Code

Higher Ed
This video helps you with scoring validation dataset using code. This clip is from the chapter "SAS Predictive Modeling, Evaluation Metrics" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section...
Instructional Video0:59
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: DNN What is Loss Function

Higher Ed
In this video, we will understand what is loss function. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video3:55
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - RNN Architecture: Fixed Length Memory Model Exercise Solution Part 02

Higher Ed
In this video, we will cover fixed length memory model exercise solution part 02. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects)...
Instructional Video6:16
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Project II_ Stock Price Prediction: Activity

Higher Ed
In this video, we will cover activity. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we will cover...
Instructional Video13:29
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Project I_ Book Writer: Modelling RNN Model Text Generation

Higher Ed
In this video, we will cover modelling RNN model text generation. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...