Instructional Video8:38
Curated Video

Describe an advanced data structure : Optimizing the Sieve of Eratosthenes

Higher Ed
From the section: More Complex Algorithms on Arrays. In this section, we will deal with even more complex problems involving arrays. They will require more complex logic or data structures to solve, or a clever way of applying more than...
Instructional Video10:50
Programming Electronics Academy

Arduino Pseudo Random Non-Consecutive Number Generator

Higher Ed
In this video we demonstrate how to create pseudo random numbers with Arduino - with a useful twist. This lesson was inspired by the following viewer question: "How do I create Random Non-Consecutive numbers with Arduino. P.S. These are...
Instructional Video3:28
Packt

Design a computer system using tree search and reinforcement learning algorithms : Understanding the Environment of CartPole in OpenAI Gym

Higher Ed
From the section: Lights, Camera, Action – Building Blocks of Reinforcement Learning. In this section, we learn about the main building blocks of reinforcement learning, including the action space, the environment, and the rewards. To...
Instructional Video12:00
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - Kafka Consumer - Practical Introduction

Higher Ed
This lecture gives you a practical introduction to Kafka consumer API and you will be creating a typical consume-transform-produce pipeline using consumer APIs. This clip is from the chapter "Enter the Stream Processing" of the series...
Instructional Video14:01
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - Parameterizing the Test Data from Json Files Using Each Command

Higher Ed
This video explains parameterizing the test Data from Json files. This clip is from the chapter "Cypress Framework Part 2- Page Object Design and Test Parameterization" of the series "Cypress - Modern Automation Testing from Scratch +...
Instructional Video7:50
Packt

Compare the breadth-first and depth-first search algorithms : Implementing BFS on Regular Graphs

Higher Ed
From the section: Searching in Graphs. In this section, we will see what we are searching for. Also, we will look at how to use and implement Breadth-First Search and Depth-First Search along with a simple puzzle game example. Implement...
Instructional Video10:11
Programming Electronics Academy

Function Example Three: Arduino Course 8.3

Higher Ed
A walk through of a User Defined Function in programming.
Instructional Video16:16
Programming Electronics Academy

Using Arrays with For Loops

Higher Ed
I would say that arrays are one of the most useful programming tools available. Every programming language that I'm familiar with, at least, has some form of an array. If you're trying to learn a new programming language, one of the...
Instructional Video9:44
Packt

Practice Exercise – 2 - Yahoo Question (Inverted Sequence Pyramid Logic Program)

Higher Ed
This video presents an example on inverted sequence pyramid logic program. 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...
Instructional Video6:10
Curated Video

Learn and Master C Programming - Let's Implement a Variadic Function in C - Technique #1

Higher Ed
We will learn to implement a function called "Sum" that sums up all arguments passed to it using a variable number of arguments while passing the count as the first argument on the list. This clip is from the chapter "Advanced Topics" of...
Instructional Video5:35
Curated Video

Describe an advanced data structure : From Painfully Slow to Optimal: The Maximum Sum Subarray

Higher Ed
From the section: Doing a Lot with Very Little. In this section, we will explore some problems that look difficult to solve efficiently at first sight. You might think that they require some advanced logic or data structures, but in fact...
Instructional Video11:49
Catalyst University

More Pressure-Volume (PV) Curves

Higher Ed
In this video, we discuss another type of pressure-volume loop in detail that you may encounter in your anatomy and physiology class.
Instructional Video14:00
Programming Electronics Academy

Tutorial 09: How to read voltages with analogRead(): Arduino Course for Absolute Beginners (ReM)

Higher Ed
In the last lesson you learned about using the analogRead() function to collect data from a sensor connected to one of the Arduino' analog pins. The range of data we received from the analogRead() function, was mapped from 0 to 1023....
Instructional Video9:23
Packt

Practice Exercise Reverse String Logic-Palindrome

Higher Ed
This video presents a practice exercise that explains the reverse string logic using a palindrome. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium...
Instructional Video7:45
Curated Video

Evaluate visual representations of data that models real-world phenomena or processes : Visualizing Text Data

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 video, we’ll...
Instructional Video13:30
Programming Electronics Academy

Tutorial 11: If Statement Conditionals: Arduino Course for Absolute Beginners (ReM)

Higher Ed
In the last lesson we learned about the "If statement". The "If statement" was the perfect choice for setting up instructions to run only when certain conditions are met. "If 30 seconds has passed - stop the heating element" or "If the...
Instructional Video14:14
Zach Star

What if the universe had a higher dimensional twist in it?

12th - Higher Ed
What if the universe had a higher dimensional twist in it?
Instructional Video5:42
Curated Video

Italy, Pompeii - Roman Brothel (Lupanar)

12th - Higher Ed
Researchers believe that the town was founded in the 7th or 6th century BC by the Osci or Oscans. It came under the domination of Rome in the 4th century BC, and was conquered and became a Roman colony in 80 BC after it joined an...
Instructional Video0:49
Next Animation Studio

Samsung Pass to incorporate CHAIN ID blockchain identification

12th - Higher Ed
Samsung is partnering up with theloop to develop CHAIN ID in order to incorporate the blockchain identification technology into its Samsung Pass service.
Instructional Video32:00
Curated Video

Describe computer programming : Control Flow

Higher Ed
From the section: Common Coding Concepts.This section will cover common coding concepts such as Scratch setup, bugs, pseudocode, decomposition, commenting and many more. Common Coding Concepts: Control Flow
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 Video7:09
Curated Video

C++ for Beginners - Bubble Sort

Higher Ed
In this lesson, your instructor discusses how to process data by using the Bubble Sort. This clip is from the chapter "Input, Process and Output" of the series "C++ for Beginners".null
Instructional Video11:46
Curated Video

Design a computer system using tree search and reinforcement learning algorithms : Exploring the Possible Actions of Your CartPole Robot in OpenAI Gym

Higher Ed
From the section: Lights, Camera, Action – Building Blocks of Reinforcement Learning. In this section, we learn about the main building blocks of reinforcement learning, including the action space, the environment, and the rewards. To...
Instructional Video11:55
Curated Video

Complete Python Scripting for Automation - Introduction to while loop

Higher Ed
Loops - for and while loops with break, continue and pass: Introduction to while loop This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series "Complete Python Scripting for Automation".You...