Instructional Video9:36
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Linux Command-Line Tools

Higher Ed
Security technicians must be comfortable with Linux commands for standard maintenance and security tasks using commands such as head, tail, grep, dig, and setting filesystem permissions with chmod. This clip is from the chapter "Tools of...
Instructional Video7:09
Brian McLogan

Function notation

12th - Higher Ed
👉 Learn about every thing you need to know to understand the domain and range of functions. We will look at functions represented as equations, tables, mapping, and ordered pairs. The domain is the set of all possible x or input values...
Instructional Video3:45
ACDC Leadership

Long-Run Aggregate Supply, Recession, and Inflation- Macro Topic 3.4 and 3.5

12th - Higher Ed
In this video I explain the most important graph in your macroeconomics class. The aggregate demand and supply model. Make sure that you understand the idea of the long run aggregate supply and how to draw a recessionary gap and...
Instructional Video4:13
Curated Video

Interpreting Input and Output Values of Functions in Context

K - 5th
In this video, the teacher explains how to interpret input and output values in the context of functions. Using real-world examples like distance traveled and circumference of a circle, the teacher demonstrates how to determine the...
Instructional Video5:42
Curated Video

Create a machine learning model of a real-life process or object : Improving the Network with Better Activation Functions and Dropout

Higher Ed
From the section: Regression Task Airbnb Prices in New York. We will use a real-world Airbnb dataset that contains data about New York properties for rent in 2019 on Airbnb, including their price. It is a simple dataset and makes a good...
Instructional Video16:31
Programming Electronics Academy

More Serial Library: Arduino Course 5.9

Higher Ed
A description of using Serial Communication with Arduino.
Instructional Video3:56
Brian McLogan

What is the definition of a relation

12th - Higher Ed
👉 Learn about every thing you need to know to understand the domain and range of functions. We will look at functions represented as equations, tables, mapping, and ordered pairs. The domain is the set of all possible x or input values...
Instructional Video4:47
Packt

Live Example on Working with Child Windows

Higher Ed
This video presents a live example on working with child windows. This clip is from the chapter "Techniques to Automate Ajax Calls, Child Windows, and iFrames" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video8:17
Brian McLogan

Describing a transformation with vertical and horizontal stretch then graphing

12th - Higher Ed
👉 Learn how to identify transformations of functions. Transformation of a function involves alterations to the graph of the parent function. The transformations can be dilations, translations (shifts), reflection, stretches, shrinks,...
Instructional Video9:54
Curated Video

Complete Python Scripting for Automation - os.system() function from os module

Higher Ed
OS Module: os.system() function from os module This clip is from the chapter "OS Module" of the series "Complete Python Scripting for Automation".In this section, the author introduces OS Module and Basic operation like os.path module,...
Instructional Video2:51
Brian McLogan

How to understand evaluating the limit of a graph

12th - Higher Ed
👉 Learn how to evaluate the limit of a function from the graph of the function. The limit of a function as the input variable of the function tends to a number/value is the number/value which the function approaches at that time. When...
Instructional Video5:12
Curated Video

Show the Relationship Between Variables Using a Graph

K - 5th
In this video, we learn how to use a graph to represent the relationship between two variables. We explore the concepts of independent and dependent variables and how they are represented on a graph. Through examples and real-world...
Instructional Video3:39
Curated Video

Predictive Analytics with TensorFlow 9.2: Implementing an RNN for Spam Prediction

Higher Ed
We will see how to implement an RNN in TensorFlow to predict spam/ham from texts. • Construct RNN network • Perform the training • Plot accuracy over time
Instructional Video14:33
Curated Video

Bash Shell Scripting- Arithmetic operators

Higher Ed
This video provides an overview of arithmetic operators. This clip is from the chapter "Arithmetic operators" of the series "Complete Bash Shell Scripting".This section covers the different arithmetic operators.
Instructional Video12:58
APMonitor

Java ☕ Printing

10th - Higher Ed
In the early days of computers, users didn't interact with the computer through a screen, as we do now. Instead, the computer would output information with a physical printer with paper. Nowadays, we don't need to print to a physical...
Instructional Video7:09
Curated Video

Complete Python Scripting for Automation - Python Comments

Higher Ed
Basics of print, indentation, comments and special characters: Python Comments This clip is from the chapter "Basics of print, indentation, comments and special characters" of the series "Complete Python Scripting for Automation".You...
Instructional Video14:48
Curated Video

Complete Python Scripting for Automation - os.path module

Higher Ed
OS Module: os.path module This clip is from the chapter "OS Module" of the series "Complete Python Scripting for Automation".In this section, the author introduces OS Module and Basic operation like os.path module, os.system() function...
Instructional Video8:16
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Symmetric Block Modes

Higher Ed
Symmetric block algorithms have limitations depending on which kind of cipher is used. This episode explores the different block modes. This clip is from the chapter "Cryptography" of the series "CompTIA Security+ Certification SY0-601:...
Instructional Video2:22
Brian McLogan

Graphing a horizontal linear equation from a table

12th - Higher Ed
👉 Learn how to graph linear equations from the table of points. When given the table of points of a linear equation, we plot the x and y coordinates of the given table on the cartesian plane and join the ploted points to form a straight...
Instructional Video13:01
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Introduction to branching (if, elif, else) and conditionals

Higher Ed
A look at functions, their structure, properties and examples This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video4:46
Curated Video

Deep Learning with Python (Video 9)

Higher Ed
Deep learning is currently one of the best providers of solutions regarding problems in image recognition, speech recognition, object recognition, and natural language with its increasing number of libraries that are available in Python....
Instructional Video4:57
ACDC Leadership

2011 FRQ #1- Monopoly Graph

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

Identifying Function Properties with Real-World Examples

K - 5th
This video explains how to determine if a parking garage represents a function relation. Examine real-world examples such as gumball machines and the cost of a parking garage to demonstrate the properties of functions. The video teaches...
Instructional Video15:18
Programming Electronics Academy

Class to Library: Arduino Course 8.7

Higher Ed
A walk through of turing a class into an Arduino code library.