Instructional Video4:54
Curated Video

Python - Object-Oriented Programming - Assignment 6

Higher Ed
In this assignment, you will learn how to create comparable objects. We will create two objects that have similar attributes and compare them. This clip is from the chapter "Magic Functions" of the series "Python - Object-Oriented...
Instructional Video7:53
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - ROC Curve

Higher Ed
This video explains the ROC curve in detail. This clip is from the chapter "SAS Predictive Modeling, Evaluation Metrics" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on SAS...
Instructional Video4:25
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Capturing the Height and Width of WebElement for User Experience (UX) Validation

Higher Ed
This video explains how to capture the height and width of WebElement for UX validation. This clip is from the chapter "Selenium 4.0 - Latest Features" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video4:27
Curated Video

Business Intelligence with Microsoft Power BI - with Material - Line Chart versus Column Chart in Power BI

Higher Ed
This video highlights the difference between a line chart and a column chart in Power BI. This clip is from the chapter "Other Charts in Power BI" of the series "Business Intelligence with Microsoft Power BI - with Material".This section...
Instructional Video3:47
Curated Video

Business Intelligence with Microsoft Power BI - with Material - Include and Exclude in Power BI

Higher Ed
This video explains the concepts of include and exclude in Power BI. This clip is from the chapter "Basic Charts in Power BI" of the series "Business Intelligence with Microsoft Power BI - with Material".This section focuses on...
Instructional Video2:45
Curated Video

AWS Certified Data Analytics Specialty 2021 - Hands-On! - Other Visualization Tools (HighCharts, D3, and so on)

Higher Ed
This video explains the other visualization tools in Amazon OuickSight. This clip is from the chapter "Domain 5: Visualization" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, you will learn how to...
Instructional Video5:19
Curated Video

Learn Java Unit Testing with JUnit 5 in 20 Steps - Comparing Arrays - assertArrayEquals

Higher Ed
JUnit 4: Comparing Arrays - assertArrayEquals This clip is from the chapter "JUnit 4" of the series "Learn Java Unit Testing with JUnit 5 in 20 Steps".In this section, you will learn about Junit 4.
Instructional Video4:11
Curated Video

Data Structures and Algorithms The Complete Masterclass - Selection Sort

Higher Ed
This video explains the parallax effect to make selection sort. 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...
Instructional Video15:48
Curated Video

Data Structures and Algorithms The Complete Masterclass - Min Stacks

Higher Ed
This video introduces you to min stacks. This clip is from the chapter "Question 2: Min Stack" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of a min stack.
Instructional Video3:49
Curated Video

Data Structures and Algorithms The Complete Masterclass - Insertion Sort

Higher Ed
This video introduces you to insertion sort. 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 Video7:20
Curated Video

Data Structures and Algorithms The Complete Masterclass - Implementing Bubble Sort

Higher Ed
This video demonstrates how to implement bubble sort. 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 Video2:25
Curated Video

Data Structures and Algorithms The Complete Masterclass - Bubble Sort Visualization

Higher Ed
This video focuses on bubble sort visualization. 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 Video4:52
Curated Video

Data Structures and Algorithms The Complete Masterclass - Bubble Sort

Higher Ed
This video explains the concept of bubble sort. 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 Video10:09
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - String in Python: String Escape Sequences

Higher Ed
In this video, we will cover string escape sequences. 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 and Projects) A to Z".In...
Instructional Video5:13
Curated Video

Comparing Functions: Equations and Verbal Descriptions

K - 5th
By understanding the function properties and identifying the constant rate of change, students can effectively compare and interpret different representations of functions. We use examples such as selling T-shirts, recycling soda cans,...
Instructional Video6:09
Curated Video

Core Java Programming Course- String Comparison Operations

Higher Ed
This video explains how to compare strings. This clip is from the chapter "String Operations" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various string operations that you can...
Instructional Video9:23
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Activity 03 - Solution

Higher Ed
This is the third activity solution video to compute max value inside a list. This clip is from the chapter "Programming with Python 3 – Conditions, Loops, and Lists" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This...
Instructional Video5:54
Curated Video

The Complete Python Course - Bitwise Operators

Higher Ed
Here, you will learn about combining binary numbers using the bitwise operators. This clip is from the chapter "Python - Operators" of the series "The Complete Python Course (2022)".This section delves deep into the different operators...
Instructional Video1:26
Curated Video

Python In Practice - 15 Projects to Master Python - hash( )

Higher Ed
This video explains the hash( ) function. This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
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 Video9:50
Curated Video

Machine Learning Random Forest with Python from Scratch - Logical Operators, User Input, Game

Higher Ed
This video will teach us about the three types of logical operators: AND, OR, and Not(!). This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Instructional Video8:54
Curated Video

Fundamentals of Machine Learning - Random Forests

Higher Ed
This video explains a lab session on random forests and a review of decision trees. This clip is from the chapter "Labs" of the series "Fundamentals of Machine Learning".This section explains the various lab exercises on linear...
Instructional Video6:47
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Data Structure (List, Tuple, Set, Dictionary): Introduction to Data Structure

Higher Ed
In this video, we will cover introduction to data structure. 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 and Projects) A to...
Instructional Video3:22
Curated Video

Data Structures and Algorithms The Complete Masterclass - Selection Sort Visualization

Higher Ed
This video focuses on selection sort visualization. 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.