Deep Learning: Practical Neural Networks with Java by Sugomori Yusuke & Kaluza Bostjan & Soares Fabio M. & Souza Alan M. F

Deep Learning: Practical Neural Networks with Java by Sugomori Yusuke & Kaluza Bostjan & Soares Fabio M. & Souza Alan M. F

Author:Sugomori, Yusuke & Kaluza, Bostjan & Soares, Fabio M. & Souza, Alan M. F. [Sugomori, Yusuke]
Language: eng
Format: azw3
Publisher: Packt Publishing
Published: 2017-06-07T16:00:00+00:00


Loading the data

There are two approaches for loading the data according to where the data is stored: file or database. First, we will take a detailed look at how to load the data from the file, including how to deal with custom formats. At the end, we quickly take a look at how to load the data from a database.

Loading data from file

Loading data from file can be achieved with the FileDataModel class, expecting a comma-delimited file, where each line contains a userID, itemID, optional preference value, and optional timestamp in the same order, as follows:

userID,itemID[,preference[,timestamp]]



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.