|
194 | 194 | * [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/): The easiest library to scrape static websites for beginners
|
195 | 195 | * [Scrapy](https://scrapy.org/): Fast and extensible scraping library. Can write rules and create customized scraper without touching the coure
|
196 | 196 | * [Selenium](https://selenium-python.readthedocs.io/installation.html#introduction): Use Selenium Python API to access all functionalities of Selenium WebDriver in an intuitive way like a real user.
|
197 |
| -* [Pattern](https://github.com/clips/pattern): High level scraping for well-establish websites such as Google, Twitter, and Wikipedia. Also has NLP, machine learning algorithms, and visualization |
| 197 | +* [Pattern](https://github.com/clips/pattern): High level scraping for well-establish websites such as Google, Twitter, and Wikipedia. Also has NLP, machine learning algorithms, and visualization |
198 | 198 | * [twitterscraper](https://github.com/taspinar/twitterscraper): Efficient library to scrape twitter
|
199 | 199 |
|
200 | 200 | ## Data Manipulation
|
|
275 | 275 |
|
276 | 276 | ## Deployment
|
277 | 277 | * [datapane](https://datapane.com/) - A collection of APIs to turn scripts and notebooks into interactive reports.
|
278 |
| -* [binder](https://mybinder.org/) - Enable sharing and execute Jupyter Notebooks |
279 |
| -* [fastapi](https://fastapi.tiangolo.com/) - Modern, fast (high-performance), web framework for building APIs with Python |
| 278 | +* [binder](https://mybinder.org/) - Enable sharing and execute Jupyter Notebooks |
| 279 | +* [fastapi](https://fastapi.tiangolo.com/) - Modern, fast (high-performance), web framework for building APIs with Python |
280 | 280 | * [streamlit](https://www.streamlit.io/) - Make it easy to deploy machine learning model
|
281 | 281 |
|
282 | 282 |
|
|
316 | 316 | * [Stable Baselines](https://github.com/hill-a/stable-baselines) - A set of improved implementations of reinforcement learning algorithms based on OpenAI Baselines.
|
317 | 317 | * [RLlib](https://ray.readthedocs.io/en/latest/rllib.html) - Scalable Reinforcement Learning.
|
318 | 318 | * [Horizon](https://github.com/facebookresearch/Horizon) - A platform for Applied Reinforcement Learning.
|
319 |
| -* [TF-Agents](https://github.com/tensorflow/agents) - A library for Reinforcement Learning in TensorFlow. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
| 319 | +* [TF-Agents](https://github.com/tensorflow/agents) - A library for Reinforcement Learning in TensorFlow. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
320 | 320 | * [TensorForce](https://github.com/reinforceio/tensorforce) - A TensorFlow library for applied reinforcement learning. <img height="20" src="img/tf_big2.png" alt="sklearn">
|
321 | 321 | * [TRFL](https://github.com/deepmind/trfl) - TensorFlow Reinforcement Learning. <img height="20" src="img/tf_big2.png" alt="sklearn">
|
322 | 322 | * [Dopamine](https://github.com/google/dopamine) - A research framework for fast prototyping of reinforcement learning algorithms.
|
323 | 323 | * [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">
|
324 | 324 | * [ChainerRL](https://github.com/chainer/chainerrl) - A deep reinforcement learning library built on top of Chainer.
|
325 | 325 |
|
326 |
| -## Distributed Computing |
327 |
| -* [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"> |
328 |
| -* [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"> |
329 |
| -* [Veles](https://github.com/Samsung/veles) - Distributed machine learning platform. |
330 |
| -* [Jubatus](https://github.com/jubatus/jubatus) - Framework and Library for Distributed Online Machine Learning. |
331 |
| -* [DMTK](https://github.com/Microsoft/DMTK) - Microsoft Distributed Machine Learning Toolkit. |
332 |
| -* [PaddlePaddle](https://github.com/PaddlePaddle/Paddle) - PArallel Distributed Deep LEarning. |
333 |
| -* [dask-ml](https://github.com/dask/dask-ml) - Distributed and parallel machine learning. <img height="20" src="img/sklearn_big.png" alt="sklearn"> |
334 |
| -* [Distributed](https://github.com/dask/distributed) - Distributed computation in Python. |
335 |
| - |
336 | 326 | ## Probabilistic Methods
|
337 | 327 | * [pomegranate](https://github.com/jmschrei/pomegranate) - Probabilistic and graphical models for Python. <img height="20" src="img/gpu_big.png" alt="GPU accelerated">
|
338 | 328 | * [pyro](https://github.com/uber/pyro) - A flexible, scalable deep probabilistic programming library built on PyTorch. <img height="20" src="img/pytorch_big2.png" alt="PyTorch based/compatible">
|
|
0 commit comments