From d1891084a3373671cccf3bfa6bccaead2a9a1341 Mon Sep 17 00:00:00 2001 From: Vinta Date: Wed, 15 Feb 2017 11:42:13 +0800 Subject: [PATCH] add mxnet to Deep Learning section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4bac723e..cb847975 100644 --- a/README.md +++ b/README.md @@ -434,6 +434,7 @@ 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. +* [MXNet](https://github.com/dmlc/mxnet) - A deep learning framework designed for both efficiency and flexibility. * [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.