Skip to content

Latest commit

 

History

History

03_Recommender_Introduction

Neuefische Meetups

This repository contains the material for our meetup workshop "Introduction to recommender systems"

This 2h workshop is aimed at people who have already gathered first experiences in Python programming and want to get insights on how recommender systems are build. We will give a short introduction to the basics of recommender systems and continue with an example of how to build your own content based and collaborative filtering recommender systems.

Materials

We have added our Introduction to recommender systems presentation if you would like to revisit it.

For both topics we have also created notebooks, that are stored in this repository. With the links below, you can quite easily run them online in google colab.

Link to content-based model notebook

https://colab.research.google.com/github/neuefische/ds-meetups/blob/main/03_Recommender_Introduction/01_content_based.ipynb

Link to collaborative filtering notebook

https://colab.research.google.com/github/neuefische/ds-meetups/blob/main/03_Recommender_Introduction/02_collaborative_filtering.ipynb

Requirements

If you want to run these notebooks locally, make sure you're using Python 3.

The required Python libraries that are needed are listed in the requirements.txt file.

Recording

We recorded the event and you can find the video on our neuefische youtube channel.