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

SETTING UP A SANDBOX ENVIRONMENT

 

Now that you’re familiar with the theoretical framework of recommender systems, it’s time to turn our attention to building a prediction model. For the exercises presented in this book, we’ll be using the programming language Python, which is quick to learn and popular among data scientists.

If you don't have programming expertise or any experience coding in Python, don’t worry. The key purpose of these exercises is to understand the methodology and steps behind building a basic recommender system. As for our development environment, we’ll be installing Jupyter Notebook, which is an open-source web application that allows for the editing and sharing of code notebooks. As a convenient and user-friendly workspace, notebooks allow you to segment code into chunks (that can run separately) and add formatted text and headings to annotate your code.

The remainder of this chapter is dedicated to installing Jupyter...

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 $15.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