https://github.com/arwinneil/movieratingpredictor
Small C++ program that predicts a movie rating based on 4 predictors in an IMDB dataset , and a Least Square Regression algorithm
https://github.com/arwinneil/movieratingpredictor
least-square-regression movie predictor
Last synced: 4 days ago
JSON representation
Small C++ program that predicts a movie rating based on 4 predictors in an IMDB dataset , and a Least Square Regression algorithm
- Host: GitHub
- URL: https://github.com/arwinneil/movieratingpredictor
- Owner: arwinneil
- Created: 2017-04-07T18:54:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T18:52:10.000Z (about 9 years ago)
- Last Synced: 2025-02-23T05:42:54.241Z (over 1 year ago)
- Topics: least-square-regression, movie, predictor
- Language: C++
- Homepage:
- Size: 7.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MovieRatingPredictor
Small C++ program from a college assignment that predicts a movie rating based on IMDB dataset and a Least Square Regression algorithm.
Project demonstrates:
- Implementation of a Least Square Regresion Algorithm in C++
- File and string manipulation