You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: other/deprecated.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,3 +21,20 @@
21
21
22
22
## Computations
23
23
*[minpy](https://github.com/dmlc/minpy) - NumPy interface with mixed backend execution.
24
+
25
+
## Deep Learning
26
+
*[CNTK](https://github.com/Microsoft/CNTK) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.
27
+
*[Neon](https://github.com/NervanaSystems/neon) - Intel® Nervana™ reference deep learning framework committed to best performance on all hardware.
28
+
*[Chainer](https://github.com/chainer/chainer) - A flexible framework for neural networks.
29
+
*[ChainerCV](https://github.com/chainer/chainercv) - A Library for Deep Learning in Computer Vision.
30
+
*[ChainerMN](https://github.com/chainer/chainermn) - Scalable distributed deep learning with Chainer.
31
+
**WARNING: Theano development has been stopped**
32
+
*[Theano](https://github.com/Theano/Theano) - A Python library that allows you to define, optimize, and evaluate mathematical expressions.<imgheight="20"src="img/theano_big.png"alt="Theano compatible">
33
+
*[Lasagne](https://github.com/Lasagne/Lasagne) - Lightweight library to build and train neural networks in Theano. <imgheight="20"src="img/theano_big.png"alt="Theano compatible">
34
+
*[nolearn](https://github.com/dnouri/nolearn) - A scikit-learn compatible neural network library (mainly for Lasagne). <imgheight="20"src="img/theano_big.png"alt="Theano compatible"> <imgheight="20"src="img/sklearn_big.png"alt="sklearn">
35
+
*[Blocks](https://github.com/mila-udem/blocks) - A Theano framework for building and training neural networks. <imgheight="20"src="img/theano_big.png"alt="Theano compatible">
36
+
*[scikit-neuralnetwork](https://github.com/aigamedev/scikit-neuralnetwork) - Deep neural networks without the learning cliff. <imgheight="20"src="img/sklearn_big.png"alt="sklearn"> <imgheight="20"src="img/theano_big.png"alt="Theano compatible">
37
+
*[platoon](https://github.com/mila-udem/platoon) - Multi-GPU mini-framework for Theano. <imgheight="20"src="img/theano_big.png"alt="Theano compatible">
38
+
*[Theano-MPI](https://github.com/uoguelph-mlrg/Theano-MPI) - MPI Parallel framework for training deep learning models built in Theano. <imgheight="20"src="img/theano_big.png"alt="Theano compatible">
39
+
*[Caffe2](https://github.com/pytorch/pytorch/tree/master/caffe2) - A lightweight, modular, and scalable deep learning framework (now a part of PyTorch).
0 commit comments