cyber-security-resources/ai_research/ML_Fundamentals/ai_model_exchanges.md

15 lines
1010 B
Markdown
Raw Normal View History

2024-01-04 16:52:20 +00:00
# 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/) |
2024-01-04 16:53:20 +00:00
These are platforms where you can explore a wide range of AI models suitable for many different tasks and applications in machine learning and AI research.