Hi, what do you want to do?
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Quality of Recommender System
In this lesson, we will look at the quality of recommender systems through inferred preferences and ways to collect user opinions.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Taxonomy of Recommender Systems
In this lecture, we will discuss the taxonomy of recommender systems, the personalized and non-personalized recommender systems.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: ICM
In this lesson, you will learn about the item-context matrix, a list of items and attributes in the recommender system.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Motivation for Recommender System: Recommender Systems Process and Goals
In this video, we will understand the need for recommender systems and the processes and goals involved.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Motivation for Recommender System: Introduction to Recommender Systems
This video illustrates the recommender system's popularity based on demand. We will also look at the reasons for the recommender system boost.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - AWS Databases
In this video, you will learn to create a database on AWS and put our data in the cloud. We will understand databases and types. We will briefly explore DynamoDB and other database server examples (MySQL, Aurora, and others).
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Two-Tower Model
This lecture elaborates on the two-tower model, which we have already seen in the previous projects and modules of the course.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Embeddings and User Context
In this video, we will discuss deep neural network models that are built on the technique of factorization, and interactions between variables and embeddings are taken into account.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Inference Mechanism
In this video, you will learn about the inference mechanisms for generic recommender systems, including individual interests, candidate generation, ranking and filtering, and item similarities.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Inference After Training
In this video, you will learn about the inference mechanisms for generic recommender systems, including training the system to capture information to make recommendations.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Deep Learning in Recommendation systems
As we are aware, recommender systems are migrating from machine learning to deep learning, the reason being to capture non-linear and non-trivial relationships.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Count
In this lesson, we will create functions to calculate the count of the elements of the project.
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Touring the macOS
In this video, let's discuss macOS. Although it's a completely different operating system, macOS and Windows have a lot in common.
<
br/>
This clip is from the chapter "The Visible Computer" of the series "CompTIA A+ Certification...
<
br/>
This clip is from the chapter "The Visible Computer" of the series "CompTIA A+ Certification...
Curated Video
The Art of Doing - Web Development for Beginners - Using Grid with HTML Elements
In this video, we will dive deeper into using Grid with HTML elements. We will create Grid containers and style Grid items with specific width and height. We will also explore how to center elements within Grid items and adjust the...
Curated Video
The Art of Doing - Web Development for Beginners - Flexbox Basics
In this video, we will explore the fundamentals of Flexbox, a powerful CSS layout system that allows you to create one-dimensional layouts along the horizontal or vertical axis. You will learn how to set up the Flex containers and use...
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Exporting Assets as an FBX File
In this lesson, you will learn how to export your 3D assets from Blender for use within Unreal Engine 5. We will be exporting them as an FBX file and will go through several checks to ensure game engine compatibility.
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Build a Complete MVC ToDo List Application
This video explains how to build a complete MVC ToDo application.
<
br/>
This clip is from the chapter "Detailed Look into Razor Pages and MVC Application" of the series "ASP.NET 6.0 - Build Hands-On Web Projects".This section...
<
br/>
This clip is from the chapter "Detailed Look into Razor Pages and MVC Application" of the series "ASP.NET 6.0 - Build Hands-On Web Projects".This section...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Destructuring
This video explains destructuring assignment syntax.
<
br/>
This clip is from the chapter "Classes Enhancements and OOPS" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains classes...
<
br/>
This clip is from the chapter "Classes Enhancements and OOPS" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains classes...
Curated Video
Learn Tableau by Working on Exciting Dashboards - Tableau Generated Fields
This video explains Tableau generated fields and how we can use them.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Grocery Widget-2
This video explains the configuration of the grocery widget.
<
br/>
This clip is from the chapter "Core Data in WidgetKit" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the core...
<
br/>
This clip is from the chapter "Core Data in WidgetKit" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the core...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Data Structures in Python
In this video, we will understand the data structures in Python.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section,...
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section,...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Grocery Entry View
This video explains the grocery entry view.<br<br/>/>
This clip is from the chapter "Core Data in WidgetKit" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the core data in WidgetKit.
This clip is from the chapter "Core Data in WidgetKit" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the core data in WidgetKit.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Grocery App View
This video explains the grocery app view or the Swift view.
<
br/>
This clip is from the chapter "Core Data in WidgetKit" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the core...
<
br/>
This clip is from the chapter "Core Data in WidgetKit" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the core...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Adding Items to a List
This video explains how to add items to a list.<br<br/>/>
This clip is from the chapter "Storing Multiple Things" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains storing multiple things.
This clip is from the chapter "Storing Multiple Things" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains storing multiple things.