Skip to content

Commit 23abf19

Browse files
authored
Update README.md
1 parent 2632844 commit 23abf19

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

README.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,19 @@
162162
* [Xfer](https://github.com/amzn/xfer) - Transfer Learning library for Deep Neural Networks. <img height="20" src="img/mxnet_big.png" alt="MXNet based">
163163
* [MXNet](https://github.com/ROCmSoftwarePlatform/mxnet) - HIP Port of MXNet. <img height="20" src="img/mxnet_big.png" alt="MXNet based"> <img height="20" src="img/amd_big.png" alt="Possible to run on AMD GPU">
164164

165-
### Chainer
165+
### Others
166+
* [CNTK](https://github.com/Microsoft/CNTK) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.
167+
* [Neon](https://github.com/NervanaSystems/neon) - Intel® Nervana™ reference deep learning framework committed to best performance on all hardware.
168+
* [Tangent](https://github.com/google/tangent) - Source-to-Source Debuggable Derivatives in Pure Python.
169+
* [autograd](https://github.com/HIPS/autograd) - Efficiently computes derivatives of numpy code.
170+
* [Myia](https://github.com/mila-udem/myia) - Deep Learning framework (pre-alpha).
171+
* [nnabla](https://github.com/sony/nnabla) - Neural Network Libraries by Sony.
172+
* [Caffe](https://github.com/BVLC/caffe) - A fast open framework for deep learning.
173+
* [Caffe2](https://github.com/pytorch/pytorch/tree/master/caffe2) - A lightweight, modular, and scalable deep learning framework (now a part of PyTorch).
174+
* [hipCaffe](https://github.com/ROCmSoftwarePlatform/hipCaffe) - The HIP port of Caffe. <img height="20" src="img/amd_big.png" alt="Possible to run on AMD GPU">
166175
* [Chainer](https://github.com/chainer/chainer) - A flexible framework for neural networks.
167176
* [ChainerCV](https://github.com/chainer/chainercv) - A Library for Deep Learning in Computer Vision.
168177
* [ChainerMN](https://github.com/chainer/chainermn) - Scalable distributed deep learning with Chainer.
169-
170-
### Theano
171178
**WARNING: Theano development has been stopped**
172179
* [Theano](https://github.com/Theano/Theano) - A Python library that allows you to define, optimize, and evaluate mathematical expressions.<img height="20" src="img/theano_big.png" alt="Theano compatible">
173180
* [Lasagne](https://github.com/Lasagne/Lasagne) - Lightweight library to build and train neural networks in Theano. <img height="20" src="img/theano_big.png" alt="Theano compatible">
@@ -177,17 +184,6 @@
177184
* [platoon](https://github.com/mila-udem/platoon) - Multi-GPU mini-framework for Theano. <img height="20" src="img/theano_big.png" alt="Theano compatible">
178185
* [Theano-MPI](https://github.com/uoguelph-mlrg/Theano-MPI) - MPI Parallel framework for training deep learning models built in Theano. <img height="20" src="img/theano_big.png" alt="Theano compatible">
179186

180-
### Others
181-
* [CNTK](https://github.com/Microsoft/CNTK) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.
182-
* [Neon](https://github.com/NervanaSystems/neon) - Intel® Nervana™ reference deep learning framework committed to best performance on all hardware.
183-
* [Tangent](https://github.com/google/tangent) - Source-to-Source Debuggable Derivatives in Pure Python.
184-
* [autograd](https://github.com/HIPS/autograd) - Efficiently computes derivatives of numpy code.
185-
* [Myia](https://github.com/mila-udem/myia) - Deep Learning framework (pre-alpha).
186-
* [nnabla](https://github.com/sony/nnabla) - Neural Network Libraries by Sony.
187-
* [Caffe](https://github.com/BVLC/caffe) - A fast open framework for deep learning.
188-
* [Caffe2](https://github.com/pytorch/pytorch/tree/master/caffe2) - A lightweight, modular, and scalable deep learning framework (now a part of PyTorch).
189-
* [hipCaffe](https://github.com/ROCmSoftwarePlatform/hipCaffe) - The HIP port of Caffe. <img height="20" src="img/amd_big.png" alt="Possible to run on AMD GPU">
190-
191187
## Web Scraping
192188
* [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/): The easiest library to scrape static websites for beginners
193189
* [Scrapy](https://scrapy.org/): Fast and extensible scraping library. Can write rules and create customized scraper without touching the coure

0 commit comments

Comments
 (0)