Curated Video
Describe an advanced data structure : Optimizing the Sieve of Eratosthenes
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...
Programming Electronics Academy
Arduino Pseudo Random Non-Consecutive Number Generator
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...
Packt
Design a computer system using tree search and reinforcement learning algorithms : Understanding the Environment of CartPole in OpenAI Gym
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...
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - Kafka Consumer - Practical Introduction
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...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Parameterizing the Test Data from Json Files Using Each Command
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 +...
Packt
Compare the breadth-first and depth-first search algorithms : Implementing BFS on Regular Graphs
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...
Programming Electronics Academy
Function Example Three: Arduino Course 8.3
A walk through of a User Defined Function in programming.
Programming Electronics Academy
Using Arrays with For Loops
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...
Packt
Practice Exercise – 2 - Yahoo Question (Inverted Sequence Pyramid Logic Program)
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...
Curated Video
Learn and Master C Programming - Let's Implement a Variadic Function in C - Technique #1
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...
Curated Video
Describe an advanced data structure : From Painfully Slow to Optimal: The Maximum Sum Subarray
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...
Catalyst University
More Pressure-Volume (PV) Curves
In this video, we discuss another type of pressure-volume loop in detail that you may encounter in your anatomy and physiology class.
Programming Electronics Academy
Tutorial 09: How to read voltages with analogRead(): Arduino Course for Absolute Beginners (ReM)
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....
Packt
Practice Exercise Reverse String Logic-Palindrome
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...
Curated Video
Evaluate visual representations of data that models real-world phenomena or processes : Visualizing Text Data
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...
Programming Electronics Academy
Tutorial 11: If Statement Conditionals: Arduino Course for Absolute Beginners (ReM)
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...
Zach Star
What if the universe had a higher dimensional twist in it?
What if the universe had a higher dimensional twist in it?
Curated Video
Italy, Pompeii - Roman Brothel (Lupanar)
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...
Next Animation Studio
Samsung Pass to incorporate CHAIN ID blockchain identification
Samsung is partnering up with theloop to develop CHAIN ID in order to incorporate the blockchain identification technology into its Samsung Pass service.
Curated Video
Describe computer programming : Control Flow
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
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....
Curated Video
C++ for Beginners - Bubble Sort
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
Curated Video
Design a computer system using tree search and reinforcement learning algorithms : Exploring the Possible Actions of Your CartPole Robot in OpenAI Gym
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...
Curated Video
Complete Python Scripting for Automation - Introduction to while loop
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...