deepframeworks
deepframeworks copied to clipboard
Evaluation of Deep Learning Frameworks
https://docs.chainer.org/en/stable/comparison.html
Please see the below linked chart for details on my claims. https://github.com/Microsoft/CNTK/blob/master/Documentation/Documents/PerformanceChart.png Thanks.
Hi zer0n Can you add Keras to the list and compare them. Thanks!
since you're asking for other languages. It's also a functional language (not just pure).
I just changed the link on "beam search" to the issue that is recently closed. See the comment I link to.
Torch recently launched pytorch that supports python. Would love a revisit :)
Recently a couple of bindings have been released for other languages for TensorFlow, these include Haskell, Rust and Ruby: https://github.com/tensorflow/haskell https://github.com/tensorflow/rust https://github.com/somaticio/tensorflow.rb This would affect the 'interfaces' section here: https://github.com/zer0n/deepframeworks#interfaces
Is there this type of deep learning model? There are two labeled folders for binary classification. ex) men and women, cats oand dogs, etc. And then inserting the images to...
You mentioned: > The lack of static type in Python is just ... painful :). However, now we have [mypy](http://www.mypy-lang.org/) and accompanying [PEP 484: Type Hints](https://www.python.org/dev/peps/pep-0484/), along with WIP [PEP...
Great writing! Could you add whether a package supports (Or can Interface) with MATLAB? Moreover, does it support Windows or Linux only? Thank You.