Instructional Video2:54
Curated Video

Risk Management for Cyber Security Managers - Information Security Controls

Higher Ed
After learning to classify information differently, we will discuss the kinds of security controls available to us to avoid/control risks.
Instructional Video4:18
Food Farmer Earth

Alan Kapuler: Championing Open Source Plant Breeding for Public Good

12th - Higher Ed
Learn about Alan Kapuler’s pioneering efforts in open source plant breeding. Discover how he advocates for a collaborative approach to seed sharing and plant variety development, fostering a community that supports ecological diversity...
Instructional Video5:15
US Department of Agriculture

What is a Conflict of Interest?

Higher Ed
One of the primary concerns for all federal employees is the prevention of conflicts of interest, in order to increase the public’s trust in government. That’s also one of the most basic functions of the Office of Ethics. In this video...
Instructional Video4:02
Wonderscape

Understanding the End of the American-Indian Wars

K - 5th
This video explores key events leading to the end of the American-Indian Wars, including the Treaty of Fort Laramie, the Battle of the Little Bighorn, and the Wounded Knee Massacre. It highlights how these events shaped the...
Instructional Video3:10
Wonderscape

The Presidential Election Process: Caucuses and Primaries

K - 5th
Discover how presidential candidates campaign to win the support of their political party in caucuses and primary elections. Learn how the candidates are narrowed down to one from each of the two major political parties—Democratic and...
Instructional Video2:58
Visual Learning Systems

Energy and Natural Resources

3rd - 8th
This video explores how energy and fuels are derived from natural resources. Special attention is given to how these energy resources affect the enviornment. In this activity students will investigate and describe energy resources. They...
Instructional Video2:01
Curated Video

Football Shorts - Episode 57 CROATIA FACE ISRAEL IN EURO 2008 QUALIFIERS

3rd - Higher Ed
THE CROATIAN TEAM WAS TRAINING FOR AN IMPORTANT EURO 2008 QUALIFYING MATCH AGAINST ISRAEL. CROATIA WOULD MISS INJURED STRIKERS IGOR BUDAN, BOSKO BALABAN AND MLADEN PETRIC AS WELL AS CAPTAIN NIKO KOVAC.
Instructional Video13:08
Curated Video

Machine Learning: Random Forest with Python from Scratch - Labels and Features

Higher Ed
In this lesson, we will look at a target or label as output data and feature, a measurable property or characteristic of an element.
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the series "Machine...
Instructional Video7:12
Curated Video

Machine Learning: Random Forest with Python from Scratch - Hello World

Higher Ed
In this video, we will understand the importance of Python for machine learning, use an IDE (jupyter), and create a Hello World program.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning:...
Instructional Video5:57
Curated Video

Machine Learning: Random Forest with Python from Scratch - Boolean and Value Returning Function

Higher Ed
In this video, we will discuss a function that returns values as true or false, also called the Boolean function.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with...
Instructional Video5:47
Curated Video

Machine Learning: Random Forest with Python from Scratch - Simple Functions

Higher Ed
Here, we will understand what a function is, how to pass data or parameters into a function, and understand the different types of functions.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine...
Instructional Video6:54
Curated Video

Machine Learning: Random Forest with Python from Scratch - For Loop

Higher Ed
Let's understand the for loop and how it is used to iterate a sequence, which is a list, tuple, string, dictionary, or set.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest...
Instructional Video4:36
Curated Video

Machine Learning: Random Forest with Python from Scratch - Introduction to Data Types

Higher Ed
This video introduces us to Python's six data types: numbers, strings, lists, dictionaries, tuples, and sets.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
Instructional Video17:38
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - GRU and LSTM (Part 1)

Higher Ed
In this video, you will learn about modern RNN units called GRU.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural Networks with...
Instructional Video6:38
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - More about Log Returns (Optional)

Higher Ed
This video delves deeper into log returns, including their advantages and limitations compared to simple returns. You will learn to correctly apply log returns in your pairs trading analysis and interpret returns of pairs trading with...
Instructional Video11:20
Curated Video

Machine Learning: Random Forest with Python from Scratch - Using Pandas for Random Forest (1)

Higher Ed
This video introduces us to Pandas data structures and analysis tools, which help make data easy to handle and intuitive.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
Instructional Video10:38
Curated Video

Machine Learning: Random Forest with Python from Scratch - Using NumPy for Random Forest

Higher Ed
In this lesson, you will learn about the NumPy tool available in the Python library and look at the advantages of using NumPy.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
Instructional Video5:55
Curated Video

Machine Learning: Random Forest with Python from Scratch - Introduction to the Final Project

Higher Ed
In this video, we will discuss our final project, which classifies the titanic dataset using Random Forest.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python...
Instructional Video6:47
Curated Video

Machine Learning: Random Forest with Python from Scratch - Pros and Cons of Random Forest

Higher Ed
In this video, we will look at the benefits and limitations of Random Forest and the complexities involved in decision-making using Random Forest.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series...
Instructional Video8:03
Curated Video

Machine Learning: Random Forest with Python from Scratch - How Decision Trees and Random Forest Work

Higher Ed
We will understand what a decision tree is and create a decision tree and get a prediction result from the decision tree.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
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.
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random Forest with Python...
Instructional Video6:57
Curated Video

Machine Learning: Random Forest with Python from Scratch - Formats of Data

Higher Ed
You will learn about the different data formats in machine learning, including structured (labeled or unlabeled) and unstructured data, and how to choose the best format.
<
br/>
This clip is from the chapter "Introduction to Machine...
Instructional Video2:05
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - If Statement

Higher Ed
In this video, you will learn to use the "if" statement in JavaScript to perform conditional execution based on a given condition. We will control the flow of our program by executing different blocks of code depending on whether the...
Instructional Video8:13
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Selectors and Colors in CSS3

Higher Ed
In this video, we will dive into the world of selectors and colors in CSS3, different types of selectors, and how they can be used to target specific HTML elements. We will explore the wide range of color options available in CSS3.