Instructional Video4:21
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - How Does NPM Run Dev Work in Next.js

Higher Ed
In this video, we will explore the process of running the "npm run dev" command in Next.js and how it helps facilitate a smooth development experience for building ChatGPT OpenAI projects.
Instructional Video2:14
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Download and Install a Text Editor - Visual Studio Code for OpenAI ChatGPT

Higher Ed
In this video, we will guide you through the process of downloading and installing Visual Studio Code, a popular text editor, to use with the OpenAI ChatGPT project.
Instructional Video2:08
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Install Next.js with NPX - ChatGPT Project Setup

Higher Ed
This video helps you with the installation of Next.js with NPX. Here, you will look at setting up the ChatGPT project.
Instructional Video1:57
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - What Is Node.js and NPM - OpenAI Project Setup

Higher Ed
This video demonstrates and explains the Node.js and NPM. Here, you will look at the project setup of OpenAI.
Instructional Video1:32
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - What Is Next.js and React.js

Higher Ed
In this video, you will learn about Next.js and React.js and their fundamental concepts in detail.
Instructional Video2:54
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Going Through the Final ChatGPT AI Model

Higher Ed
In this video, we will demonstrate the end results of building a ChatGPT AI with JavaScript using OpenAI, showcasing the chatbot in action.
Instructional Video1:43
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Introduction to the Course

Higher Ed
This video helps in providing an overview of what the course entails and what students can expect to learn.
Instructional Video4:58
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Dataset Usage

Higher Ed
In this lesson, you will learn to develop our content-based filtering for the song project.
Instructional Video2:20
Instructional Video2:38
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Quiz Solution

Higher Ed
This video is the solution to the quiz based on the learnings of the lectures and concepts so far.
Instructional Video0:35
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Quiz

Higher Ed
This video is a quiz based on the learnings of the lectures and concepts so far.
Instructional Video2:45
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: User-Based Collaborative Filtering

Higher Ed
In this lesson, we will discuss user-based collaborative filtering in machine learning for a recommender system.
Instructional Video9:09
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: KNN Implementation

Higher Ed
In this lesson, you will learn how to implement the k-nearest neighbor algorithm in machine learning.
Instructional Video3:35
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Geographic Filtering

Higher Ed
In this lesson, you will learn how to filter users in a recommendation system based on a geographical region.
Instructional Video16:59
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Collaborative Filtering using KNN

Higher Ed
This video demonstrates implementing a collaborative filter using the k-nearest neighbor algorithm.
Instructional Video7:33
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Age Distribution for Users

Higher Ed
In this video, we will develop a histogram to visualize the age distribution for users.
Instructional Video13:04
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Item-Based Filtering Data Preparation

Higher Ed
In this video, you will learn to implement Python to develop item-based collaborative filtering using Pandas, NumPy, and Matplotlib.
Instructional Video4:57
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Item-Based Collaborative Filtering

Higher Ed
In this video, you will learn to use machine learning to develop item-based collaborative filtering.
Instructional Video8:49
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Making Recommendations

Higher Ed
In this video, we will understand how to make a recommendation after creating the recommendation engine.
Instructional Video9:25
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Recommendation Engine

Higher Ed
In this lesson, we will begin making the recommendation engine and train the model to make recommendations.
Instructional Video11:09
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: tf-idf Matrix

Higher Ed
In this video, you will learn to make the recommendation engine using the tf-idf matrix.
Instructional Video12:31
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Exploring Genres in Content-Based Filtering

Higher Ed
After learning to explore genres, we will look at term frequency and inverse document frequency.
Instructional Video11:52
Instructional Video7:59
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Data Preparation for Content-Based Filtering

Higher Ed
In this lesson, you will learn to develop content-based filtering for a recommender system using Python.