Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Linux Command-Line Tools
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...
Brian McLogan
Function notation
👉 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...
ACDC Leadership
Long-Run Aggregate Supply, Recession, and Inflation- Macro Topic 3.4 and 3.5
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...
Curated Video
Interpreting Input and Output Values of Functions in Context
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...
Curated Video
Create a machine learning model of a real-life process or object : Improving the Network with Better Activation Functions and Dropout
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...
Programming Electronics Academy
More Serial Library: Arduino Course 5.9
A description of using Serial Communication with Arduino.
Brian McLogan
What is the definition of a relation
👉 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...
Packt
Live Example on Working with Child Windows
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...
Brian McLogan
Describing a transformation with vertical and horizontal stretch then graphing
👉 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,...
Curated Video
Complete Python Scripting for Automation - os.system() function from os module
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,...
Brian McLogan
How to understand evaluating the limit of a graph
👉 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...
Curated Video
Show the Relationship Between Variables Using a Graph
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...
Curated Video
Predictive Analytics with TensorFlow 9.2: Implementing an RNN for Spam Prediction
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
Curated Video
Bash Shell Scripting- Arithmetic operators
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.
APMonitor
Java ☕ Printing
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...
Curated Video
Complete Python Scripting for Automation - Python Comments
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...
Curated Video
Complete Python Scripting for Automation - os.path module
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...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Symmetric Block Modes
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:...
Brian McLogan
Graphing a horizontal linear equation from a table
👉 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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Introduction to branching (if, elif, else) and conditionals
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.
Curated Video
Deep Learning with Python (Video 9)
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....
ACDC Leadership
2011 FRQ #1- Monopoly Graph
Join the hundreds of thousands of students that have used Mr. Clifford's videos and resources to ace your microeconomics course.
Curated Video
Identifying Function Properties with Real-World Examples
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...
Programming Electronics Academy
Class to Library: Arduino Course 8.7
A walk through of turing a class into an Arduino code library.