Merge pull request #787 from ojasaar/patch-2

Add Backprop
This commit is contained in:
Joseph Misiti 2021-03-29 09:02:18 -04:00 committed by GitHub
commit c37a25b8ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1180,6 +1180,7 @@ be
* [Hub](https://github.com/activeloopai/Hub) - Fastest unstructured dataset management for TensorFlow/PyTorch. Stream & version-control data. Store even petabyte-scale data in a single numpy-like array on the cloud accessible on any machine. Visit [activeloop.ai](https://activeloop.ai) for more info.
* [Synthia](https://github.com/dmey/synthia) - Multidimensional synthetic data generation in Python.
* [ByteHub](https://github.com/bytehub-ai/bytehub) - An easy-to-use, Python-based feature store. Optimized for time-series data.
* [Backprop](https://github.com/backprop-ai/backprop) - Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.
* [River](https://github.com/online-ml/river): A framework for general purpose online machine learning.