Curated Video
C++ Standard Template Library in Practice - Min
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...
Curated Video
C++ Programming By Example - Use STL Algorithms with Containers
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...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Implementation Of The Bellman Ford Algorithm
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...
Packt
CompTIA Network+ Certification N10-007: The Total Course - Symmetric Encryption
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 05 - Java Modularization - 02 - Splitting Service and Consumer into JARs
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 -...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Implementation Of The Shortest Path In An Unweighted Graph
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...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 3 - Making the Binary Search Algorithm Example Loosely Coupled
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 -...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Project: Confidence Matters
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 3 - Making the Binary Search Algorithm Example Loosely Coupled
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...
Curated Video
Machine Learning Random Forest with Python from Scratch - Types of Learning
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...
Curated Video
Python for Machine Learning - The Complete Beginners Course - What Is Supervised Learning?
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...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Supervised Learning Versus Unsupervised Learning
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,...
Curated Video
Practical Data Science using Python - Challenges in Machine Learning
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.
Curated Video
Describe an advanced data structure : Efficiently Counting Subarrays with a Given Sum
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...
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 3: Making the Binary Search Algorithm Example Loosely Coupled
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...
Curated Video
Practical Data Science using Python - Introduction to Machine Learning
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.
Curated Video
C++ Developer - Standard Template Library (STL) - Part 2
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
NASA
Using Precipitation Data to Assess Risk of Cholera Outbreaks
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...
Packt
CompTIA Network+ Certification N10-007: The Total Course - Cryptographic Hashes
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...
Curated Video
Complete Modern C++ - Algorithms - Part II
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...
Curated Video
Complete Modern C++ - Explicit Specialization
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,...
Curated Video
Machine Learning Random Forest with Python from Scratch - Classification versus Regression
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...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Python Libraries for Machine Learning
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...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Example of KNN
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...