Skip to content

Commit 14839d5

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

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
* [Visualization](#vis)
2525
* [Model Explanation](#expl)
2626
* [Reinforcement Learning](#rl)
27-
* [Distributed Computing](#dist)
2827
* [Probabilistic Methods](#bayes)
2928
* [Genetic Programming](#gp)
3029
* [Optimization](#opt)
3130
* [Natural Language Processing](#nlp)
3231
* [Computer Audition](#ca)
3332
* [Computer Vision](#cv)
3433
* [Statistics](#stat)
34+
* [Distributed Computing](#dist)
3535
* [Experimentation](#tools)
3636
* [Evaluation](#eval)
3737
* [Computations](#compt)
@@ -299,17 +299,6 @@
299299
## Reinforcement Learning
300300
* [OpenAI Gym](https://github.com/openai/gym) - A toolkit for developing and comparing reinforcement learning algorithms.
301301

302-
<a name="dist"></a>
303-
## Distributed Computing
304-
* [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">
305-
* [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">
306-
* [Veles](https://github.com/Samsung/veles) - Distributed machine learning platform.
307-
* [Jubatus](https://github.com/jubatus/jubatus) - Framework and Library for Distributed Online Machine Learning.
308-
* [DMTK](https://github.com/Microsoft/DMTK) - Microsoft Distributed Machine Learning Toolkit.
309-
* [PaddlePaddle](https://github.com/PaddlePaddle/Paddle) - PArallel Distributed Deep LEarning
310-
* [dask-ml](https://github.com/dask/dask-ml) - Distributed and parallel machine learning. <img height="20" src="img/sklearn_big.png" alt="sklearn">
311-
* [Distributed](https://github.com/dask/distributed) - Distributed computation in Python.
312-
313302
<a name="bayes"></a>
314303
## Probabilistic Methods
315304
* [pomegranate](https://github.com/jmschrei/pomegranate) - Probabilistic and graphical models for Python. <img height="20" src="img/gpu_big.png" alt="GPU accelerated">
@@ -408,6 +397,17 @@
408397
* [scikit-posthocs](https://github.com/maximtrp/scikit-posthocs) - Pairwise Multiple Comparisons Post-hoc Tests.
409398
* [Alphalens](https://github.com/quantopian/alphalens) - Performance analysis of predictive (alpha) stock factors.
410399

400+
<a name="dist"></a>
401+
## Distributed Computing
402+
* [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">
403+
* [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">
404+
* [Veles](https://github.com/Samsung/veles) - Distributed machine learning platform.
405+
* [Jubatus](https://github.com/jubatus/jubatus) - Framework and Library for Distributed Online Machine Learning.
406+
* [DMTK](https://github.com/Microsoft/DMTK) - Microsoft Distributed Machine Learning Toolkit.
407+
* [PaddlePaddle](https://github.com/PaddlePaddle/Paddle) - PArallel Distributed Deep LEarning
408+
* [dask-ml](https://github.com/dask/dask-ml) - Distributed and parallel machine learning. <img height="20" src="img/sklearn_big.png" alt="sklearn">
409+
* [Distributed](https://github.com/dask/distributed) - Distributed computation in Python.
410+
411411
<a name="tools"></a>
412412
## Experimentation
413413
* [Sacred](https://github.com/IDSIA/sacred) - A tool to help you configure, organize, log and reproduce experiments.

0 commit comments

Comments
 (0)