From f1b462421c291249b11afb8d0be5d94cd93b602b Mon Sep 17 00:00:00 2001 From: Yeison Vargas Date: Mon, 30 Jan 2017 12:25:16 -0500 Subject: [PATCH 1/2] Adding Pytorch: deep learning framework that puts Python first. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3af3562..2f5e6f7 100644 --- a/README.md +++ b/README.md @@ -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. * [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 From 95a64f856ca18c082c039b9affa062556b159971 Mon Sep 17 00:00:00 2001 From: Yeison Vargas Date: Tue, 31 Jan 2017 12:14:25 -0500 Subject: [PATCH 2/2] Fixing wrong order in Deep Learning section (My fault). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f5e6f7..96a6871 100644 --- a/README.md +++ b/README.md @@ -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