Instructional Video6:59
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - Creating a Computer Program and Debugging

Higher Ed
In this video, you will learn to use ChatGPT to create a computer program and effectively debug it. We will use ChatGPT's capabilities to generate code snippets, optimize algorithms, and identify and fix bugs, leveraging ChatGPT3 as a...
Instructional Video4:02
Great Big Story

"Why Military Veterans Are Hunting Pythons in the Everglades

12th - Higher Ed
Discover how the Swamp Apes program helps veterans track and capture Burmese pythons in the Everglades, benefiting both wildlife and the veterans themselves.
Instructional Video4:01
Great Big Story

On The Hunt For Pythons In The Everglades

12th - Higher Ed
Step into the wild with the Swamp Apes, a unique organization dedicated to aiding veterans while combating the invasive Burmese pythons threatening the Everglades. Founded by Tom Rahill, a man with a mission to serve both veterans and...
Instructional Video5:55
Curated Video

Make Apps with ChatGPT and Generative AI - Visual Studio Code Configuration

Higher Ed
In this video, we will continue with the previous demonstration where we will need to create a few more configurations to our Visual Studio Code to get it up and running for creating our Azure Functions. We will install the recommended...
Instructional Video3:40
Curated Video

Make Apps with ChatGPT and Generative AI - Python Installation

Higher Ed
We will now download and install Python and set it up on our local system. We will download and install the Python 3. 9.13 version and add the path for the software. We will check the installation using the CMD command. This clip is from...
Instructional Video3:05
Curated Video

Make Apps with ChatGPT and Generative AI - Azure Function Resource Creation

Higher Ed
After learning how to create the Azure account and creating one, we will now create our first Azure function resource. We will click on the create tab and provide details required to create the Azure Function. This clip is from the...
Instructional Video4:34
Curated Video

How to Use ChatGPT and Generative AI for Passive Income - Use ChatGPT to Code for Others

Higher Ed
In this video, you will learn how to use ChatGPT to code for others. You will explore how to create custom code snippets and templates that you can sell to other developers, allowing you to earn a passive income from your coding skills....
Instructional Video4:23
Curated Video

How to Use ChatGPT and Generative AI to Help Create Content - Generating Code with ChatGPT

Higher Ed
This video will teach you how to use ChatGPT to generate code snippets and automate programming tasks. This clip is from the chapter "Introduction to Generative AI" of the series "How to Use ChatGPT and Generative AI to Help Create...
Instructional Video4:08
Curated Video

How to Use ChatGPT and Generative AI to Help Create Content - Fundaments of Using Generative AI

Higher Ed
In this video, you will learn about the basic principles of using Generative AI, including how to choose the right model for your needs and some common use cases. This clip is from the chapter "Introduction to Generative AI" of the...
Instructional Video5:06
Curated Video

Make Apps with ChatGPT and Generative AI - Basic Azure Function Creation

Higher Ed
In this video, we will create an Azure function. We will create a new project folder and create our first Azure function. We will create the function on our local workspace and then push the function over to Azure. This clip is from the...
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 Video10:00
Curated Video

Make Apps with ChatGPT and Generative AI - Python Access to OpenAI API

Higher Ed
The next stage is to create a serverless ChatGPT API, which enables us to ping OpenAI API. We will build Azure functions that will ping the API, ask questions, and show the responses on the API. We will link out Python to the OpenAI API...
Instructional Video3:20
Curated Video

Make Apps with ChatGPT and Generative AI - Terminal Use: Running Python and Pip

Higher Ed
Here, we will verify that our Python commands are acceptable on the terminal. We will open the terminal and launch Python. We will define the path of the environment variables to help recognize the codes and commands. This clip is from...
Instructional Video12:49
Curated Video

Bearded Dragons, Skinks, & More: Learn About 7 Australian Animals

Pre-K - Higher Ed
Curious about reptiles? Ever wanted to see some Australian Animals up close? We've got you covered! In this educational video, our friends at Animal Encounters from Seattle, WA show us 7 Australian Animals. Kim teaches us how the animals...
Instructional Video4:16
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - RVT Models

Higher Ed
This video explains the RVT (Resampling, Visualize, and Transform) models in time series in Python. This clip is from the chapter "Data Processing for Timeseries Forecasting" of the series "A Practical Approach to Timeseries Forecasting...
Instructional Video4:50
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Stationarity Check - Project 3: Birth Rate Forecasting Using RNNs with Advanced Data Analysis

Higher Ed
This video will do the stationarity check on your data. This clip is from the chapter "Project 3: Birth Rate Forecasting Using RNNs with Advanced Data Analysis" of the series "A Practical Approach to Timeseries Forecasting Using...
Instructional Video4:11
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Data Manipulation

Higher Ed
This video displays how to do data manipulation using a deep learning model. This clip is from the chapter "Project 3: Birth Rate Forecasting Using RNNs with Advanced Data Analysis" of the series "A Practical Approach to Timeseries...
Instructional Video7:45
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Monthly Birth Distribution Plot and Birth Rate Plot

Higher Ed
This video demonstrates the plotting of the monthly birth distribution and birth rate. This clip is from the chapter "Project 3: Birth Rate Forecasting Using RNNs with Advanced Data Analysis" of the series "A Practical Approach to...
Instructional Video5:16
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Dataset Overview - Project 3: Birth Rate Forecasting Using RNNs with Advanced Data Analysis

Higher Ed
This video helps you with an overview of the dataset. This clip is from the chapter "Project 3: Birth Rate Forecasting Using RNNs with Advanced Data Analysis" of the series "A Practical Approach to Timeseries Forecasting Using Python".null
Instructional Video4:09
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Project Overview - Project 1: COVID-19 Positive Cases Prediction Using Machine Learning Algorithm-1

Higher Ed
This video provides an overview of the project. This clip is from the chapter "Project 3: Birth Rate Forecasting Using RNNs with Advanced Data Analysis" of the series "A Practical Approach to Timeseries Forecasting Using Python".null
Instructional Video9:10
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - BiLSTM and Stacked BiLSTM

Higher Ed
This video helps you with the execution of BiLSTM and Stacked BiLSTM on data. This clip is from the chapter "Project 2: Microsoft Corporation Stock Prediction Using RNNs" of the series "A Practical Approach to Timeseries Forecasting...
Instructional Video6:18
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - LSTM Implementation and Errors

Higher Ed
This video explains the implementation of LSTM and its errors. This clip is from the chapter "Project 2: Microsoft Corporation Stock Prediction Using RNNs" of the series "A Practical Approach to Timeseries Forecasting Using Python".This...
Instructional Video8:09
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Dataset Division

Higher Ed
This video explains how to do dataset division. This clip is from the chapter "Project 2: Microsoft Corporation Stock Prediction Using RNNs" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section focuses...
Instructional Video8:10
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Data Manipulation for Deep Learning

Higher Ed
This video displays how to do data manipulation using a deep-learning model. This clip is from the chapter "Project 2: Microsoft Corporation Stock Prediction Using RNNs" of the series "A Practical Approach to Timeseries Forecasting Using...