This repository is used for backup of the SVM part source codes, of the PSU CSE 597A(2015 Winter) course final project .
This project proposed approaches to construct feature sets in order to predict a book’s quality based on the data collected from the online bookstore. Review and rating data of books in different categories are collected from the Barnes & Noble website. Various regression and classification algorithms are performed on the constructed feature sets, while the rating data is used as the test set to verify the correctness of the model.
Yu-Hsuan Kuo, Yu-San Lin, Ziyang Qi, Yang Zheng
Barnes & Noble, Inc, contains detailed information of books and authors, so it is one of the best options for our experiments.
We fetch the webpages of books, parse the webpages so that we have fields including Title, Author, Price, Nook, Audio, Hardcover, Subject, Publisher, Published date, Pages, Number of reviews and Rating. These data will be used for feature extraction.
We collected data of 1224 books from one of the largest online bookstores, Barnes and Noble. Various experiments are run on different feature sets to see whether we can predict/capture books’ ratings by looking at data other than the content of the books.
We found that it is possible to predict a book’s rating on the online store without knowing the content. Four combinations of feature sets are tested: When considering the basic profile, the title, and the subjects of a book, Random Forest gives the best prediction of the book’s rating.
Copyright 2016. For any questions, feel free to let me know.