Skip to content

Commit ab060a3

Browse files
authored
Update README.md
1 parent 6efb373 commit ab060a3

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -163,26 +163,14 @@
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

165165
### 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.
168166
* [Tangent](https://github.com/google/tangent) - Source-to-Source Debuggable Derivatives in Pure Python.
169167
* [autograd](https://github.com/HIPS/autograd) - Efficiently computes derivatives of numpy code.
170168
* [Myia](https://github.com/mila-udem/myia) - Deep Learning framework (pre-alpha).
171169
* [nnabla](https://github.com/sony/nnabla) - Neural Network Libraries by Sony.
172170
* [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).
174171
* [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">
175-
* [Chainer](https://github.com/chainer/chainer) - A flexible framework for neural networks.
176-
* [ChainerCV](https://github.com/chainer/chainercv) - A Library for Deep Learning in Computer Vision.
177-
* [ChainerMN](https://github.com/chainer/chainermn) - Scalable distributed deep learning with Chainer.
178-
**WARNING: Theano development has been stopped**
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">
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">
181-
* [nolearn](https://github.com/dnouri/nolearn) - A scikit-learn compatible neural network library (mainly for Lasagne). <img height="20" src="img/theano_big.png" alt="Theano compatible"> <img height="20" src="img/sklearn_big.png" alt="sklearn">
182-
* [Blocks](https://github.com/mila-udem/blocks) - A Theano framework for building and training neural networks. <img height="20" src="img/theano_big.png" alt="Theano compatible">
183-
* [scikit-neuralnetwork](https://github.com/aigamedev/scikit-neuralnetwork) - Deep neural networks without the learning cliff. <img height="20" src="img/sklearn_big.png" alt="sklearn"> <img height="20" src="img/theano_big.png" alt="Theano compatible">
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">
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">
172+
173+
**[DISCONTINUED PROJECTS](https://github.com/krzjoa/awesome-python-data-science/edit/master/other/deprecated.md)**
186174

187175
## Web Scraping
188176
* [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/): The easiest library to scrape static websites for beginners

0 commit comments

Comments
 (0)