|
162 | 162 | * [Xfer](https://github.com/amzn/xfer) - Transfer Learning library for Deep Neural Networks. <img height="20" src="img/mxnet_big.png" alt="MXNet based">
|
163 | 163 | * [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">
|
164 | 164 |
|
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"> |
166 | 175 | * [Chainer](https://github.com/chainer/chainer) - A flexible framework for neural networks.
|
167 | 176 | * [ChainerCV](https://github.com/chainer/chainercv) - A Library for Deep Learning in Computer Vision.
|
168 | 177 | * [ChainerMN](https://github.com/chainer/chainermn) - Scalable distributed deep learning with Chainer.
|
169 |
| - |
170 |
| -### Theano |
171 | 178 | **WARNING: Theano development has been stopped**
|
172 | 179 | * [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">
|
173 | 180 | * [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 | 184 | * [platoon](https://github.com/mila-udem/platoon) - Multi-GPU mini-framework for Theano. <img height="20" src="img/theano_big.png" alt="Theano compatible">
|
178 | 185 | * [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">
|
179 | 186 |
|
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 |
| - |
191 | 187 | ## Web Scraping
|
192 | 188 | * [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/): The easiest library to scrape static websites for beginners
|
193 | 189 | * [Scrapy](https://scrapy.org/): Fast and extensible scraping library. Can write rules and create customized scraper without touching the coure
|
|
0 commit comments