Instructional Video4:23
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Amazon API Gateway Use Cases

Higher Ed
This video explains Amazon API Gateway use cases.
<
br/>
This clip is from the chapter "API Gateway RESTful API Development with Synchronous Lambda Event Sources" of the series "AWS Serverless Microservices with Patterns and Best...
Instructional Video6:47
Curated Video

Hands-on .NET Minimal API for Web Developers - Step 10: Implement POST Operation to Add a New Item

Higher Ed
Here, we will learn to implement the POST operation for the “Courses” result.
<
br/>
This clip is from the chapter "Improving Your Minimal API" of the series "Hands-On .NET Minimal API for Web Developers".This section takes us...
Instructional Video8:54
Curated Video

Machine Learning Random Forest with Python from Scratch - How to Classify

Higher Ed
Let's learn to write a classification method that will train our module and help us get predictions.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python from...
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 Video11:19
Packt

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 Video10:25
Packt

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 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 Video8:09
Packt

Fundamentals of Neural Networks - Lab 1 - Introduction to Convolutional 1-Dimensional

Higher Ed
This video demonstrates convolutional operations in 1-dimension. 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 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 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 Video11:39
Packt

Fundamentals of Neural Networks - Convolutional Operation

Higher Ed
The Convolution layer (CONV) uses filters that perform convolution operations as it is scanning the input with respect to its dimensions. Its hyperparameters include the filter size and stride. The resulting output is called a feature...
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 Video7:14
Packt

Fundamentals of Neural Networks - Backward Propagation

Higher Ed
This video explains backward propagation, which is defined by the optimization problem called the gradient descent algorithm. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This...
Instructional Video6:05
Curated Video

Intro To Python Programming - Simple Python Functions

Pre-K - Higher Ed
Functions allow us to write organized sections of resuable code. You'll create your first function in this video.
Instructional Video3:23
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Using Custom Queue Construct in Main Stack with AWS CDK

Higher Ed
This video helps in using custom queue construct in the main stack with AWS CDK.
<
br/>
This clip is from the chapter "Creating AWS SQS Queue Infrastructure with AWS CDK – Polling Checkout Basket" of the series "AWS Serverless...
Instructional Video6:02
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Macro Programs Introduction

Higher Ed
The author will introduce you to Macro programs.
<
br/>
This clip is from the chapter "Macro Facility Fundamentals" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on the Macro...
Instructional Video7:14
Curated Video

Python - Object-Oriented Programming - Making Your Objects Callable

Higher Ed
In this video, you will learn about the “_call_” method, which can be used to make an object callable.
<
br/>
This clip is from the chapter "Magic Functions" of the series "Python - Object-Oriented Programming".This section...
Instructional Video4:24
Curated Video

Python - Object-Oriented Programming - Inheritance and Method Resolution Order Part 2

Higher Ed
In this lesson, we will look at inheritance in further detail and understand accessing object attributes and multi-inheritance.
<
br/>
This clip is from the chapter "Inheritance and Abstraction" of the series "Python -...
Instructional Video7:20
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Function and Module in Python: Output Arguments and Return Statement

Higher Ed
In this video, we will cover output arguments and return statement.
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory...
Instructional Video13:45
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Function and Module in Python: Function Practice-Output Arguments and Return Statement

Higher Ed
In this video, we will cover function practice-output arguments and return statement.
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine...
Instructional Video8:40
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Feature Selection: Similarity Based Methods Introduction

Higher Ed
In this video, we will cover similarity based methods introduction.
<
br/>
This clip is from the chapter "Machine Learning: Feature Engineering and Dimensionality Reduction with Python" of the series "Data Science and Machine...
Instructional Video15:57
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: DNN PyTorch CIFAR10 Example

Higher Ed
In this video, we will cover DNN PyTorch CIFAR10 example.
<
br/>
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...
Instructional Video5:07
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Expectations: Definition

Higher Ed
In this video, we will cover definition.
<
br/>
This clip is from the chapter "Basics for Data Science: Mastering Probability and Statistics in Python" of the series "Data Science and Machine Learning (Theory and Projects) A to...
Instructional Video5:59
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: DNN Gradient Descent

Higher Ed
In this video, we will cover DNN gradient descent.
<
br/>
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...