Instructional Video4:35
Fun Robotics

Project ResNet 50

Higher Ed
Using Pre-trained models in a new project to Classify different images
Instructional Video15:48
Curated Video

Complete Python Scripting for Automation - Constructor of a class

Higher Ed
OOPS for Real Time: Constructor of a class This clip is from the chapter "OOPS for Real Time" of the series "Complete Python Scripting for Automation".In this section, the author introduces OOPS and object attributes, constructor of a...
Instructional Video9:08
Curated Video

Complete Python Scripting for Automation - compile operation (Execute all re operations on compile object)

Higher Ed
Regular expression with re module: compile operation (Execute all re operations on compile object) This clip is from the chapter "Regular expression with re module" of the series "Complete Python Scripting for Automation".In this...
Instructional Video4:34
IDG TECHtalk

Run Python in R code

Higher Ed
While R is a useful language, Python is also great for data science and general-purpose computing. See how to run Python code within an R script and pass data between Python and R using the reticulate package. Leave a comment and let us...
Instructional Video10:30
APMonitor

Matlab πŸ‘©β€πŸ’» Array and Matrix

10th - Higher Ed
Arrays are a way of storing a sequence of numbers or letters by using brackets [ ] or by declaring a 'string'. You could use an array for an incubator to keep information on such as a history of the temperatures. # array of numbers...
Instructional Video5:26
Curated Video

High Performance Scientific Computing with C 1.5: Linear Equations and Matrix Methods

Higher Ed
How can we invert a matrix? How fast can we do it? β€’ Learn why matrix inversion is useful β€’ See how to invert a matrix numerically β€’ Learn how expensive matrix inversion is
Instructional Video6:54
The Art Assignment

Better Know the Great Wave | The Art Assignment | PBS Digital Studios

9th - 12th
It's an omnipresent image that has inspired music, tattoos, and even an emoji on your phone. But Hokusai's Great Wave is a woodblock print that was made to be reproduced. What's its story? Let's better know the Great Wave.
Instructional Video4:21
Brainwaves Video Anthology

Pam Moran - Transforming Libraries

Higher Ed
Dr. Pamela Moran has served as the Superintendent of Albemarle County Public Schools since January 2006. She oversees a division with an annual operating budget of $160 million, with more than 1,200 teachers educating over 13,600...
Instructional Video13:11
Curated Video

Implement different search algorithms : BST - Deleting leaf nodes

Higher Ed
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Delete scenario one - deleting nodes with no children (leaf nodes)
Instructional Video27:44
Curated Video

Complete Python Scripting for Automation - Simple Python Script without and with oops concepts

Higher Ed
OOPS for Real Time: Simple Python Script without and with oops concepts This clip is from the chapter "OOPS for Real Time" of the series "Complete Python Scripting for Automation".In this section, the author introduces OOPS and object...
Instructional Video9:48
Limonero Films

Fujifilm: From Film to Digital

12th - Higher Ed
This video details the journey of Fujifilm from dominating the photo film market to pioneering digital cameras, facing the disruptive force of the digital age, and ultimately navigating the challenges posed by the rise of smartphones in...
Instructional Video10:10
3D Print General

Diagnosing and Fixing an Unknown 3D Printing Failure

Higher Ed
I'm back after a month hiatus attempting to fix a layer skipping failure that kept occurring. Watch as I go over the methods I use to attempt to diagnose and fix this problem of layer skipping on my machine.
Instructional Video2:09
Science360

Local 3D printing hubs bring manufacturing back to U.S. Smart America Expo

12th - Higher Ed
Imaginestics is a start-up out of West Lafayette, Indiana, founded by Nainesh Rathod. At the Smart America Expo, Rathod was part of a team that demonstrated the potential impact of "Smart Shape Technology" on 3D printing and local...
Instructional Video2:34
Science360

DigiMorph: Bringing Fossils to Life - Science Nation

12th - Higher Ed
High tech x-ray scanning equipment has opened up a whole new world to scientists studying delicate specimens such as fossils, skeletons and ancient manuscripts. It's called "high resolution X-ray computed tomography," and it essentially...
Instructional Video3:22
Programming Electronics Academy

What is Serial.begin(9600)?

Higher Ed
WHAT IS SERIAL.BEGIN(9600)? Are you wondering what Serial.begin(9600) does? You’ve probably seen it in most of the Arduino programs you’ve looked at – but what’s it there for?! Do you even need to use Serial.begin()? What if you change...
Instructional Video4:42
Programming Electronics Academy

Writing to Console with Arduino

Higher Ed
You will learn exactly how to print and write text to the Arduino console Spoiler Alert – you may have been looking for love in all the wrong places – it’s not actually the console! You’ll write to the Serial Monitor. You will learn the...
Instructional Video4:37
Curated Video

Call a function : Demo - String Operations

Higher Ed
From the section: Data Operations. In this section, you will learn about the different types of operators used in Python. This section will teach you the building blocks for any kind of operations in Python. Data Operations: Demo -...
Instructional Video10:49
Curated Video

Complete Python Scripting for Automation - simple hello world script

Higher Ed
Basics of print, indentation, comments and special characters: simple hello world script This clip is from the chapter "Basics of print, indentation, comments and special characters" of the series "Complete Python Scripting for...
Instructional Video16:29
Curated Video

Complete Python Scripting for Automation - Exception Handling for known Exceptions

Higher Ed
Exception Handling: Exception Handling for known Exceptions This clip is from the chapter "Exception Handling" of the series "Complete Python Scripting for Automation".The author talks about Exception Handling and raising user Defined...
Instructional Video13:14
Curated Video

C++ Developer - The Array Class

Higher Ed
This video explains the array class. This clip is from the chapter "Arrays and Vectors" of the series "The Complete C++ Developer Course".This section explains arrays and vectors.
Instructional Video13:02
Curated Video

Evaluate two sorting or two search algorithms : Selection sort implementation

Higher Ed
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation. Implement the selection sort algorithm step by step
Instructional Video18:14
Curated Video

Complete Python Scripting for Automation - Simple Functions with arguments

Higher Ed
Functions: Simple Functions with arguments 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 Video20:45
Curated Video

Complete Python Scripting for Automation - Loops | Working with for loop

Higher Ed
Loops - for and while loops with break, continue and pass: Loops | Working with for loop This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series "Complete Python Scripting for...
Instructional Video4:58
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Challenge Part 3 - Q2 Get the City that Sold the Most Products

Higher Ed
In this session, we will discuss the second question of the challenge and get the city that sold the most products. This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and...