Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - How Does NPM Run Dev Work in Next.js
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.
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
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.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Install Next.js with NPX - ChatGPT Project Setup
This video helps you with the installation of Next.js with NPX. Here, you will look at setting up the ChatGPT project.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - What Is Node.js and NPM - OpenAI Project Setup
This video demonstrates and explains the Node.js and NPM. Here, you will look at the project setup of OpenAI.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - What Is Next.js and React.js
In this video, you will learn about Next.js and React.js and their fundamental concepts in detail.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Going Through the Final ChatGPT AI Model
In this video, we will demonstrate the end results of building a ChatGPT AI with JavaScript using OpenAI, showcasing the chatbot in action.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Introduction to the Course
This video helps in providing an overview of what the course entails and what students can expect to learn.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Dataset Usage
In this lesson, you will learn to develop our content-based filtering for the song project.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Project Introduction
This video provides a brief overview of the content-based recommender system for songs.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Quiz Solution
This video is the solution to the quiz based on the learnings of the lectures and concepts so far.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Quiz
This video is a quiz based on the learnings of the lectures and concepts so far.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: User-Based Collaborative Filtering
In this lesson, we will discuss user-based collaborative filtering in machine learning for a recommender system.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: KNN Implementation
In this lesson, you will learn how to implement the k-nearest neighbor algorithm in machine learning.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Geographic Filtering
In this lesson, you will learn how to filter users in a recommendation system based on a geographical region.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Collaborative Filtering using KNN
This video demonstrates implementing a collaborative filter using the k-nearest neighbor algorithm.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Age Distribution for Users
In this video, we will develop a histogram to visualize the age distribution for users.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Item-Based Filtering Data Preparation
In this video, you will learn to implement Python to develop item-based collaborative filtering using Pandas, NumPy, and Matplotlib.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Item-Based Collaborative Filtering
In this video, you will learn to use machine learning to develop item-based collaborative filtering.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Making Recommendations
In this video, we will understand how to make a recommendation after creating the recommendation engine.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Recommendation Engine
In this lesson, we will begin making the recommendation engine and train the model to make recommendations.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: tf-idf Matrix
In this video, you will learn to make the recommendation engine using the tf-idf matrix.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Exploring Genres in Content-Based Filtering
After learning to explore genres, we will look at term frequency and inverse document frequency.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Data Manipulation for Content-Based Filtering
In this lesson, you will learn how to extract information from our dataset.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Data Preparation for Content-Based Filtering
In this lesson, you will learn to develop content-based filtering for a recommender system using Python.