Curated Video
Supercharge Scala Future | FP-Tower - For Comprehension
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).
Curated Video
Advanced Chatbots with Deep Learning and Python - Max Story and Question Length
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.
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Exercise 11-1
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Print Views, Notes, and Reports
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...
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: 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 - Project 1: Song Recommendation System Using Content-Based Filtering: Making Recommendations
This is the final part of the project, where we create functions for the content-based recommender.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: KNN Implementation
Here, you will learn how to implement the k-nearest neighbor algorithm in the movie recommender system.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Active Users and Popular Movies
In this video, we will understand how to calculate our movie project's active users and popular movies.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: tf-idf Implementation
In this video, we will understand how to calculate and use the tf-idf vectorizers with sklearn.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Exploring Genres
In this lesson, we will explore the elements of the dataset called genres.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Loops
This video talks about loops.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Switch Statement
This video explains the Switch statement.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Basic Operators and If Statements
This video explains basic operators and If statements.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Functions
This video explains the functions.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Functions
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fetch User Function
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Populating the UI with Note Model
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.
Curated Video
The Art of Doing - Web Development for Beginners - For and While Loops
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...
Curated Video
ChatGPT for Creatives - Funny Story about Saving
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.
Curated Video
Revolutionizing Everyday Life with 3D Printing
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...
Curated Video
Behavioral Design Patterns in C++ - Document Framework - II
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...
Curated Video
Behavioral Design Patterns in C++ - Non-Member Strategy Pointer
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...