Instructional Video3:43
Curated Video

Describe a function : Functions Part 2

Higher Ed
From the section: Advanced Python. This section is about Advanced Python. Advanced Python: Functions Part 2
Instructional Video6:38
Programming Electronics Academy

If Statements in Programming: Arduino Course 5.1

Higher Ed
A demonstration of how "if statements" are used in programming.
Instructional Video5:34
Curated Video

Predictive Analytics with TensorFlow 8.1: CNNs and the Drawbacks of Regular DNNs

Higher Ed
CNNs are a type of feedforward neural network in which the connectivity pattern between its neurons is based on the animal visual cortex. We will also see CNN architecture and convolution operations. • Look at CNNs and drawbacks of...
Instructional Video5:25
Blockchain Central

Will Quantum Computers Threaten Blockchains?

Higher Ed
This week on Blockchain Central: we'll talk about quantum computers and the potential threat it has on blockchain technology. Thank to revolutionary computational power, these computers can easily encrypt the keys that are protecting...
Instructional Video4:28
Curated Video

Restricting the Domain to Create Functions

K - 5th
This video explains the concept of putting restrictions on the domain of a function in order to make it well-defined. They give examples of functions and demonstrate how to determine the values that cause the function to be undefined. By...
Instructional Video13:21
Programming Electronics Academy

Array Basics Part Two: Arduino Course 7.3

Higher Ed
An introduction to using arrays in programming.
Instructional Video4:19
Curated Video

Determining Functions Using Tables and Graphs

K - 5th
In this video, students learn how to determine whether a relation is a function by considering tables and graphs. The concept is explained using relatable examples, such as a gumball machine. The video also introduces the use of function...
Instructional Video7:01
Curated Video

Complete Python Scripting for Automation - Introduction to Operators of Python

Higher Ed
Operators of Python: Introduction to Operators of Python This clip is from the chapter "Operators of Python" of the series "Complete Python Scripting for Automation".You will learn about various operators of python like Arithmetic and...
Instructional Video7:57
Curated Video

Complete Python Scripting for Automation - Converting simple code into Functions

Higher Ed
Functions: Converting simple code into Functions This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function, converting simple code into Functions, Calling a...
Instructional Video12:23
Curated Video

Representing Macroeconomic Equilibrium with AD/AS Diagrams

12th - Higher Ed
The video explains how to represent both short-run and long-run macroeconomic equilibrium in an AD/AS (Aggregate Demand/Aggregate Supply) diagram. It covers key terminology and concepts associated with the different curves involved in...
Instructional Video11:23
Programming Electronics Academy

What is a Code Library?: Arduino Course 6.1

Higher Ed
A description of a code library in Arduino programming.
Instructional Video3:51
Curated Video

Complete Python Scripting for Automation - Sets

Higher Ed
Data Structures of Python: Sets This clip is from the chapter "Data Structures of Python" of the series "Complete Python Scripting for Automation".In this section, the author introduces Data structures and types of Data Structures like...
Instructional Video7:55
Packt

Usage of Methods in Java

Higher Ed
This video explores the usage of methods in Java. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video2:41
Tarver Academy

Plotting Points on a Coordinate Plane

12th - Higher Ed
In This Episode, Tyler Teaches Us About Plotting Points on a Coordinate Plane
Instructional Video5:18
Curated Video

Deep Learning with Python (Video 14)

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 Video12:45
Packt

Develop an AI system to solve a real-world problem : Classification versus Regression

Higher Ed
From the section: Predicting Sales with Supervised Learning. In this section, learners will use their first machine learning techniques, including Support Vector Machines and Artificial Neural Networks. These techniques will be applied...
Instructional Video4:53
Brian McLogan

How to determine the domain of a rational function - domain and range

12th - Higher Ed
👉 Learn how to find the domain of rational functions with a radical denominator. 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 Video5:15
Curated Video

Understanding Cost Curves in Microeconomics

12th - Higher Ed
In this video, the speaker explains the concept of cost curves and their importance in understanding the cost structure of a business. They begin by discussing how total cost can be divided into fixed and variable costs, and then move on...
Instructional Video3:40
Curated Video

Predictive Analytics with TensorFlow 3.3: TensorFlow Programming Model

Higher Ed
The TensorFlow programming model signifies how to structure your predictive models. • Look at the steps for structuring the model
Instructional Video5:25
Blockchain Central

Will Quantum Computers Threaten Blockchains? | Blockchain Central

Higher Ed
This week on Blockchain Central: we'll talk about quantum computers and the potential threat it has on blockchain technology. Thank to revolutionary computational power, these computers can easily encrypt the keys that are protecting...
Instructional Video5:01
Practical Ninjas

Chapters, Sections, Subsections, Paragraphs in LaTeX | Learn using ShareLaTeX | Learning LaTeX 02

12th - Higher Ed
In the following video one will learn about LaTeX. Sometimes one needs to add different chapters, sections and paragraphs in a document. This video focuses on creating chapters, sections, subsections and paragraphs. Technique to include...
Instructional Video17:17
Programming Electronics Academy

Functions Example One: Arduino Course 8.1

Higher Ed
A walk through of a User Defined Function in programming.
Instructional Video14:51
Curated Video

Profit and its Maximization in Economics

12th - Higher Ed
The video provides an introduction on the concept of profit and distinguishes between accounting profit and economic profit. It explains how businesses generate revenue from producing goods and services and how they calculate their...
Instructional Video2:37
Curated Video

C++ Standard Template Library in Practice - Sampling

Higher Ed
The listener is new to algorithms and does not know about the sampling algorithms. • Introduce the listener to the std::sample algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...