Instructional Video3:32
Curated Video

Using Picture Models to Solve Division Problems

K - 5th
In this video, the teacher explains how to solve division problems using picture models. They provide examples and guide students through the process of breaking down a group into smaller parts to find the solution.
Instructional Video9:06
Food Farmer Earth

Paul Roberts - The End of Food

12th - Higher Ed
From the archives: Paul Roberts, author of The End Of Food, summarizes his talk about our food system, circa 2009. Roberts argues that the industrial agriculture system is sick and that applying surface solutions will not get to the root...
Instructional Video3:36
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Separating Out Models and Add References

Higher Ed
In this video, we'll be separating out models and add references. This clip is from the chapter "Setting Up a Project - Bulky Book" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, we'll be setting up the...
Instructional Video12:32
Curated Video

Practical GraphQL - Become a GraphQL Ninja - Creating A JSON Web Token via GraphQL

Higher Ed
Authentication and Authorisation in GraphQL: Creating A JSON Web Token via GraphQL This clip is from the chapter "Authentication and Authorisation in GraphQL" of the series "Practical GraphQL - Become a GraphQL Ninja".This section is...
Instructional Video1:55
Curated Video

No-Code Machine Learning Using Amazon AWS SageMaker Canvas - White Wine Quality Prediction

Higher Ed
In this video, you need to work on a self-practice assignment using the Wine Quality dataset and perform white wine quality prediction. This clip is from the chapter "Assignment" of the series "No-Code Machine Learning Using Amazon AWS...
Instructional Video6:21
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Universal Approximation Theorem

Higher Ed
This video explains about the Universal Approximation Theorem. This clip is from the chapter "Deep Neural Network Overview" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the overview...
Instructional Video7:08
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Representational Power and Data Utilization Capacity of DNN

Higher Ed
This video explains about the representational power and data utilization capacity of DNN. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This...
Instructional Video13:02
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Machine Learning Models and Optimization: Optimization

Higher Ed
In this video, we will cover optimization. This clip is from the chapter "Machine Learning: Machine Learning Crash Course" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we will cover...
Instructional Video5:36
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Machine Learning Model Types

Higher Ed
In this video, we will cover machine learning model types. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video3:54
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Transfer Learning: ImageNet Challenge

Higher Ed
In this video, we will cover ImageNet challenge. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we...
Instructional Video11:10
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Overfitting, Underfitting and Generalization: Cross-validation

Higher Ed
In this video, we will cover cross-validation. This clip is from the chapter "Machine Learning: Machine Learning Crash Course" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we will cover...
Instructional Video8:16
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Building Machine Learning Model from Scratch: Linear Regression from Scratch- Part 1

Higher Ed
In this video, we will cover linear regression from scratch- part 1. This clip is from the chapter "Machine Learning: Machine Learning Crash Course" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video5:22
Institute for New Economic Thinking

The Consequences of Declining Human Capital

Higher Ed
In part 2 of INET's interview with Giovanni Dosi, he talks about how decaying education standards are causing direct economic and psychic inequality -- and will ultimately erode the fabric of society
Instructional Video5:01
Science360

Wind Power! - Green Revolution

12th - Higher Ed
Join host Lisa Van Pay, PhD (aka a scientist) as she explores exciting wind energy research taking place around the country. For more Green Revolution, go to: http://www.nsf.gov/news/special_reports/greenrevolution/
Instructional Video10:45
Curated Video

REST APIs with Flask and Python - Tables and Columns in SQLAlchemy

Higher Ed
This video explains tables and columns in SQLAlchemy. This clip is from the chapter "Simplifying Storage with Flask SQLAlchemy" of the series "REST APIs with Flask and Python".This section explains all the aspects of simplifying storage...
Instructional Video4:59
Curated Video

REST APIs with Flask and Python - Improving the Project Structure and Maintainability

Higher Ed
The video explains how to move files around to make the project more maintainable by logically grouping the files and classes. This clip is from the chapter "Simplifying Storage with Flask SQLAlchemy" of the series "REST APIs with Flask...
Instructional Video23:05
Curated Video

REST APIs with Flask and Python - Creating User and Item Models

Higher Ed
This video demonstrates how to create user and item models and explains the difference between a model and a resource. This clip is from the chapter "Simplifying Storage with Flask SQLAlchemy" of the series "REST APIs with Flask and...
Instructional Video14:21
Curated Video

Practical GraphQL - Become a GraphQL Ninja - Separating Models, Schemas and Resolvers

Higher Ed
Code refactoring: Separating Models, Schemas and Resolvers This clip is from the chapter "Code refactoring" of the series "Practical GraphQL - Become a GraphQL Ninja".This section is about Code refactoring. Learn separating Models,...
Instructional Video6:50
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Extending to Multiple Layers

Higher Ed
This video explains extending to multiple layers. This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on gradient descent in CNNs.
Instructional Video13:38
Curated Video

Python In Practice - 15 Projects to Master Python - Feature Extraction from Text Data with CountVectorization

Higher Ed
This video explains feature extraction from text data with CountVectorization. This clip is from the chapter "Artificial Intelligence" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on Artificial...
Instructional Video4:32
Curated Video

Python In Practice - 15 Projects to Master Python - Creating Model for Cart Items

Higher Ed
This video explains creating a model for cart items. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Instructional Video2:22
Curated Video

Hands-on .NET Minimal API for Web Developers - Step 4: Add Data Models

Higher Ed
In this lesson, we will look at creating a data model for the course type to represent them in the web API and the clients. This clip is from the chapter "Implementing Collection APIs" of the series "Hands-On .NET Minimal API for Web...
Instructional Video4:51
Curated Video

Hands-on .NET Minimal API for Web Developers - Step 12: Add AutoMapper to Map Data and Input Models

Higher Ed
Here, we will try and understand the concept of automapping using AutoMapper to map one object with another easily. This clip is from the chapter "Improving Your Minimal API" of the series "Hands-On .NET Minimal API for Web...
Instructional Video5:58
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Applications of RNN (Motivation): Stock Price Predictions

Higher Ed
In this video, we will cover stock price predictions. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we...