mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-10 05:34:12 +00:00
Create ai_model_exchanges.md
This commit is contained in:
parent
d2c0d47811
commit
c43868fef9
1 changed files with 13 additions and 0 deletions
13
ai_research/ML_Fundamentals/ai_model_exchanges.md
Normal file
13
ai_research/ML_Fundamentals/ai_model_exchanges.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# AI Model Exchanges
|
||||
The following are different platforms (hubs) for AI model exchange along with their respective websites:
|
||||
|
||||
| Platform | URL |
|
||||
|-------------------------|----------------------------------------------------|
|
||||
| TensorFlow Hub | [tensorflow.org/hub](https://www.tensorflow.org/hub) |
|
||||
| PyTorch Hub | [pytorch.org/hub](https://pytorch.org/hub) |
|
||||
| Model Zoo | [modelzoo.co](https://modelzoo.co/) |
|
||||
| Hugging Face | [huggingface.co](https://huggingface.co/) |
|
||||
| Papers with Code | [paperswithcode.com](https://paperswithcode.com/) |
|
||||
| ONNX Model Zoo | [onnx/models](https://github.com/onnx/models) |
|
||||
| MLflow Model Registry | [mlflow.org](https://mlflow.org/) |
|
||||
|
Loading…
Reference in a new issue