{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "# Praktikum ML - Content Based Filtering\n", "\n", "\n", "Estimated time needed: **25** minutes\n", " \n", "\n", "## Objectives\n", "\n", "After completing this lab you will be able to:\n", "\n", "* Create a recommendation system using Content Based filtering\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Recommendation systems are a collection of algorithms used to recommend items to users based on information taken from the user. These systems have become ubiquitous, and can be commonly seen in online stores, movies databases and job finders. In this notebook, we will explore Content-based recommendation systems and implement a simple version of one using Python and the Pandas library.\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Table of contents\n", "\n", "