Skip to content

MovieLens

    Recommendation systems have revolutionized e-commerce. Companies like Amazon sell all manner of products to their customers and actively collect reviews which are stored in massive databases. Machine learning tools are then used to recommend products across the full range of customers in a tailored and highly specific way. This process enables data driven companies to increase their pool of satisfied, returning consumers. It is the same process used by media companies like Apple Music and Netflix.

    This project will use a large subset of the MovieLens data which holds approximately 10 million ratings on approximately 10,000 movies from around 70,000 users. I will use the Root Mean Squared Error of my predicted ratings against a validation set of actual ratings in order to evaluate several different models. The goal is an RMSE of below .86490 (which corresponds to within one star of accuracy on a Netflix type rating system).

    Employment Forecasting

      Every month the U.S. Bureau of Labor Statistics publishes employment figures for large sections of the U.S. Economy. The task is to forecast the amount of people employed in the financial activities sector for four years. This information is publicly reported by the St. Louis FRED and can be found at the following link. https://fred.stlouisfed.org/series/USFIRE.

      Four years represents a large amount of time and confidence windows will be wide. Therefore, I will test a few forecasting models by comparing their respective RMSE and Winkler scores on a known portion of the time series.