You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote a post about Neural Networks and Recommender Systems that I would be pleased to publish on the Torch website. I am not very aware of the requirement of the website, so I give a first try!
I am eager to upgrade this post to fulfil technical/ethical requirements. I have a completely open mind at this stage. I am also interesting in piece of advise you could give to the post.
PS (the link to the picture still point to my website for prototyping purpose, I will fix it in the end)
This is a great start to the blog post. I want to make a few comments.
The post was going very well till we trained the network, and then it suddenly ends. I think you should add a section or two on investigating the trained network, like showing the predicted ratings, putting some visualizations on the inference process etc., whatever makes it a bit more interesting in terms of (1) what was learned from the application perspective (i.e. rating movies), and (2) from the neural net perspective, can we show weights, losses, gradInputs etc...
Second point, @ebetica started implementing a SparseLinear layer for GPU here: torch/cunn#223 , he is working on it this week, does it tie in to your post? I see that you Densify your input before sending things in, because sparse is not supported on GPU. Once cunn's SparseLinear is merged, can we simplify the usage?
Ok, i see your point. I will add a few sections about analysing the network out its output.
Regarding, SparseLinear GPU, I can easily change the source code. To be honnest, I have been expecting this layer for a long time!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi everyone,
I wrote a post about Neural Networks and Recommender Systems that I would be pleased to publish on the Torch website. I am not very aware of the requirement of the website, so I give a first try!
I am eager to upgrade this post to fulfil technical/ethical requirements. I have a completely open mind at this stage. I am also interesting in piece of advise you could give to the post.
PS (the link to the picture still point to my website for prototyping purpose, I will fix it in the end)
Thank you very much!
Kind regards,
STRUB Florian