Instructional Video4:24
Curated Video

How Can Animals Drink Water From Dirty Ponds And Not Get Sick?

Pre-K - Higher Ed
Forests are not usually teeming with water bodies. In other words, there are only a handful of lakes, ponds, or other small bodies of water that quench the thirst of a lot of animals that live in nearby wildlife areas. As animals...
Instructional Video7:15
Curated Video

Review for You: The Wonderful World of Geometry

K - 8th
Mr. Addit reviews geometry fundamentals including: points, lines, line segments, rays, perpendicular and parallel lines, acute, obtuse, and right angles, and isosceles, scalene, and equilateral triangles. He also reviews polygons...
Instructional Video8:15
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Underfitting and Overfitting

Higher Ed
This video explains the concepts of underfitting and overfitting.
<
br/>
This clip is from the chapter "Recurrent Neural Networks in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using...
Instructional Video8:05
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Stationarity in Time Series

Higher Ed
This video talks about stationarity in time series. It is nothing but a series whose properties do not depend on the time at which the series is observed.
<
br/>
This clip is from the chapter "Data Processing for Timeseries...
Instructional Video10:16
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Adding Image State for Beginners with Hooks in React for DALL-E App

Higher Ed
In this lesson, you will learn to add an image state with React hooks for our DALL-E application. After rendering the app, we can now generate our images using the application.
<
br/>
This clip is from the chapter "Rendering and...
Instructional Video9:10
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - OpenAI Key Configuration Setup with Next JS

Higher Ed
In this lesson, you will learn to hook up the OpenAI app, using the API key to provide access and then configuring the OpenAI API by linking it to the app to generate images.
<
br/>
This clip is from the chapter "How to Get a DALL-E...
Instructional Video5:00
Curated Video

The Ultimate Guide to Blender 3D Rigging and Animation - Lesson 14 - Animating Tank Track on 3D Terrain

Higher Ed
In this video, you will learn to animate tank tracks on 3D terrain in Blender, rigging the tank tracks and animating them to adhere to different types of terrain surfaces. You will learn techniques for creating tank tracks and the...
Instructional Video8:15
Packt

Underfitting and Overfitting

Higher Ed
This video explains the concepts of underfitting and overfitting. This clip is from the chapter "Recurrent Neural Networks in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This...
Instructional Video8:05
Packt

Stationarity in Time Series

Higher Ed
This video talks about stationarity in time series. It is nothing but a series whose properties do not depend on the time at which the series is observed. This clip is from the chapter "Data Processing for Timeseries Forecasting" of the...
Instructional Video5:00
Packt

Lesson 14 - Animating Tank Track on 3D Terrain

Higher Ed
In this video, you will learn to animate tank tracks on 3D terrain in Blender, rigging the tank tracks and animating them to adhere to different types of terrain surfaces. You will learn techniques for creating tank tracks and the...
Instructional Video6:41
Curated Video

Multiplication Facts 6, 7, 8, 9, 10

K - 8th
Mr. Addit gives a few hints and suggestions for solving facts with factors 6, 7, 8, 9, and 10.
Instructional Video2:03
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Array Index Out of Bound Exception handling

Higher Ed
In this video, we will explore the handling of array index out-of-bounds exceptions, which occur when attempting to access elements outside the valid index range of an array, safely accessing array elements, and handling exceptions...
Instructional Video3:33
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with ArrayList methods

Higher Ed
This video will deepen our understanding of ArrayList methods and their usage in practical scenarios. We will work through coding exercises that involve using ArrayList methods to perform common operations, sorting, searching,...
Instructional Video4:57
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Concept of Final in Java

Higher Ed
In this video, we will understand the concept of the final keyword in Java and its various applications, how final can be used to create constants, mark classes or methods as immutable, and enforce restrictions on inheritance and...
Instructional Video5:42
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Array Examples

Higher Ed
In this video, we will gain hands-on experience with arrays through practical examples and exercises demonstrating how to manipulate array elements, search for specific values, perform sorting operations, and more.
<
br/>
This clip...
Instructional Video14:05
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Understanding Arrays in Java

Higher Ed
In this video, we will gain a deep understanding of arrays in Java. This video will cover array declaration, initialization, accessing elements, and performing common array operations. You will also learn about multi-dimensional arrays...
Instructional Video6:46
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Understanding our First Java Program

Higher Ed
After we have written and executed our first Java program, we understand its components and functionality. This video will dissect each line's code, purpose, and role in the program's execution. We will gain a deeper comprehension of...
Instructional Video2:55
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Get Public Candlestick Price Data

Higher Ed
In this video, we will demonstrate how to retrieve public candlestick price data from the DYDX platform using the DYDX API. You will learn how to make API requests to fetch historical price data, which will be essential for analyzing...
Instructional Video11:09
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Full User Interaction and Tweaking

Higher Ed
In this video, we will go through the entire user interaction flow and make necessary tweaks to make it a smooth user experience.
<
br/>
This clip is from the chapter "Frontend - React Web Application" of the series "ChatGPT...
Instructional Video8:00
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Structuring Controller Component

Higher Ed
In this video, we will start building the Controller component of our React web application. We will look into the necessary steps and code structuring required for this component.
<
br/>
This clip is from the chapter "Frontend -...
Instructional Video9:39
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Improve Workflow, Sorting

Higher Ed
In this video, we will discover strategies to optimize the workflow for waiters. You will learn to implement features such as sorting orders based on priority or specific criteria, enabling waitstaff to handle orders more effectively...
Instructional Video15:09
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Payment Page 02

Higher Ed
Continuing from the previous video, this video focuses on the second part of the payment page. You will learn to integrate additional components and features, further refining the payment process and ensuring a smooth user...
Instructional Video25:19
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Add / Remove Products

Higher Ed
In this video, you will learn to implement the functionality of adding and removing products in our application. This will enable users to customize their selections and manage their cart or order list effectively.
<
br/>
This clip...
Instructional Video30:27
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Refactor: Adding Repository Pattern

Higher Ed
In this video, we will understand the process of adding the repository pattern to our codebase, providing a clean and modular structure for interacting with the database. We will improve the overall efficiency and maintainability of...