Instructional Video6:35
Curated Video

Make Apps with ChatGPT and Generative AI - Variable-Based ChatGPT Prompt Modification

Higher Ed
After testing the script, we will edit the prompts section to correspond to the email we want to write based on the person's interest and interesting products. We will create a variable-based prompt and learn to modify it based on the...
Instructional Video9:21
Curated Video

Make Apps with ChatGPT and Generative AI - Script for ChatGPT API Calling

Higher Ed
After creating the Airtable database setup, we will write script to generate emails. We will then integrate automation into the setup, add triggers, and create automation flows and generate prompts when there is a record update in the...
Instructional Video3:22
Curated Video

Make Apps with ChatGPT and Generative AI - Dynamic Prompt Modification

Higher Ed
In this lesson, we will understand how to create a dynamic prompt; the prompt should be equal to whatever input the user puts into the input A. We will click on the button and type in a prompt and await the response obtained and...
Instructional Video10:04
Curated Video

Make Apps with ChatGPT and Generative AI - Email Body Transfer to ChatGPT

Higher Ed
After getting the Azure functions and Outlook integrated, we will now create a useful application, which will allow users to get into their email and summarize the email for us. We will send the content of the mail and receive a response...
Instructional Video5:20
Curated Video

Make Apps with ChatGPT and Generative AI - Power Apps Q&A Bot Implementation

Higher Ed
We will now link our Power Automate flow to have the ChatGPT APIs into Power App. We will create the functionality when clicking the button to execute the flow and obtain the response from the Power Automate flow. This clip is from the...
Instructional Video3:27
Curated Video

Make Apps with ChatGPT and Generative AI - OpenAI ChatGPT Integration in Power Apps

Higher Ed
We will now create an app that sends a prompt to the Power Automate, and then sends the prompt to our API that we created and then to the Davinci model of OpenAI, which then sends the response from the Azure function to the Power...
Instructional Video4:25
Curated Video

Make Apps with ChatGPT and Generative AI - ChatGPT Response Management

Higher Ed
Now that we have a way to sue a Python script on the API, we ran a script, which was accessed by the API, and returned a response, which is a JSON file. We will create a variable “Output” that will present the responses of our script....
Instructional Video4:50
Curated Video

GCSE Physics - Efficiency #8

9th - Higher Ed
In this video we cover: - The idea that devices aren't 100% efficient - What efficiency is - The equation for efficiency - Examples of how to calculate efficiency - Why some devices like electric heaters are sometimes considered to be...
Instructional Video14:59
Economics Explained

Why Top Investors Are Betting Against The USA

9th - Higher Ed
Michael Burry, the investor made famous when he shorted the US housing market before the crash of 2008, has recently bet against the US Bond market. What relationship between the economy and the stock market made him think this would...
Instructional Video15:04
Economics Explained

Why Is Everyone Getting Involved In The Niger? | Economics Explained

9th - Higher Ed
Niger's coup has set a lot in motion. It's rich in uranium which has gotten France involved, and China's belt and road initiative was set to draw oil from Niger, which could help grow their desperately poor economy, and somehow Russia's...
Instructional Video6:33
Curated Video

Function Tables

K - 8th
Identify math vocabulary by reading and defining the words function table, pattern, and rule. Find the rule and complete a function table by using knowledge of number patterns.
Instructional Video5:34
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - GRU Models

Higher Ed
This video explains the GRU (Gated Recurrent Unit) models and their application. This clip is from the chapter "Recurrent Neural Networks in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using...
Instructional Video7:18
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Module Overview - Recurrent Neural Networks in Time Series Forecasting

Higher Ed
This video provides an overview of the section. 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 section focuses on...
Instructional Video9:41
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - LSTM Models

Higher Ed
This video explains the LSTM models in detail. 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 section focuses on...
Instructional Video5:34
Packt

GRU Models

Higher Ed
This video explains the GRU (Gated Recurrent Unit) models and their application. This clip is from the chapter "Recurrent Neural Networks in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using...
Instructional Video5:21
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Threads in Java

Higher Ed
In this video, we will apply our knowledge of threads through hands-on exercises. We will understand how to create and manage threads, synchronize thread execution, and experience the benefits of multithreading in practical scenarios....
Instructional Video4:32
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Finally Block in Exception Handling - part-1

Higher Ed
In this video, we will gain practical experience with the final block through hands-on exercises and learn to use the final block to clean up resources, perform cleanup operations, and handle exceptional situations effectively. This clip...
Instructional Video4:16
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Null Pointer Exception Handling

Higher Ed
In this video, we will learn to handle null pointer exceptions, a common exception in Java. We will explore coding exercises that involve checking and handling null values, ensuring the proper functioning of your code in scenarios where...
Instructional Video14:47
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Map and its Uses

Higher Ed
In this video, we will learn about the Map interface and its implementations, HashMap, in the Collection Framework. We will create and work with key-value pairs, perform operations like adding, retrieving, and removing elements from a...
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, iterating,...
Instructional Video1:41
Curated Video

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

Higher Ed
In this video, we will learn about access modifiers in Java, which control the visibility and accessibility of classes, variables, and methods. We will also understand public, private, protected, and default access modifiers and their...
Instructional Video3:49
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with CompareTo method in String

Higher Ed
In this video, we will deepen our understanding of string comparison by working with the compareTo method, how to use the compareTo method to compare strings lexicographically, helping you understand how strings are ordered and sorted....
Instructional Video10:24
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Handson and Debugging for Static Concept in Java

Higher Ed
In this video, we will gain hands-on experience with static members and learn debugging techniques for resolving issues related to static variables and methods through practical exercises to deepen our understanding and troubleshoot...
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. This clip is from the...