DataTaunew | comments | leaders | submitlogin
Deepy: a simpler deep learning library in Python (github.com)
10 points by ebellm 3420 days ago | 3 comments


5 points by sjosund 3419 days ago | link

Any comments on why to use this rather than Pylearn2?

-----

3 points by fhadley 3417 days ago | link

no yaml files, uses numpy instead of theano (numpy tends to be faster on cpu than theano) but still allows for gpu usage (cudarray). also, again, not having to learn theano because that's extra nice.

-----

1 point by sjosund 3416 days ago | link

Thanks for the answer! One nice thing with the yaml files is that the runs become self documenting. However I agree that they are quite cumbersome to work with.

-----




RSS | Announcements