Hi Luca,

Thanks for your interest.
It's easy to get it work in your local machine. If you have Git installed, you could follow these commands in command prompt in Windows or terminal in Linux, to get the feature.

1) git clonehttps://github.com/scikit-learn/scikit-learn
2) cd scikit-learn/
3) git fetch origin refs/pull/2120/head:mlp
4) git checkout mlp


Or you could simply copy the __init__.py and multilayer_perceptron.py files from the pull request page to the neural_network directory in the installed sklearn.

It's not pushed to masters yet, because more testing is required. My intuition, however, tells me that its working perfectly :P. You could help us out by reporting any difficulties you might face. Thanks!

Cheers!
~Issam

On 9/23/2013 2:58 PM, Luca Cerone wrote:
Thanks Olivier!
Since I am new to github, has the pull request been added to the master, or are you waiting for it to be improved before merging?

In the first case, should I fetch the multilayer_perceptron branch from Issam's repository to be able to test it?

Thanks for the help,
Cheers!


On 23 September 2013 12:42, Olivier Grisel <olivier.gri...@ensta.org <mailto:olivier.gri...@ensta.org>> wrote:

    The multilayer feedforward perceptron pull request is quite advanced
    and available here:

    https://github.com/scikit-learn/scikit-learn/pull/2120

    --
    Olivier

    
------------------------------------------------------------------------------
    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
    <mailto:Scikit-learn-general@lists.sourceforge.net>
    https://lists.sourceforge.net/lists/listinfo/scikit-learn-general




--
*Luca Cerone*

Tel: +447585611951
Skype: luca.cerone


------------------------------------------------------------------------------
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