Instructional Video8:03
Curated Video

Machine Learning Random Forest with Python from Scratch - How Decision Trees and Random Forest Work

Higher Ed
We will understand what a decision tree is and create a decision tree and get a prediction result from the decision tree. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with...
Instructional Video4:16
Curated Video

Machine Learning Random Forest with Python from Scratch - Dataset

Higher Ed
In this lesson, we will dive into the hardcore process of machine learning and the fundamental elements used in machine learning, like datasets, training and testing data, outliers, models, and so on. This clip is from the chapter...
Instructional Video5:38
Curated Video

Comprehensive Android Developer Bootcamp - CRUD Finalize

Higher Ed
Build a Baby Needs App:CRUD Finalize This clip is from the chapter "Build a Baby Needs App" of the series "The Comprehensive Android Developer Bootcamp".This section will show you how to build your Baby Needs app. You will start from...
Instructional Video4:29
Brian McLogan

Given an Complex Factor, Find the Remaining Zeros

12th - Higher Ed
👉 Learn how to find all the zeros of a polynomial given one complex zero. A polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. The zeros of a...
Instructional Video7:00
Curated Video

Excel VBA Programming The Complete Guide - The Range.Rows and Range.Columns Properties

Higher Ed
In this lesson, we explore the Rows and Columns properties, which are available on both the top-level Application object and a specific Range. The two can be used to target complete rows or columns, within the spreadsheet or within a...
Instructional Video8:15
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 20 - Native Queries-Basics

Higher Ed
In this video, we will cover JPA and Hibernate in-depth: Native Queries-basics. This clip is from the chapter "JPA and Hibernate in Depth" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section, you will...
Instructional Video11:08
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Spark DF (Group By - Filtering)

Higher Ed
Let's explore filtering for group by in this video. This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark DataFrames in depth.
Instructional Video8:04
Curated Video

Google Apps Script - Exercise Coding Projects - Selecting Spreadsheet Data with Apps Script

Higher Ed
This video explains how to select spreadsheet data with Apps Script. This clip is from the chapter "Getting Started with Apps Script Projects" of the series "Google Apps Script - Exercise Coding Projects".This section explains Apps...
Instructional Video2:33
Curated Video

School Theater (Use multiplication to solve word problems using arrays and a symbol for the unknown.)

3rd - 5th
A school theater has seats arranged in 7 rows and each row has 9 seats. What is the number of seats in the theater?
Instructional Video7:17
Curated Video

Data Analytics using Python Visualizations - Visualization Concepts

Higher Ed
This video explains visualization concepts. This clip is from the chapter "Matplotlib and Seaborn – Libraries and Techniques" of the series "Data Analytics Using Python Visualizations".This section introduces you to Matplotlib and...
Instructional Video4:28
Curated Video

Machine Learning Random Forest with Python from Scratch - Using Pandas for Random Forest (2)

Higher Ed
This is a continuation of the previous lesson, and here we will look at conditionally selecting values from a dataset. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python...
Instructional Video8:25
Curated Video

Machine Learning Random Forest with Python from Scratch - Question and Partition

Higher Ed
In this video, you will learn to create two more helper functions, question, and partition, which define statements for querying and retrieving data. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine...
Instructional Video4:54
Curated Video

Multiplying by a Multiple of 10 Using Arrays

K - 5th
In this video, students learn how to use arrays to multiply multiples of 10. The teacher explains the concept of arrays and demonstrates how to represent multiplication problems using rows and columns.
Instructional Video3:21
Curated Video

Comprehensive Android Developer Bootcamp - Firestore - An Introduction

Higher Ed
Introduction to Realtime Databases – Firebase and Firestore:Firestore - An Introduction This clip is from the chapter "Introduction to Realtime Databases – Firebase and Firestore" of the series "The Comprehensive Android Developer...
Instructional Video6:28
Curated Video

Excel VBA Programming The Complete Guide - The Range.ColumnWidth and Range.RowHeight Properties

Higher Ed
The Range.ColumnWidth and Range.RowHeight properties can resize the row and height of one or more columns or rows. In this lesson, we play around with these features in the Immediate Window. This clip is from the chapter "Range Actions"...
Instructional Video6:12
Curated Video

The Complete Excel Guide: Beginners to Advanced - Adding and Deleting Rows, Columns, and Cells

Higher Ed
Learn how to add and delete rows, columns, and cells. This clip is from the chapter "Excel 2019 Beginners: Working with Rows, Columns, and Cells" of the series "The Complete Excel Guide: Beginners to Advanced".This section aims to...
Instructional Video5:08
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Solution (Distinct, Duplicate)

Higher Ed
Let's discuss the solution for the quiz on distinct and drop duplicates. This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark DataFrames in depth.
Instructional Video9:55
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Building a Utility to Retrieve Values

Higher Ed
This video demonstrates how to build a utility to retrieve values. This clip is from the chapter "Part V-Reading and Writing Data from Excel to Selenium Python Framework" of the series "Selenium Python Automation Testing from Scratch and...
Instructional Video14:05
Curated Video

Fetch()ing Data in JavaScript

Pre-K - Higher Ed
Often JavaScript apps interact with other sites and services to obtain data, like maps or transit data. In this video, Mark will show you how to use fetch() to retrieve data from other apps.
Instructional Video5:22
Curated Video

Efficiently Deleting Blank Rows in Excel

Pre-K - Higher Ed
If you have multiple blank rows in a spreadsheet it can be very time-consuming to try to delete them either individually, or selecting them and then deleting them. In this quick tutorial I'll show you a very easy way to delete every...
Instructional Video4:02
Curated Video

Robotic Process Automation - UiPath RPA Developer Masterclass - Data Scraping - Part 2

Higher Ed
In this video, you will learn about extracting structured information from websites and applications using the modern design experience. This clip is from the chapter "Tech Primer – Automation Activities" of the series "Robotic Process...
Instructional Video9:27
Curated Video

pandas for Python - A Quick Guide - Introduction to Pandas Data Frame

Higher Ed
In this lesson, you will learn about the second primary data structure called Pandas Data Frame, which is a tabular data structure. We will understand the data frame and its operability. We will also learn about the Pandas dictionary....
Instructional Video6:57
Curated Video

Job-Ready SQL in an Afternoon - Aggregation Functions

Higher Ed
In this video, we will cover aggregation functions. This clip is from the chapter "Dates, Times, and Manipulating Data" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover dates, times, and manipulating data.
Instructional Video6:26
Curated Video

Data Analytics using Python Visualizations - Working with Layouts - Row / Column / Grid

Higher Ed
This video explains working with layouts – row / column / grid. This clip is from the chapter "Working with the Beautiful and Powerful Bokeh Library" of the series "Data Analytics Using Python Visualizations".This section explains...