Good idea.

Section 13.2 in this tutorial http://www.cs.toronto.edu/~hinton/absps/guideTR.pdf <http://www.cs.toronto.edu/%7Ehinton/absps/guideTR.pdf> , explains some standard techniques on dealing with real-valued visible nodes.

I also found a great answer here: http://metaoptimize.com/qa/questions/12157/problems-with-dbn-for-audio-data .

Maybe I could start working on the simple approach - 'Gaussian visible nodes'.



On 9/16/2013 10:59 PM, Andreas Mueller wrote:
On 09/16/2013 09:54 PM, Issam wrote:

Reading the documentation, it seems that scikit's RBM does not support continuous values or, more precisely, values that are larger than one or less than zero; since logistic is the output function. This paper, "http://www.ee.nthu.edu.tw/~hchen/pubs/iee2003.pdf <http://www.ee.nthu.edu.tw/%7Ehchen/pubs/iee2003.pdf>", however, explains how you can code RBM that supports continuous values - adding zero-mean gaussian noise to the sampled value. It doesn't seem difficult.

Did someone open a pull-request that adds this functionality?

If no, then I can to work on it ;)


I think no-one is working on it at the moment.
I guess it would be a nice feature, though. I was not aware of the reference. Is it the standard reference?
I'd go by what the deep learning tutorials are doing.


------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk


_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to