|
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 | 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 | 166 | * [Tangent](https://github.com/google/tangent) - Source-to-Source Debuggable Derivatives in Pure Python.
|
169 | 167 | * [autograd](https://github.com/HIPS/autograd) - Efficiently computes derivatives of numpy code.
|
170 | 168 | * [Myia](https://github.com/mila-udem/myia) - Deep Learning framework (pre-alpha).
|
171 | 169 | * [nnabla](https://github.com/sony/nnabla) - Neural Network Libraries by Sony.
|
172 | 170 | * [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 | 171 | * [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)** |
186 | 174 |
|
187 | 175 | ## Web Scraping
|
188 | 176 | * [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/): The easiest library to scrape static websites for beginners
|
|
0 commit comments