From 957d5c05f8f979d4aeb585c39fa6b3562424a7f9 Mon Sep 17 00:00:00 2001 From: Mohammad Nayeem Teli Date: Tue, 5 May 2020 15:15:42 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1b8f344..a5b4061 100644 --- a/README.md +++ b/README.md @@ -344,3 +344,5 @@ Last Update: 2019.08.15 |[DeepFace](https://github.com/RiweiChen/DeepFace)|1.3k|Face analysis mainly based on Caffe. At this time, face analysis tasks like detection, alignment and recognition have…| |[BerryNet](https://github.com/DT42/BerryNet)|1.3k|Deep learning gateway on Raspberry Pi and other edge devices| |[pai](https://github.com/microsoft/pai)|1.2k|Resource scheduling and cluster management for AI| +|[Theano](http://www.deeplearning.net/software/theano/)|1.2k|define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently | + From 7cdd6e3b37fe77388c93f83cb2651c9b8196769f Mon Sep 17 00:00:00 2001 From: Mohammad Nayeem Teli Date: Tue, 5 May 2020 15:16:50 -0400 Subject: [PATCH 2/2] Update README.md Added a line for Theano --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5b4061..bb6141e 100644 --- a/README.md +++ b/README.md @@ -344,5 +344,5 @@ Last Update: 2019.08.15 |[DeepFace](https://github.com/RiweiChen/DeepFace)|1.3k|Face analysis mainly based on Caffe. At this time, face analysis tasks like detection, alignment and recognition have…| |[BerryNet](https://github.com/DT42/BerryNet)|1.3k|Deep learning gateway on Raspberry Pi and other edge devices| |[pai](https://github.com/microsoft/pai)|1.2k|Resource scheduling and cluster management for AI| -|[Theano](http://www.deeplearning.net/software/theano/)|1.2k|define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently | +|[Theano](http://www.deeplearning.net/software/theano/)|1.2k|define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. |