Skip to Content
Java Deep Learning Projects
book

Java Deep Learning Projects

by Md. Rezaul Karim
June 2018
Intermediate to advanced
436 pages
10h 33m
English
Packt Publishing
Content preview from Java Deep Learning Projects

Movie rating prediction

First, we perform the rating prediction using FM algorithms that learn using PointWiseGradientDescent. We start with preprocessing and converting data into the LibFM format. To run this rating prediction using the following order of execution:

  1. First, execute MovieLensFormaterWithMetaData.java ;to generate the MovieLens data in the LibFM format.
  2. Then, execute SplitDataWithMetaData.java to prepare the training, test, and validation sets.
  3. Finally, execute ;MovieRatingPrediction.java, which is the main class.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Java Deep Learning Essentials

Java Deep Learning Essentials

Yusuke Sugomori
Machine Learning in Java - Second Edition

Machine Learning in Java - Second Edition

AshishSingh Bhatia, Bostjan Kaluza
Mastering Java Machine Learning

Mastering Java Machine Learning

Uday Kamath, Krishna Choppella

Publisher Resources

ISBN: 9781788997454Supplemental Content