Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Spark Transformations and Actions Part 2
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...
Curated Video
Python for Network Forensics 5.1: Enumeration
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...
Blockchain Central
What Is Hashing in Blockchain?
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.
Programming Electronics Academy
DeBugging an Arduino Sketch #003 :: Cleaning up the Code
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...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Activation Functions
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Activation Functions
Curated Video
Transformations of Graphs: Understanding Translations
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....
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 02 - Overview of creating SOAP Web Service using Contract First Approach
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...
Brian McLogan
How to write the domain of a rational function with a radical
👉 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...
Curated Video
Complete Python Scripting for Automation - Python Indentation
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...
ACDC Leadership
Macro Unit 2: Question 5: Nominal and Real GDP
Join the hundreds of thousands of students that have used Mr. Clifford's videos and resources to ace your macroeconomics course.
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Backpropagation Training
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Backpropagation Training
Packt
Running Test Cases in TestNG without Java Compiler
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...
Curated Video
Apache Maven Beginner to Guru - Using Third-party Jars with the Command Line in Java
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.
Curated Video
Learn and Master C Programming - Using '#define' To Define Symbolic Constants
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...
Curated Video
Complete Python Scripting for Automation - case (Lower, Upper etc...) conversion operations
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...
Brian McLogan
Using the vertical line test to determine if a graph is a function or not
👉 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...
Curated Video
Describe cyber attacks that could affect a computer system or network : Advanced-Level Hacking - Scanning Hosts with Python Script
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...
Fun Robotics
Understanding Train-test-split Function
Exemplifies the working of train_test_split function.
Curated Video
Analyzing Capacity: Underutilization and Capacity Shortage
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...
Curated Video
Understanding Functions and Input-Output Relationships
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...
Curated Video
Revenue and Profit in Microeconomics: Understanding the Concepts and Curves
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....
Curated Video
Understanding HR Data: Labor Turnover, Productivity, and Absenteeism
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...
Curated Video
Predictive Analytics with TensorFlow 8.2: Pooling Layer and Padding Operations
We will have a look at pooling layer and padding operations. • Study the pooling layer • Understand padding operations