Hi, what do you want to do?
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Solving Linear Systems
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...
<
br/>
This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Matrices
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...
<
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...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Speed Test
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,...
<
br/>
This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy,...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Dot Product
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...
<
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...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Arrays Versus Lists
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...
<
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...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - NumPy Section Introduction
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...
<
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...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Course Resources
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...
<
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...
Curated Video
ChatGPT and Prompt Engineering With Advanced Data Analysis - Creating a Computer Program and Debugging
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...
Great Big Story
"Why Military Veterans Are Hunting Pythons in the Everglades
Discover how the Swamp Apes program helps veterans track and capture Burmese pythons in the Everglades, benefiting both wildlife and the veterans themselves.
Great Big Story
On The Hunt For Pythons In The Everglades
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Visual Studio Code Configuration
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Python Installation
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...
<
br/>
This...
Curated Video
Make Apps with ChatGPT and Generative AI - Azure Function Resource Creation
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...
<
br/>
This clip is...
Curated Video
How to Use ChatGPT and Generative AI for Passive Income - Use ChatGPT to Code for Others
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...
Curated Video
How to Use ChatGPT and Generative AI to Help Create Content - Generating Code with ChatGPT
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...
<
br/>
This clip is from the chapter "Introduction to Generative AI" of the series "How to Use ChatGPT and Generative AI to Help...
Curated Video
How to Use ChatGPT and Generative AI to Help Create Content - Fundaments of Using Generative AI
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"...
<
br/>
This clip is from the chapter "Introduction to Generative AI"...
Curated Video
Make Apps with ChatGPT and Generative AI - Basic Azure Function Creation
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...
<
br/>
This clip...
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Python Access to OpenAI API
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Terminal Use: Running Python and Pip
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...
<
br/>
This...
Curated Video
Bearded Dragons, Skinks, & More: Learn About 7 Australian Animals
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...
<
br/>
In this educational video, our friends at Animal Encounters from Seattle, WA show us 7 Australian Animals. Kim...
Curated Video
A Practical Approach to Timeseries Forecasting Using Python - Stationarity Check - Project 3: Birth Rate Forecasting Using RNNs with Advanced Data Analysis
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...
<
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...
Curated Video
A Practical Approach to Timeseries Forecasting Using Python - Data Manipulation
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...
<
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...
Curated Video
A Practical Approach to Timeseries Forecasting Using Python - Monthly Birth Distribution Plot and Birth Rate Plot
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...
<
br/>
This clip is from the chapter "Project 3: Birth Rate Forecasting Using RNNs with Advanced Data Analysis" of the series "A Practical...