Skip to content

Adding pipeline for tensorflow setup. Adding SVD++ , TimeSVD++#12

Open
wangluyi1982 wants to merge 8 commits intosonggc:masterfrom
wangluyi1982:master
Open

Adding pipeline for tensorflow setup. Adding SVD++ , TimeSVD++#12
wangluyi1982 wants to merge 8 commits intosonggc:masterfrom
wangluyi1982:master

Conversation

@wangluyi1982
Copy link

the tensorflow pipeline pull request was closed for a long time inactivity. This new one is for add the change the svd to svd++. Recommend not to merge. The training and test shared the same variable BATCH_SIZE,which results in the same effect of running against different test set every batchsize as adding pipeline. Accuracy is improving comparing with pipeline version.

ading native python parser for reading movielens data
putting tensorflow queue operator to reading data into queue and
process.

drawback is the running efficiency is dramatically dropped as the
shuffle_batch is a queue blocker. Also sess reading from queue takes
more time. furture investigation is needed for this.
@wangluyi1982 wangluyi1982 changed the title Adding pipeline for tensorflow setup. Adding SVD++ Adding pipeline for tensorflow setup. Adding SVD++ , TimeSVD++ Oct 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant