Instructional Video5:42
Curated Video

C++ Standard Template Library in Practice - Min

Higher Ed
The listener is new to algorithms and does not know about the min algorithms. • Introduce the listener to the std::min and std::min_element algorithm • Show how it works and explain the different versions available • Reinforce the lesson...
Instructional Video8:06
Curated Video

C++ Programming By Example - Use STL Algorithms with Containers

Higher Ed
How do you use STL algorithms with C++ containers? • Explain iterators • Show examples to further illustrate how they work • Analyze the results of the examples via print statements This clip is from the chapter "Data Structures and...
Instructional Video6:54
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Implementation Of The Bellman Ford Algorithm

Higher Ed
Learn to implement the Bellman Ford Algorithm. This clip is from the chapter "Shortest Path Algorithms" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this section, we are introduced to unweighted graph. We...
Instructional Video5:32
Packt

CompTIA Network+ Certification N10-007: The Total Course - Symmetric Encryption

Higher Ed
This video explains how to perform symmetric encryption. Both parties have the same key to encrypt and decrypt. This clip is from the chapter "Securing Transmission Control Protocol/Internet Protocol (TCP/IP)" of the series "CompTIA...
Instructional Video5:31
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 05 - Java Modularization - 02 - Splitting Service and Consumer into JARs

Higher Ed
In this session, we will continue with our discussion of modularization and work on setting up the problem. This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners -...
Instructional Video6:19
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Implementation Of The Shortest Path In An Unweighted Graph

Higher Ed
Shortest path implementation in Java. This clip is from the chapter "Shortest Path Algorithms" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this section, we are introduced to unweighted graph. We implement...
Instructional Video5:22
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 3 - Making the Binary Search Algorithm Example Loosely Coupled

Higher Ed
This video demonstrates how to make the binary search algorithm example loosely coupled. This clip is from the chapter "Spring Level 1 - Introduction to the Spring Framework in 10 Steps" of the series "Spring Framework Master Class -...
Instructional Video4:34
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Project: Confidence Matters

Higher Ed
Confidence in life is important for making decisions. Machine learning is the same. If someone said, "I'm 17% certain you're working on a computer", you'd give that a second thought, no? Computers! This clip is from the chapter "Final...
Instructional Video5:22
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 3 - Making the Binary Search Algorithm Example Loosely Coupled

Higher Ed
In this Appendix video, we'll make the binary search algorithm example loosely coupled. This clip is from the chapter "Appendix - Introduction to Spring Framework in 10 Steps" of the series "Master Hibernate and JPA with Spring Boot in...
Instructional Video4:38
Curated Video

Machine Learning Random Forest with Python from Scratch - Types of Learning

Higher Ed
Here, we will understand the learning types, including supervised and unsupervised machine learning algorithms. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random Forest with Python...
Instructional Video1:17
Curated Video

Python for Machine Learning - The Complete Beginners Course - What Is Supervised Learning?

Higher Ed
In this video, we will understand supervised learning. This clip is from the chapter "Introduction to Machine Learning" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will have a quick...
Instructional Video3:35
Curated Video

Python for Machine Learning - The Complete Beginners Course - Supervised Learning Versus Unsupervised Learning

Higher Ed
In this video, we will cover supervised learning versus unsupervised learning. This clip is from the chapter "Introduction to Machine Learning" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section,...
Instructional Video19:14
Curated Video

Practical Data Science using Python - Challenges in Machine Learning

Higher Ed
This video explains challenges in machine learning. This clip is from the chapter "Machine Learning" of the series "Practical Data Science Using Python".This section explains machine learning.
Instructional Video4:17
Curated Video

Describe an advanced data structure : Efficiently Counting Subarrays with a Given Sum

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 Video5:22
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 3: Making the Binary Search Algorithm Example Loosely Coupled

Higher Ed
Introduction to Spring Framework in 10 Steps: Step 3: Making the Binary Search Algorithm Example Loosely Coupled This clip is from the chapter "Introduction to Spring Framework in 10 Steps" of the series "Master Java Web Services and...
Instructional Video11:48
Curated Video

Practical Data Science using Python - Introduction to Machine Learning

Higher Ed
This video introduces you to machine learning. This clip is from the chapter "Machine Learning" of the series "Practical Data Science Using Python".This section explains machine learning.
Instructional Video15:34
Curated Video

C++ Developer - Standard Template Library (STL) - Part 2

Higher Ed
This is the second part of a two-part video that explains STL. This clip is from the chapter "Templates, the Standard Template Library (STL), and Other Skills" of the series "The Complete C++ Developer Course".null
Instructional Video3:12
NASA

Using Precipitation Data to Assess Risk of Cholera Outbreaks

3rd - 11th
A new modeling approach using satellite data will likely to enhance our ability to develop cholera risk maps in several regions of the globe. The model (GCRM) is based on monthly air temperature, precipitation, availability of WASH...
Instructional Video4:57
Packt

CompTIA Network+ Certification N10-007: The Total Course - Cryptographic Hashes

Higher Ed
This video explains the working of hashes, such as MD5 and SHA-1. This clip is from the chapter "Securing Transmission Control Protocol/Internet Protocol (TCP/IP)" of the series "CompTIA Network+ Certification N10-007: The Total...
Instructional Video7:05
Curated Video

Complete Modern C++ - Algorithms - Part II

Higher Ed
This video demonstrates how common algorithms can be customized with functions objects and lambda expressions. This clip is from the chapter "Standard Template Library" of the series "Complete Modern C++".This section is the description...
Instructional Video5:55
Curated Video

Complete Modern C++ - Explicit Specialization

Higher Ed
This video explains what explicit specialization is and why it is required. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect forwarding,...
Instructional Video6:14
Curated Video

Machine Learning Random Forest with Python from Scratch - Classification versus Regression

Higher Ed
Let's learn about the three modes of machine learning: classification, regression, and clustering. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random Forest with Python from...
Instructional Video1:42
Curated Video

Python for Machine Learning - The Complete Beginners Course - Python Libraries for Machine Learning

Higher Ed
In this video, we will cover Python libraries for machine learning. This clip is from the chapter "Optional: Setting Up Python and ML Algorithms Implementation" of the series "Python for Machine Learning - The Complete Beginner's...
Instructional Video0:28
Curated Video

Python for Machine Learning - The Complete Beginners Course - Example of KNN

Higher Ed
In this video, we will cover an example of KNN. This clip is from the chapter "Classification Algorithms: K-Nearest Neighbors" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will cover...