Top Deep Learning Projects
github.com
Top Deep Learning Projects
1–10 of 36 posts
Re: Top Deep Learning Projects
#2Re: Top Deep Learning Projects
#3Re: Top Deep Learning Projects
#4He does a pretty good job of showing actual activity on github: https://twitter.com/fchollet/status/753980621823750145
I point this out because drive by stars of a project are easy...but it doesn't reflect actual user activity.
Re: Top Deep Learning Projects
#5This list is old :)
Re: Top Deep Learning Projects
#6No metrics are perfect but I highly suggest following francois chollet (fchollet on twitter and hn, creator of keras) for his monthly updates. He does a pretty good job of showing actual activity on github: https://twitter.com/fchollet/status/753980621823750145 I point this out because drive by stars of a project are easy...but it doesn't reflect actual user activity.
Re: Top Deep Learning Projects
#7Keras is pretty much the best way to do almost anything these days. If you are starting out learning, use ConvNet JS, but after that switch to Keras.
TFLearn is really nice if you are already using Scikit.
There's lot of frameworks on there: TensorFlow, Caffe, CNTK (that's a lot of stars for something no one outside MS uses!) Theano, Torch etc. But I think the sleeper there is MXNet. I haven't used it, but I hear good things about it, and DLMC have good track record in producing some pretty nice software (XGBoost!).
Also, DeepDetect! I keep trying to find that and never can remember the name.
Re: Top Deep Learning Projects
#8This list is old :)
Re: Top Deep Learning Projects
#9This list is old :)
It was updated on 9 August. That isn't too old.
This is much older than the 9th of August.
Re: Top Deep Learning Projects
#10A few comments on some of these projects: Keras is pretty much the best way to do almost anything these days. If you are starting out learning, use ConvNet JS, but after that switch to Keras. TFLearn is really nice if you are already using Scikit. There's lot of frameworks on there: TensorFlow, Caffe, CNTK (that's a lot of stars for something no one outside MS uses!) Theano, Torch etc. But I think the sleeper there i…
What makes Keras take the advantage?