Fixing wrong order in Deep Learning section (My fault).

This commit is contained in:
Yeison Vargas 2017-01-31 12:14:25 -05:00
parent f1b462421c
commit 95a64f856c

View file

@ -434,9 +434,9 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [Caffe](https://github.com/BVLC/caffe) - A fast open framework for deep learning..
* [Keras](https://github.com/fchollet/keras) - A high-level neural networks library and capable of running on top of either TensorFlow or Theano.
* [Neupy](http://neupy.com/pages/home.html) - Running and testing different Artificial Neural Networks algorithms.
* [Pytorch](http://pytorch.org/) - Tensors and Dynamic neural networks in Python with strong GPU acceleration.
* [TensorFlow](https://github.com/tensorflow/tensorflow) - The most popular Deep Learning framework created by Google.
* [Theano](https://github.com/Theano/Theano) - A library for fast numerical computation.
* [Pytorch](http://pytorch.org/) - Tensors and Dynamic neural networks in Python with strong GPU acceleration.
## DevOps Tools