Instructional Video3:34
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Spark Transformations and Actions Part 2

Higher Ed
In this session, we will learn about narrow and wide transformations and Spark actions. This clip is from the chapter "Spark Execution Concepts" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section...
Instructional Video12:49
Zach Star

Numerical Methods

12th - Higher Ed
Zach Star demonstrates numerical methods
Instructional Video8:54
Curated Video

Python for Network Forensics 5.1: Enumeration

Higher Ed
In this video, we will begin to think as an attacker and learn how to enumerate devices on a network. • Learn the basics of calling system commands in Python • Learn how to enumerate network devices • Using Python, build an application...
Instructional Video5:11
Blockchain Central

What Is Hashing in Blockchain?

Higher Ed
This week on Blockchain Central: we’re going to try and break down the hash and hash functions, as well as explain how it brings blockchain ecosystem to life.
Instructional Video18:27
Programming Electronics Academy

DeBugging an Arduino Sketch #003 :: Cleaning up the Code

Higher Ed
This code comes from a course student [Arthur] working on a challenge. The challenge was to blink 3 LEDs in sequence back and forth and use two potentiometers to adjust the timing of the blink and the brightness of the LEDs. Arthur did a...
Instructional Video4:29
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Activation Functions

Higher Ed
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Activation Functions
Instructional Video10:00
Curated Video

Transformations of Graphs: Understanding Translations

Higher Ed
The video is a lecture presentation on transformations of graphs, with a focus on translations. The speaker explains what translations are and how they can be achieved by moving a graph horizontally, vertically or a combination of both....
Instructional Video5:00
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 02 - Overview of creating SOAP Web Service using Contract First Approach

Higher Ed
SOAP Web Services with Spring and Spring Boot: Step 02 - Overview of creating SOAP Web Service using Contract First Approach This clip is from the chapter "SOAP Web Services with Spring and Spring Boot" of the series "Master Java Web...
Instructional Video5:39
Brian McLogan

How to write the domain of a rational function with a radical

12th - Higher Ed
👉 Learn how to find the domain of rational functions with a radical numerator. Recall that the domain of a function is the set of possible input values (x-values) of the function. For a rational function, the denominator cannot be zero...
Instructional Video7:31
Curated Video

Complete Python Scripting for Automation - Python Indentation

Higher Ed
Basics of print, indentation, comments and special characters: Python Indentation This clip is from the chapter "Basics of print, indentation, comments and special characters" of the series "Complete Python Scripting for Automation".You...
Instructional Video1:51
ACDC Leadership

Macro Unit 2: Question 5: Nominal and Real GDP

12th - Higher Ed
Join the hundreds of thousands of students that have used Mr. Clifford's videos and resources to ace your macroeconomics course.
Instructional Video7:17
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Backpropagation Training

Higher Ed
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Backpropagation Training
Instructional Video8:54
Packt

Running Test Cases in TestNG without Java Compiler

Higher Ed
This video explains how to run test cases in TestNG without a Java compiler. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers...
Instructional Video5:25
Curated Video

Apache Maven Beginner to Guru - Using Third-party Jars with the Command Line in Java

Higher Ed
This video demonstrates how to use the third-party jars with the command line in Java. This clip is from the chapter "Compiling Java" of the series "Apache Maven: Beginner to Guru".This section explains how to compile Java code.
Instructional Video6:35
Curated Video

Learn and Master C Programming - Using '#define' To Define Symbolic Constants

Higher Ed
We will write a program that uses '#define' to define some symbolic constants. This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into...
Instructional Video8:19
Curated Video

Complete Python Scripting for Automation - case (Lower, Upper etc...) conversion operations

Higher Ed
Complete String Operations: case (Lower, Upper etc...) conversion operations This clip is from the chapter "Complete String Operations" of the series "Complete Python Scripting for Automation".You will learn about Basic operations on...
Instructional Video1:37
Brian McLogan

Using the vertical line test to determine if a graph is a function or not

12th - Higher Ed
👉 Learn how to determine whether relations such as equations, graphs, ordered pairs, mapping and tables represent a function. A function is defined as a rule which assigns an input to a unique output. Hence, one major requirement of a...
Instructional Video6:18
Curated Video

Describe cyber attacks that could affect a computer system or network : Advanced-Level Hacking - Scanning Hosts with Python Script

Higher Ed
From the section: Attacking a Network. In this section, we will discover the diversity of ways a network can be attacked and demonstrate the attacks with various Kali Linux tools. In this video, we will consider using Python language in...
Instructional Video5:00
Fun Robotics

Understanding Train-test-split Function

Higher Ed
Exemplifies the working of train_test_split function.
Instructional Video8:43
Curated Video

Analyzing Capacity: Underutilization and Capacity Shortage

Higher Ed
The video discusses capacity in a business context, including capacity shortage and underutilization. The speaker explains how capacity is the level of output or production a business can produce in a given period, and how it can be...
Instructional Video4:06
Curated Video

Understanding Functions and Input-Output Relationships

K - 5th
In this lesson, students will learn how input values are transformed into output values using function machines. They will explore different examples of functions and understand that not all relations are functions. Through evaluating...
Instructional Video5:14
Curated Video

Revenue and Profit in Microeconomics: Understanding the Concepts and Curves

12th - Higher Ed
The video provides an explanation of two important concepts, revenue and profit, in microeconomics. The video also explores the relationship between marginal revenue and price, and how they affect a business's profit margin....
Instructional Video5:29
Curated Video

Understanding HR Data: Labor Turnover, Productivity, and Absenteeism

Higher Ed
The video discusses the importance of HR data in managing the human resources department of a business. The speaker goes over the three main channels of HR data: labor turnover, labor productivity, and absenteeism. They explain how each...
Instructional Video4:10
Curated Video

Predictive Analytics with TensorFlow 8.2: Pooling Layer and Padding Operations

Higher Ed
We will have a look at pooling layer and padding operations. • Study the pooling layer • Understand padding operations