Curated Video
Describe a function : Functions Part 2
From the section: Advanced Python. This section is about Advanced Python. Advanced Python: Functions Part 2
Programming Electronics Academy
If Statements in Programming: Arduino Course 5.1
A demonstration of how "if statements" are used in programming.
Curated Video
Predictive Analytics with TensorFlow 8.1: CNNs and the Drawbacks of Regular DNNs
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...
Blockchain Central
Will Quantum Computers Threaten Blockchains?
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...
Curated Video
Restricting the Domain to Create Functions
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...
Programming Electronics Academy
Array Basics Part Two: Arduino Course 7.3
An introduction to using arrays in programming.
Curated Video
Determining Functions Using Tables and Graphs
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...
Curated Video
Complete Python Scripting for Automation - Introduction to Operators of Python
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...
Curated Video
Complete Python Scripting for Automation - Converting simple code into Functions
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...
Curated Video
Representing Macroeconomic Equilibrium with AD/AS Diagrams
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...
Programming Electronics Academy
What is a Code Library?: Arduino Course 6.1
A description of a code library in Arduino programming.
Curated Video
Complete Python Scripting for Automation - Sets
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...
Packt
Usage of Methods in Java
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...
Tarver Academy
Plotting Points on a Coordinate Plane
In This Episode, Tyler Teaches Us About Plotting Points on a Coordinate Plane
Curated Video
Deep Learning with Python (Video 14)
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....
Packt
Develop an AI system to solve a real-world problem : Classification versus Regression
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...
Brian McLogan
How to determine the domain of a rational function - domain and range
👉 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...
Curated Video
Understanding Cost Curves in Microeconomics
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...
Curated Video
Predictive Analytics with TensorFlow 3.3: TensorFlow Programming Model
The TensorFlow programming model signifies how to structure your predictive models. • Look at the steps for structuring the model
Blockchain Central
Will Quantum Computers Threaten Blockchains? | Blockchain Central
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...
Practical Ninjas
Chapters, Sections, Subsections, Paragraphs in LaTeX | Learn using ShareLaTeX | Learning LaTeX 02
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...
Programming Electronics Academy
Functions Example One: Arduino Course 8.1
A walk through of a User Defined Function in programming.
Curated Video
Profit and its Maximization in Economics
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...
Curated Video
C++ Standard Template Library in Practice - Sampling
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...