| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The project i have done above revolves around movies dataset. The dataset can be downloaded from the link : http://grouplens.org/datasets/movielens/1m/ This dataset contains 3 major files. In this project I have written code in (Java) to analysis for the following cases
Top ten most viewed movies with their movies Name (Ascending or Descending order)
Top twenty rated movies (Condition : The movie should be rated/viewed by at least 40 users)
Top twenty rated movies (which is calculated in the previous step) with no of views in the
following age group
(Age group : 1. Young (<20 years),
3.adult (> 40years) )
rated 40 movies).
| Back | FazBrowse Home | New Git URL |