Adding Pytorch: deep learning framework that puts Python first.

This commit is contained in:
Yeison Vargas 2017-01-30 12:25:16 -05:00
parent 5168f83317
commit f1b462421c

View File

@ -436,6 +436,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [Neupy](http://neupy.com/pages/home.html) - Running and testing different Artificial Neural Networks algorithms. * [Neupy](http://neupy.com/pages/home.html) - Running and testing different Artificial Neural Networks algorithms.
* [TensorFlow](https://github.com/tensorflow/tensorflow) - The most popular Deep Learning framework created by Google. * [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. * [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 ## DevOps Tools