Instructional Video12:49
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Moving Avg Implemented

Higher Ed
This video explains the implementation of Moving Avg. This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on deep RL DQN.
Instructional Video5:17
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Introduction to Project (Cart pole)

Higher Ed
This video provides an introduction to the project (cart pole). This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on deep RL DQN.
Instructional Video10:25
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Implementing Random Solution

Higher Ed
This video explains implementing the Random solution. This clip is from the chapter "Naive Random Solution" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the Naive Random solution.
Instructional Video5:17
Curated Video

Intro To Python Programming - Function Returns in Python

Pre-K - Higher Ed
To make functions very useful, we'll have our functions return values to the function call in this course segment.
Instructional Video2:51
Curated Video

Business Intelligence with Microsoft Power BI - with Material - Aggregation in a Table

Higher Ed
This video explains how to perform aggregation in a table. This clip is from the chapter "Tables and Matrix in Power BI" of the series "Business Intelligence with Microsoft Power BI - with Material".This section provides an introduction...
Instructional Video3:33
Curated Video

Data Structures and Algorithms The Complete Masterclass - Bubble Sort Complexity

Higher Ed
This video focuses on bubble sort complexity. This clip is from the chapter "Algorithm: Sorting Elementary" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to sorting elementary.
Instructional Video11:38
Instructional Video4:36
Curated Video

Business Intelligence with Microsoft Power BI - with Material - Grouping in Power BI

Higher Ed
This video explains the concept of grouping in Power BI. This clip is from the chapter "Important Topics in Power BI" of the series "Business Intelligence with Microsoft Power BI - with Material".This section covers the most important...
Instructional Video5:20
Curated Video

Finding the Average from a Grouped Frequency Table

9th - 12th
This video provides a step-by-step guide for how to estimate the mean from a grouped frequency data. The example problem is from IGCSE A June 2018 paper 1H Q1.
Instructional Video15:54
Curated Video

Blood Pressure and Mean Arterial Pressure

Higher Ed
In this episode, Leslie first defines what blood pressure is and shows how it varies in the blood vessels throughout the body. He then shows what Mean Arterial Pressure is and goes into two different ways to calculate it.
Instructional Video11:07
Curated Video

REST APIs with Flask and Python - Loops in Python

Higher Ed
This video explains the two different types of loops used in Python: the for loop and while loop statements. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the...
Instructional Video15:04
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Finding Average-1

Higher Ed
In this session, we will try to calculate the average of a given dataset. We will start by writing a transformation flow that will take the CSV data file as input and provide us with the average of the movie ratings from the dataset....
Instructional Video6:16
Curated Video

CompTIA A+ Certification 220-1001: The Total Course - Advanced Router Configuration

Higher Ed
Even the most basic router has setting beyond the basic setup. Protocols such as Quality of Service, Universal Plug and Play, and Simple Network Management Protocol give extra features to enhance the capabilities of your router. This...
Instructional Video9:04
Curated Video

pandas for Python - A Quick Guide - Handling Missing Values and Duplicates

Higher Ed
During the data analysis, significant time is spent on data cleaning and transformation. Pandas provides the tool to handle such data. In this video, you will learn about handling missing data and duplicates. You will learn to eliminate...
Instructional Video14:03
Curated Video

Arduino for Beginners - 2022 Complete Course - Activity 20 - Solution

Higher Ed
This video explains activity 20 - solution. This clip is from the chapter "Photoresistor- Measure Luminosity" of the series "Arduino for Beginners - 2022 Complete Course".This section explains measuring luminosity.
Instructional Video7:08
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Implementing Convolution in Python Revisited

Higher Ed
This video helps in implementing convolution in Python revisited. This clip is from the chapter "Deep Neural Network Architecture" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the...
Instructional Video3:40
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Image Sharpening

Higher Ed
This video explains about image sharpening. This clip is from the chapter "Image Processing" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on image processing.
Instructional Video8:23
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Image Blurring 2

Higher Ed
This video explains about image blurring 2. This clip is from the chapter "Image Processing" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on image processing.
Instructional Video7:56
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Converting an Image to Grayscale in Python

Higher Ed
This video explains converting an image to grayscale in Python. This clip is from the chapter "Image Processing" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on image processing.
Instructional Video1:50
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Pooling Layer

Higher Ed
In this video, you will learn about Pooling layer. This clip is from the chapter "Convolutional Neural Networks (CNN)" of the series "Python for Deep Learning — Build Neural Networks in Python".In this section, we will cover...
Instructional Video7:04
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN What Is Loss Function

Higher Ed
This video demonstrates about the Loss function. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN foundation for...
Instructional Video3:20
Curated Video

Python In Practice - 15 Projects to Master Python - Reviews and Ratings Data to Create the Model

Higher Ed
This video explains the reviews and ratings data to create the model. This clip is from the chapter "Rating Bot" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the Rating Bot.
Instructional Video5:32
Curated Video

Python In Practice - 15 Projects to Master Python - Generating the Final Report

Higher Ed
This video explains generating the final report. This clip is from the chapter "Data Science Project 1" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on data science project 1.
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...