|
140 | 140 | * [TensorLayer](https://github.com/zsdonghao/tensorlayer) - Deep Learning and Reinforcement Learning Library for Researcher and Engineer. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
141 | 141 | * [TFLearn](https://github.com/tflearn/tflearn) - Deep learning library featuring a higher-level API for TensorFlow. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
142 | 142 | * [Sonnet](https://github.com/deepmind/sonnet) - TensorFlow-based neural network library. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
143 | | -* [TensorForce](https://github.com/reinforceio/tensorforce) - A TensorFlow library for applied reinforcement learning. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
144 | 143 | * [tensorpack](https://github.com/ppwwyyxx/tensorpack) - A Neural Net Training Interface on TensorFlow <img height="20" src="img/tf_big2.png" alt="sklearn"> |
145 | 144 | * [Polyaxon](https://github.com/polyaxon/polyaxon) - A platform that helps you build, manage and monitor deep learning models. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
146 | 145 | * [NeuPy](https://github.com/itdxer/neupy) - NeuPy is a Python library for Artificial Neural Networks and Deep Learning (previously: <img height="20" src="img/theano_big.png" alt="Theano compatible">). <img height="20" src="img/tf_big2.png" alt="sklearn"> |
|
154 | 153 |
|
155 | 154 | <a name="dl-keras"></a> |
156 | 155 | ### Keras |
157 | | -* [Keras](https://keras.io) - A high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano. |
158 | | -* [keras-contrib](https://github.com/keras-team/keras-contrib) - Keras community contributions. |
159 | | -* [Hyperas](https://github.com/maxpumperla/hyperas) - Keras + Hyperopt: A very simple wrapper for convenient hyperparameter. |
160 | | -* [Elephas](https://github.com/maxpumperla/elephas) - Distributed Deep learning with Keras & Spark. |
161 | | -* [Hera](https://github.com/keplr-io/hera) - Train/evaluate a Keras model, get metrics streamed to a dashboard in your browser. |
162 | | -* [Spektral](https://github.com/danielegrattarola/spektral) - Deep learning on graphs. |
163 | | -* [qkeras](https://github.com/google/qkeras) - A quantization deep learning library. |
| 156 | +* [Keras](https://keras.io) - A high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano. <img height="20" src="img/keras_big.png" alt="Keras compatible"> |
| 157 | +* [keras-contrib](https://github.com/keras-team/keras-contrib) - Keras community contributions. <img height="20" src="img/keras_big.png" alt="Keras compatible"> |
| 158 | +* [Hyperas](https://github.com/maxpumperla/hyperas) - Keras + Hyperopt: A very simple wrapper for convenient hyperparameter. <img height="20" src="img/keras_big.png" alt="Keras compatible"> |
| 159 | +* [Elephas](https://github.com/maxpumperla/elephas) - Distributed Deep learning with Keras & Spark. <img height="20" src="img/keras_big.png" alt="Keras compatible"> |
| 160 | +* [Hera](https://github.com/keplr-io/hera) - Train/evaluate a Keras model, get metrics streamed to a dashboard in your browser. <img height="20" src="img/keras_big.png" alt="Keras compatible"> |
| 161 | +* [Spektral](https://github.com/danielegrattarola/spektral) - Deep learning on graphs. <img height="20" src="img/keras_big.png" alt="Keras compatible"> |
| 162 | +* [qkeras](https://github.com/google/qkeras) - A quantization deep learning library. <img height="20" src="img/keras_big.png" alt="Keras compatible"> |
164 | 163 |
|
165 | 164 | <a name="dl-mxnet"></a> |
166 | 165 | ### MXNet |
|
176 | 175 | <a name="dl-chainer"></a> |
177 | 176 | ### Chainer |
178 | 177 | * [Chainer](https://github.com/chainer/chainer) - A flexible framework for neural networks. |
179 | | -* [ChainerRL](https://github.com/chainer/chainerrl) - A deep reinforcement learning library built on top of Chainer. |
180 | 178 | * [ChainerCV](https://github.com/chainer/chainercv) - A Library for Deep Learning in Computer Vision. |
181 | 179 | * [ChainerMN](https://github.com/chainer/chainermn) - Scalable distributed deep learning with Chainer. |
182 | 180 |
|
|
298 | 296 | <a name="rl"></a> |
299 | 297 | ## Reinforcement Learning |
300 | 298 | * [OpenAI Gym](https://github.com/openai/gym) - A toolkit for developing and comparing reinforcement learning algorithms. |
| 299 | +* [Coach](https://github.com/NervanaSystems/coach) - Easy experimentation with state of the art Reinforcement Learning algorithms. |
| 300 | +* [garage](https://github.com/rlworkgroup/garage) - A toolkit for reproducible reinforcement learning research. |
| 301 | +* [OpenAI Baselines](https://github.com/openai/baselines) - high-quality implementations of reinforcement learning algorithms. |
| 302 | +* [Stable Baselines](https://github.com/hill-a/stable-baselines) - A set of improved implementations of reinforcement learning algorithms based on OpenAI Baselines. |
| 303 | +* [RLlib](https://ray.readthedocs.io/en/latest/rllib.html) - Scalable Reinforcement Learning. |
| 304 | +* [Horizon](https://github.com/facebookresearch/Horizon) - A platform for Applied Reinforcement Learning. |
| 305 | +* [TF-Agents](https://github.com/tensorflow/agents) - A library for Reinforcement Learning in TensorFlow. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
| 306 | +* [TensorForce](https://github.com/reinforceio/tensorforce) - A TensorFlow library for applied reinforcement learning. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
| 307 | +* [TRFL](https://github.com/deepmind/trfl) - TensorFlow Reinforcement Learning. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
| 308 | +* [Dopamine](https://github.com/google/dopamine)- A research framework for fast prototyping of reinforcement learning algorithms. |
| 309 | +* [keras-rl](https://github.com/keras-rl/keras-rl) -Deep Reinforcement Learning for Keras. <img height="20" src="img/keras_big2.png" alt="Keras compatible"> |
| 310 | +* [ChainerRL](https://github.com/chainer/chainerrl) - A deep reinforcement learning library built on top of Chainer. |
301 | 311 |
|
302 | 312 | <a name="bayes"></a> |
303 | 313 | ## Probabilistic Methods |
|
0 commit comments