Curated Video
Machine Learning Random Forest with Python from Scratch - How Decision Trees and Random Forest Work
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...
Curated Video
Machine Learning Random Forest with Python from Scratch - Dataset
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...
Curated Video
Comprehensive Android Developer Bootcamp - CRUD Finalize
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...
Brian McLogan
Given an Complex Factor, Find the Remaining Zeros
👉 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...
Curated Video
Excel VBA Programming The Complete Guide - The Range.Rows and Range.Columns Properties
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 20 - Native Queries-Basics
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...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark DF (Group By - Filtering)
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.
Curated Video
Google Apps Script - Exercise Coding Projects - Selecting Spreadsheet Data with Apps Script
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...
Curated Video
School Theater (Use multiplication to solve word problems using arrays and a symbol for the unknown.)
A school theater has seats arranged in 7 rows and each row has 9 seats. What is the number of seats in the theater?
Curated Video
Data Analytics using Python Visualizations - Visualization Concepts
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...
Curated Video
Machine Learning Random Forest with Python from Scratch - Using Pandas for Random Forest (2)
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...
Curated Video
Machine Learning Random Forest with Python from Scratch - Question and Partition
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...
Curated Video
Multiplying by a Multiple of 10 Using Arrays
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.
Curated Video
Comprehensive Android Developer Bootcamp - Firestore - An Introduction
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...
Curated Video
Excel VBA Programming The Complete Guide - The Range.ColumnWidth and Range.RowHeight Properties
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"...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Adding and Deleting Rows, Columns, and Cells
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...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Solution (Distinct, Duplicate)
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.
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Building a Utility to Retrieve Values
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...
Curated Video
Fetch()ing Data in JavaScript
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.
Curated Video
Efficiently Deleting Blank Rows in Excel
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...
Curated Video
Robotic Process Automation - UiPath RPA Developer Masterclass - Data Scraping - Part 2
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...
Curated Video
pandas for Python - A Quick Guide - Introduction to Pandas Data Frame
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....
Curated Video
Job-Ready SQL in an Afternoon - Aggregation Functions
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.
Curated Video
Data Analytics using Python Visualizations - Working with Layouts - Row / Column / Grid
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...