Instructional Video11:58
Packt

Python Data Types: Understanding and Storing Data Structures in Python

Higher Ed
In this video, we delve into the topic of data structures in Python. From academic results to online orders, everything is data that holds value and requires proper storage. Without structuring it correctly, the data can easily turn into...
Instructional Video1:47
Packt

Fundamentals of Neural Networks - Welcome Message

Higher Ed
This video explains the need for taking up the course and introduces you to the author. This clip is from the chapter "Welcome" of the series "Fundamentals in Neural Networks".This section introduces you to the course and the course...
Instructional Video7:09
Packt

Fundamentals of Neural Networks - Padding

Higher Ed
This video explains padding in convolutional neural networks. This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural networks where you...
Instructional Video18:26
Packt

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. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This...
Instructional Video21:13
Packt

Fundamentals of Neural Networks - Lab 2 - Introduction to CNN

Higher Ed
This video demonstrates the architecture and how to carry out the code using TensorFlow in collab and building a convolutional neural network. This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in...
Instructional Video12:45
Packt

Fundamentals of Neural Networks - Gradient Descent

Higher Ed
This video explains the optimization problem using the gradient descent algorithm. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural...
Instructional Video9:47
Packt

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. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in...
Instructional Video10:33
Packt

Fundamentals of Neural Networks - Language Processing

Higher Ed
NLP is a tool for structuring data in a way that AI systems can process that deals with language. NLP uses AI to 'read' through a document and extract key information. This clip is from the chapter "Recurrent Neural Networks" of the...
Instructional Video15:25
Packt

Fundamentals of Neural Networks - Lab 1 - RNN in Text Classification

Higher Ed
This video demonstrates how to design a recurrent neural network or RNN. This clip is from the chapter "Recurrent Neural Networks" of the series "Fundamentals in Neural Networks".This section explains NLP, we will start with recurrent...
Instructional Video11:23
Packt

Fundamentals of Neural Networks - Forward Propagation in RNN

Higher Ed
The forward propagation in an RNN makes a few assumptions: 1) We assume the hyperbolic tangent activation function for the hidden layer. 2) We assume that the output is discrete as if the RNN is used to predict words or characters. This...
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 Video11:13
Curated Video

Machine Learning Random Forest with Python from Scratch - Reading and Manipulating Dataset

Higher Ed
Previously, you learned how to read a dataset; now, we will look at manipulating the data and using a sample dataset in our code. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest...
Instructional Video9:13
Curated Video

Machine Learning Random Forest with Python from Scratch - Outliers Removal

Higher Ed
In the second part of the data cleaning process, we will look at an outlier in detail and learn how to correct or remove the outlier. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
Instructional Video7:13
Curated Video

Machine Learning Random Forest with Python from Scratch - Impurity

Higher Ed
Like all dataset characteristics, we will look at the impurities in a dataset and how they should be minimum in a good dataset. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest...
Instructional Video11:46
Curated Video

Machine Learning Random Forest with Python from Scratch - Best Slip

Higher Ed
Here, we will determine the best split at any decision node where information is maximum and split into two branches, true and false. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
Instructional Video9:19
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Understanding SAS Functions

Higher Ed
The author will explain SAS functions. What are they? What can they do? What are arguments? This clip is from the chapter "SAS Functions" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section...
Instructional Video3:46
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Problem Statement/Hypothesis Generation

Higher Ed
To build a proper SAS model, we have to start by understanding the problem we are trying to solve. This clip is from the chapter "SAS Model – Predictive Modeling, Understanding the Problem and the Data" of the series "Complete SAS...
Instructional Video3:28
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Testing (NN Implementation)

Higher Ed
In this video, you will learn how to test our neural network. This clip is from the chapter "Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will dive deeper into deep...
Instructional Video3:19
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - L1 and L2 Regularization

Higher Ed
In this video, we will discuss L1 and L2 regularization. This clip is from the chapter "Optimizations" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will cover optimizations of a...
Instructional Video13:05
Curated Video

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

Higher Ed
In this part, we will work on the sigmoid, backpropagation, and train 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...
Instructional Video4:01
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Early Stopping

Higher Ed
In this video, we will look at a possible solution, which is early stopping. This clip is from the chapter "Optimizations" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will cover...
Instructional Video4:40
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Modify Ingestion Pipeline to Use the Email Utility Pipeline

Higher Ed
This video helps you modify the ingestion pipeline to use the email utility pipeline. This clip is from the chapter "Metadata-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction to...
Instructional Video16:53
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Making the Email Notifications Dynamic

Higher Ed
This video demonstrates making the email notifications dynamic. This clip is from the chapter "Metadata-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction to Metadata-Driven Ingestion
Instructional Video10:53
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Making Logging of Pipeline Information Dynamic

Higher Ed
This video shows how to make the logging of pipeline information dynamic. This clip is from the chapter "Metadata-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction to Metadata-Driven...