Instructional Video8:07
Curated Video

Supercharge Scala Future | FP-Tower - For Comprehension

Higher Ed
This video demonstrates the comprehension part. This clip is from the chapter "Build Your Own IO" of the series "Supercharge Scala Future | FP-Tower".This section focuses on building your own IO (Input/Output).
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 Video4:00
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Exercise 11-1

Higher Ed
In this demonstration exercise, we will mark tasks as complete, remove the % work complete column, add the % work complete column, run the work overview report and modify it, and print it to a PDF file. This clip is from the chapter...
Instructional Video5:46
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Print Views, Notes, and Reports

Higher Ed
Here, we will learn to print views, notes, and reports in Project 2021. We will learn to use the print preview feature to adjust page layout and formatting and to use the print command to send projects to a printer or PDF file. This clip...
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 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 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.
Instructional Video5:18
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: KNN Implementation

Higher Ed
Here, you will learn how to implement the k-nearest neighbor algorithm in the movie recommender system.
Instructional Video8:53
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Active Users and Popular Movies

Higher Ed
In this video, we will understand how to calculate our movie project's active users and popular movies.
Instructional Video5:53
Instructional Video7:10
Instructional Video10:14
Instructional Video10:06
Instructional Video15:32
Instructional Video20:01
Instructional Video7:34
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Functions

Higher Ed
In this video, we will be creating notification functions for our full-stack Twitter Clone app. These functions will allow us to send notifications to users when certain events occur, such as when someone follows them or likes their tweet.
Instructional Video17:34
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fetch User Function

Higher Ed
This video focuses on the "Fetch User" function, which is a crucial part of any app that requires user authentication. In this video, you will learn how to retrieve user data from our backend database and use it in our application. We...
Instructional Video8:36
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Populating the UI with Note Model

Higher Ed
In this video, we will explore how to populate a user interface with data from a Note model and offer tips for designing an intuitive and user-friendly UI that maximizes the value of this data.
Instructional Video15:34
Curated Video

The Art of Doing - Web Development for Beginners - For and While Loops

Higher Ed
In this video, you will learn how to use for loops and while loops in JavaScript for different scenarios. We will explore the syntax, usage, and differences between for loops and for-of loops, as well as understand how while loops can be...
Instructional Video2:12
Curated Video

ChatGPT for Creatives - Funny Story about Saving

Higher Ed
In this video, the author shares a funny story about accidentally deleting his work while writing a novel and losing his progress. He emphasizes the importance of saving regularly and backing up your work to avoid such mishaps.
Instructional Video7:33
Curated Video

Revolutionizing Everyday Life with 3D Printing

6th - Higher Ed
Dive into the world of 3D printing where everyday objects are transformed in minutes! Follow Stéphane as he repairs his backpack with a newly printed clip, showcasing the ease and versatility of 3D technology. From custom-designed...
Instructional Video3:36
Curated Video

Behavioral Design Patterns in C++ - Document Framework - II

Higher Ed
In this video, we will continue adding classes to the document framework. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method behavioral design...
Instructional Video3:57
Curated Video

Behavioral Design Patterns in C++ - Non-Member Strategy Pointer

Higher Ed
In this video, we will see one more alternative to the strategy pattern, where the pointer is passed as an argument into the function, instead of being a member of the class. This clip is from the chapter "Strategy" of the series...