|
294 | 294 | <a name="rl"></a> |
295 | 295 | ## Reinforcement Learning |
296 | 296 | * [OpenAI Gym](https://github.com/openai/gym) - A toolkit for developing and comparing reinforcement learning algorithms. |
297 | | -<<<<<<< HEAD |
298 | | - |
299 | | -<a name="dist"></a> |
300 | | -## Distributed Computing |
301 | | -* [Horovod](https://github.com/uber/horovod) - Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
302 | | -* [PySpark](https://spark.apache.org/docs/0.9.0/python-programming-guide.html) - Exposes the Spark programming model to Python. <img height="20" src="img/spark_big.png" alt="Apache Spark based"> |
303 | | -* [Veles](https://github.com/Samsung/veles) - Distributed machine learning platform. |
304 | | -* [Jubatus](https://github.com/jubatus/jubatus) - Framework and Library for Distributed Online Machine Learning. |
305 | | -* [DMTK](https://github.com/Microsoft/DMTK) - Microsoft Distributed Machine Learning Toolkit. |
306 | | -* [PaddlePaddle](https://github.com/PaddlePaddle/Paddle) - PArallel Distributed Deep LEarning. |
307 | | -* [dask-ml](https://github.com/dask/dask-ml) - Distributed and parallel machine learning. <img height="20" src="img/sklearn_big.png" alt="sklearn"> |
308 | | -* [Distributed](https://github.com/dask/distributed) - Distributed computation in Python. |
309 | | -======= |
310 | 297 | * [Coach](https://github.com/NervanaSystems/coach) - Easy experimentation with state of the art Reinforcement Learning algorithms. |
311 | 298 | * [garage](https://github.com/rlworkgroup/garage) - A toolkit for reproducible reinforcement learning research. |
312 | 299 | * [OpenAI Baselines](https://github.com/openai/baselines) - High-quality implementations of reinforcement learning algorithms. |
|
316 | 303 | * [TF-Agents](https://github.com/tensorflow/agents) - A library for Reinforcement Learning in TensorFlow. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
317 | 304 | * [TensorForce](https://github.com/reinforceio/tensorforce) - A TensorFlow library for applied reinforcement learning. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
318 | 305 | * [TRFL](https://github.com/deepmind/trfl) - TensorFlow Reinforcement Learning. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
319 | | -* [Dopamine](https://github.com/google/dopamine) - A research framework for fast prototyping of reinforcement learning algorithms. |
| 306 | +* [Dopamine](https://github.com/google/dopamine) - A research framework for fast prototyping of reinforcement learning algorithms. |
320 | 307 | * [keras-rl](https://github.com/keras-rl/keras-rl) - Deep Reinforcement Learning for Keras. <img height="20" src="img/keras_big.png" alt="Keras compatible"> |
321 | 308 | * [ChainerRL](https://github.com/chainer/chainerrl) - A deep reinforcement learning library built on top of Chainer. |
322 | | ->>>>>>> a2d28c6bc10e869f370df253130e94e424371c6f |
| 309 | + |
| 310 | +<a name="dist"></a> |
| 311 | +## Distributed Computing |
| 312 | +* [Horovod](https://github.com/uber/horovod) - Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
| 313 | +* [PySpark](https://spark.apache.org/docs/0.9.0/python-programming-guide.html) - Exposes the Spark programming model to Python. <img height="20" src="img/spark_big.png" alt="Apache Spark based"> |
| 314 | +* [Veles](https://github.com/Samsung/veles) - Distributed machine learning platform. |
| 315 | +* [Jubatus](https://github.com/jubatus/jubatus) - Framework and Library for Distributed Online Machine Learning. |
| 316 | +* [DMTK](https://github.com/Microsoft/DMTK) - Microsoft Distributed Machine Learning Toolkit. |
| 317 | +* [PaddlePaddle](https://github.com/PaddlePaddle/Paddle) - PArallel Distributed Deep LEarning. |
| 318 | +* [dask-ml](https://github.com/dask/dask-ml) - Distributed and parallel machine learning. <img height="20" src="img/sklearn_big.png" alt="sklearn"> |
| 319 | +* [Distributed](https://github.com/dask/distributed) - Distributed computation in Python. |
323 | 320 |
|
324 | 321 | <a name="bayes"></a> |
325 | 322 | ## Probabilistic Methods |
|
0 commit comments