Baselight

MovieLens Dataset Movies

Dataset Movies for Movie Recommendation System

@kaggle.amirmotefaker_movielens_dataset_movies

Loading...
Loading...

About this Dataset

MovieLens Dataset Movies

MovieLens Dataset Movies
Dataset Movies for Movie Recommendation System.

  • A recommender system, or a recommendation system (sometimes replacing 'system' with a synonym such as a platform or an engine), is a subclass of information filtering systems that provide suggestions for items that are most pertinent to a particular user. Typically, the suggestions refer to various decision-making processes, such as what product to purchase, what music to listen to, or what online news to read. Recommender systems are particularly useful when an individual needs to choose an item from a potentially overwhelming number of items that a service may offer.

  • The purpose of a recommender system is to suggest relevant items to users.

Tables

Movies

@kaggle.amirmotefaker_movielens_dataset_movies.movies
  • 291.38 KB
  • 10329 rows
  • 3 columns
Loading...

CREATE TABLE movies (
  "movieid" BIGINT,
  "title" VARCHAR,
  "genres" VARCHAR
);

Share link

Anyone who has the link will be able to view this.