Movie Recommender Week 3

    Movie Recommender Week 3

    Drive My Car

    By AI Club on 2/24/2025
    0

    Welcome to Week 3 of the AI Club movie recommender project. Last week, we looked at the data we downloaded the first week and found some patterns. This week, we will be exploiting those patterns to make our data more reasonable. To keep it condensed, we will go through each type of features, instead of all of them. That means we will only look at one numerical, text, etc.

    Setup

    This week, we will be trying a step by step coding example with google colab. Here is a provided notebook that we will run through together. Download it and upload to your project's github repository.

    Google Colab

    Last week, you were told to setup google colab. If not, thats OK! It is super simple, so we will go through it step by step.

    1. Go to this link https://colab.research.google.com/drive/1aWBBIfNR6FueUy7auoBGWFw9-9-7Y2mw#scrollTo=Y0pnQ5TQ4ctp

    2. Save a copy in your drive under the file section.

    All the instructions should be there! You are good to go now.

    Comments