Instructional Video2:23
Curated Video

Hybrid Stepper Motor Basics

Higher Ed
Learn how hybrid stepper motor works in this video on hybrid stepper motor basics, covering the rotational magnetic field as well as the rotor and stator.
Instructional Video6:11
Curated Video

Machining Subminiature Features on Fibre Optics: The Dicing Process

Higher Ed
As part of a project with the Optoelectronics Research Centre at the University of Southampton, we were required to machine two 100-micron wide grooves on a piece of flat optical fibre. In this video, we show exactly how this is done.
Instructional Video5:34
TMW Media

Discovery with the ALMA Telescope: The front end and back end of the ALMA telescope

K - 5th
Does the light take a long time to reach earth? Does ALMA help scientists view objects close to the Earth like the sun? Do they need big computers to run the telescope? <br/>
Discovery with the ALMA Telescope, Part 2
Instructional Video6:59
Curated Video

Predictive Analytics with TensorFlow 7.2: Fine-tuning DNN Hyperparameters

Higher Ed
First, we will see DNN performance analysis. Next, we will tune the DNN hyperparameters. • Do DNN performance analysis • Tune the DNN hyperparameters
Instructional Video7:42
Curated Video

Evaluate the impact of an AI application used in the real world. (case study) : Working with Flower Images: Case Study - Part 14

Higher Ed
From the section: CNN-Industry Live Project: Playing With Real World Natural Images. This section includes a live project of working with flower images.



CNN-Industry Live Project: Playing With Real World Natural Images:...
Instructional Video12:40
Schooling Online

IB Biology Skills: Reliability 1

3rd - Higher Ed
A new contender joins the archery contest... Will they be a match for Robin Hood? Only time (and repeated trials) will tell! This lesson will explore the concept of reliability, including the subtle difference between accuracy and...
Instructional Video6:51
Australian Broadcasting Corporation

Back To The Moon: The technology used for the Apollo moon missions

6th - Higher Ed
After a quiet half a century since the last Apollo mission landed on the moon, Associate Professor Alan Duffy takes us inside the new space race. Bob Giffen explains the technology and the mindset it took to get man on the...
Instructional Video12:00
Schooling Online

IB Chemistry: Reliability Part 1

3rd - Higher Ed
A new contender joins the archery contest... Will they be a match for Robin Hood? Only time (and repeated trials) will tell! This lesson will explore the concept of reliability, including the subtle difference between accuracy and...
Instructional Video2:00
Science360

Are planets still being formed?

12th - Higher Ed
Have you ever wondered if planets are still being formed? Dr. Debra Fischer answers your question in this special “Mysteries of the Cosmos” edition of Ask a Scientist.
Instructional Video11:38
Schooling Online

Physics Skills: Reliability Part 1

3rd - Higher Ed
A new contender joins the archery contest... Will they be a match for Robin Hood? Only time (and repeated trials) will tell! This lesson will explore the concept of reliability, including the subtle difference between accuracy and...
Instructional Video11:52
Schooling Online

IB Physics Skills: Reliability Part 1

3rd - Higher Ed
A new contender joins the archery contest... Will they be a match for Robin Hood? Only time (and repeated trials) will tell! This lesson will explore the concept of reliability, including the subtle difference between accuracy and...
Instructional Video3:32
Curated Video

Evaluate visual representations of data that models real-world phenomena or processes : Advanced Features of TensorBoard and PyTorch Limitations

Higher Ed
From the section: NLP Visualization and Model Experimentation. Visualize text data and view data embeddings. View and track hyperparameter tuning and display training configurations to run reproducible experiments.



In this...
Instructional Video9:00
Catalyst University

Precision & Calculating ppt [Example 2]

Higher Ed
In this video, I do a sample precision problem for calculating parts-per-thousand (ppt).<br/>
Instructional Video2:28
US Department of Agriculture

Helping Gulf Coast Farmers Achieve Greater Environmental Benefits

Higher Ed
A USDA initiative along Florida's Gulf Coast is helping farmers there make improvements in their operations to help prevent runoff and erosion from ultimately reaching the Gulf.
Instructional Video8:42
Catalyst University

The Dixon Q-test | When to Discard Outliers in Your Data

Higher Ed
In this video, I show you how to perform a Dixon Q-test on a data set, and how to interpret the Q-values for discarding a data point.<br/>
Instructional Video1:08
Next Animation Studio

U.S. to sell fast howitzers and ‘smart shells’ to Taiwan

12th - Higher Ed
The Biden administration wants to add $750 million worth of arms sales to the $1.8 billion worth that Trump approved.
Instructional Video9:30
Catalyst University

Quantifying Precision | Calculating a Parts-per-Thousand [ppt]

Higher Ed
In this video, I show you how to calculate the quantity, Parts-per-Thousand [ppt], for a data set to determine whether or not your data is precise.<br/>
Instructional Video8:11
Curated Video

Multi-Paradigm Programming with Modern C++ - Compile-Time Evaluation Using constexpr

Higher Ed
Some expressions can be evaluated during compilation. This lets us improve performance, and also compute constants, which improves code readability.

• About constant expres
sions
• What code can become a
constexpr?
...
Instructional Video5:21
Curated Video

Multi-Paradigm Programming with Modern C++ - Instantiating the Template

Higher Ed
When we use a template, we instantiate it. Let’s create a type that performs fixed-point arithmetic, parameterized with templates. Then let’s support that type in our math library

• Developing a fixed-point math
class
•...
Instructional Video3:42
Programming Electronics Academy

dtostrf() with Arduino - Convert float to string

Higher Ed
In this lesson you will learn exactly how to use dtostrf in your Arduino code.
Instructional Video1:24
National Institute of Standards and Technology

What is PNT?

9th - 12th
Do you know what PNT stands for? There are billions of devices around the world that rely on these services and our economy depends on them. Learn how it affects you in this explainer video.
Instructional Video13:00
APMonitor

Matlab 👩‍💻 Printing disp and fprintf

10th - Higher Ed
Printing is displaying values to the terminal. You use the built in Matlab function disp() to display values. Here are some examples:<b<br/>r/>
disp(<br/>round(pi))
fprintf('%.2f',pi)
fprintf('The value of pi is %.20f',pi)
Instructional Video12:27
Schooling Online

Biology Skills: Reliability Part 1

3rd - Higher Ed
A new contender joins the archery contest... Will he be a match for Robin Hood? Only time (and repeated trials) will tell! This lesson will explore the concept of reliability, including the subtle difference between accuracy and...
Instructional Video9:21
Curated Video

C++ Standard Template Library in Practice - Manipulators and Formatters

Higher Ed
In this video, you will learn about Stream Manipulators and Formatters.

• Introduce the different manipul
ators
• Introduce the different
formatters
• Present an example program that uses
t
hese concepts

...