Curated Video
Make Apps with ChatGPT and Generative AI - Variable-Based ChatGPT Prompt Modification
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Script for ChatGPT API Calling
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Dynamic Prompt Modification
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Email Body Transfer to ChatGPT
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Power Apps Q&A Bot Implementation
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...
Curated Video
Make Apps with ChatGPT and Generative AI - OpenAI ChatGPT Integration in Power Apps
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...
Curated Video
Make Apps with ChatGPT and Generative AI - ChatGPT Response Management
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....
Curated Video
GCSE Physics - Efficiency #8
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...
Economics Explained
Why Top Investors Are Betting Against The USA
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...
Economics Explained
Why Is Everyone Getting Involved In The Niger? | Economics Explained
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...
Curated Video
Function Tables
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.
Curated Video
A Practical Approach to Timeseries Forecasting Using Python - GRU Models
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...
Curated Video
A Practical Approach to Timeseries Forecasting Using Python - Module Overview - Recurrent Neural Networks in Time Series Forecasting
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...
Curated Video
A Practical Approach to Timeseries Forecasting Using Python - LSTM Models
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...
Packt
GRU Models
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Threads in Java
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....
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Finally Block in Exception Handling - part-1
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Null Pointer Exception Handling
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Map and its Uses
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with ArrayList methods
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,...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Concept of Access Modifiers in Java
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with CompareTo method in String
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....
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Handson and Debugging for Static Concept in Java
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Array Examples
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...