Instructional Video3:44
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Solving Linear Systems

Higher Ed
In this video, we will work on solving an example problem to understand linear systems.
<
br/>
This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this...
Instructional Video14:51
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Matrices

Higher Ed
In this video, you will learn about matrices.
<
br/>
This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section of the course, we will dive into the...
Instructional Video3:02
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Speed Test

Higher Ed
In this video, we will do a speed test to measure how much faster NumPy is than regular Python list in terms of the dot product.
<
br/>
This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy,...
Instructional Video7:11
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Dot Product

Higher Ed
In this video, we will discuss Dot Product in NumPy.
<
br/>
This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section of the course, we will dive into...
Instructional Video12:46
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Arrays Versus Lists

Higher Ed
In this video, we will be comparing NumPy array to Python list.
<
br/>
This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section of the course, we will...
Instructional Video5:33
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - NumPy Section Introduction

Higher Ed
In this video, we will have a quick overview of NumPy.
<
br/>
This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section of the course, we will dive...
Instructional Video3:33
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Course Resources

Higher Ed
In this video, we will guide to the course resources.
<
br/>
This clip is from the chapter "Welcome and Logistics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".Welcome to the course! In this...
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.
<
br/>
This...
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.
<
br/>
This clip is...
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...
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.
<
br/>
This clip is from the chapter "Introduction to Generative AI" of the series "How to Use ChatGPT and Generative AI to Help...
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.
<
br/>
This clip is from the chapter "Introduction to Generative AI"...
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.
<
br/>
This clip...
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...
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...
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.
<
br/>
This...
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!
<
br/>
In this educational video, our friends at Animal Encounters from Seattle, WA show us 7 Australian Animals. Kim...
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.
<
br/>
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...
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.
<
br/>
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 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.
<
br/>
This clip is from the chapter "Project 3: Birth Rate Forecasting Using RNNs with Advanced Data Analysis" of the series "A Practical...