Reader small image

You're reading from  Machine Learning: Make Your Own Recommender System

Product typeBook
Published inMar 2024
PublisherPackt
ISBN-139781835882061
Edition1st Edition
Right arrow
Author (1)
Oliver Theobald
Oliver Theobald
author image
Oliver Theobald

Oliver Theobald, a technical writer and best-selling author, excels in AI, fintech, and cloud computing. With global experience, he now resides between China and Japan, deepening his expertise in technology. As an instructor, Oliver emphasizes clarity and engagement, stripping away jargon to make complex topics accessible. His courses aim to empower both beginners and professionals with practical skills for success in the tech industry, making learning both effective and enjoyable.
Read more about Oliver Theobald

Right arrow

USER-BASED COLLABORATIVE FILTERING

 

A large part of recommender systems is deciphering whether a user will be receptive to a recommended item. Singular-value decomposition, as explored in the previous chapter, is a method that can be used to predict user preferences in the case of a sparse dataset. For situations where data is not sparse, we can use other algorithms including logistic regression and Naive Bayes.

The Naive Bayes Classifier—a classification method based on Bayes’ theorem—is often used in data science for predicting discrete classes such as spam filtering, A/B testing, sentiment analysis, text classification, and recommender systems.

 

Bayes’ Theorem

Devised in the middle of the 18th Century, Bayes' theorem is used for making inferences based on existing information (conditional probability) and is a central pillar of classical statistics. The formula for Bayes’ theorem is shown here:

Image

In this formula...

lock icon
The rest of the chapter is locked
You have been reading a chapter from
Machine Learning: Make Your Own Recommender System
Published in: Mar 2024Publisher: PacktISBN-13: 9781835882061
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
undefined
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime

Author (1)

author image
Oliver Theobald

Oliver Theobald, a technical writer and best-selling author, excels in AI, fintech, and cloud computing. With global experience, he now resides between China and Japan, deepening his expertise in technology. As an instructor, Oliver emphasizes clarity and engagement, stripping away jargon to make complex topics accessible. His courses aim to empower both beginners and professionals with practical skills for success in the tech industry, making learning both effective and enjoyable.
Read more about Oliver Theobald