Instructional Video3:01
Curated Video

Advanced Chatbots with Deep Learning and Python - Tokenizer

Higher Ed
You will learn to import the tokenizer with and without filters. We will fit the tokenizer into our vocabulary using the fit_on_texts built-in command.
Instructional Video3:49
Curated Video

Advanced Chatbots with Deep Learning and Python - Max Story and Question Length

Higher Ed
In this video, you will learn to define the project's story length and question length, determined by the number of words in the story or question.
Instructional Video5:15
Curated Video

Advanced Chatbots with Deep Learning and Python - Develop Vocabulary

Higher Ed
In this video, you will learn to combine the datasets, test data, and train data; we will use the all_data function to combine the datasets.
Instructional Video5:51
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Calculated Custom Field - Part 2

Higher Ed
In this video, continuing from Part 1, we will explore calculated custom fields further. We will delve deeper into creating and configuring these fields to perform advanced calculations that enhance our project analysis capabilities....
Instructional Video3:33
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - The Images View

Higher Ed
Let's understand how to change the image preview in the image view. We will use the repeat function to define the number of times the image view appears and add scroll views. This clip is from the chapter "Emoji App" of the series...
Instructional Video6:08
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Get the Emoji SVG, Separate Parts, and Import to Xcode

Higher Ed
In this lesson, you will learn to create an emoji SVG by downloading an emoji of choice from Figma and then customizing or modifying the same using vectors to our preference and saving it on Xcode. This clip is from the chapter "Emoji...
Instructional Video9:24
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Steppers

Higher Ed
In this lesson, we will explore steppers in detail. We will create a SwiftUI view, “StepperExampleViewâ€, to accept user input and display information/messages. This clip is from the chapter "Beyond the Basics" of the series "SwiftUI...
Instructional Video2:31
Curated Video

Types of Triangles

3rd - Higher Ed
This video will explain the four types of triangles and their properties: right-angled, equilateral, isosceles and scalene triangles. Practice questions are at the end of the video.
Instructional Video5:40
Curated Video

Solving Equations GCSE Questions

3rd - Higher Ed
In this video we go through some GCSE style exam practice questions for solving equations. Difficulty increases with each set of questions.
Instructional Video8:46
Curated Video

GCSE Maths Questions Mixed Topics

3rd - Higher Ed
This video covers a variety of GCSE exam style practice questions on a range of maths topics, such as nets, symmetry and algebra.
Instructional Video8:55
Curated Video

GCSE Maths Questions Foundation Tier

3rd - Higher Ed
This video provides four practice GCSE Maths questions and answers for the foundation tier, non-calculator paper. We also explain how to get full marks for each question.
Instructional Video3:33
Curated Video

Upper and Lower Bounds for Approximation

3rd - Higher Ed
Approximation: This video explains how to calculate upper and lower bounds when a number has been rounded. Practice questions and answers at the end of the video.
Instructional Video6:54
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Robust Error Handling and Logic Completion to OpenAI API

Higher Ed
In this video, we will teach you how to implement robust error handling and logic completion for your OpenAI API, ensuring that your application can handle unexpected user input and provide accurate responses.
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 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:02
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Train and Validation

Higher Ed
After entirely developing our recommender system, we will perform the training and validation, fitting and evaluating our model.
Instructional Video9:57
Curated Video

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

Higher Ed
This is the final part of the project, where we create functions for the content-based recommender.