Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 444 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 444 Bytes

Trying to predict whether a book will become a movie or not!

Data- Extracted 30k goodreads book using api-wrapper in python of them. The tagged of whehter the book is a movie or not is based on user lists.

Using various features from the Data like popularity , distrubtion of votes , author , publisher and some NLP tools on the book discreptions.

Feeded the feature vector into a 15-layer NN and reached 97.3% accuracy on 300 books dataset