Skip to content

Commit 9b29fc0

Browse files
authored
Update README.md
1 parent 14839d5 commit 9b29fc0

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

README.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@
140140
* [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">
141141
* [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">
142142
* [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">
144143
* [tensorpack](https://github.com/ppwwyyxx/tensorpack) - A Neural Net Training Interface on TensorFlow <img height="20" src="img/tf_big2.png" alt="sklearn">
145144
* [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">
146145
* [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,13 +153,13 @@
154153

155154
<a name="dl-keras"></a>
156155
### 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">
164163

165164
<a name="dl-mxnet"></a>
166165
### MXNet
@@ -176,7 +175,6 @@
176175
<a name="dl-chainer"></a>
177176
### Chainer
178177
* [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.
180178
* [ChainerCV](https://github.com/chainer/chainercv) - A Library for Deep Learning in Computer Vision.
181179
* [ChainerMN](https://github.com/chainer/chainermn) - Scalable distributed deep learning with Chainer.
182180

@@ -298,6 +296,18 @@
298296
<a name="rl"></a>
299297
## Reinforcement Learning
300298
* [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.
301311

302312
<a name="bayes"></a>
303313
## Probabilistic Methods

0 commit comments

Comments
 (0)