Pre-trained models
What are pre-trained models?
A pre-trained model is a model already trained and tested, ready to be used in your application.
These models can be image recognition models, text classification models, sentiment analysis models, and more.
Finding pre-trained models
- Kaggle and more specifically TensorFlow.js models
- TensorFlow.js models
- Hugging face
Choosing the right model
When you start building your machine learning application, focus on the following points:
- What are you building?
- Quality of the training data
- Quantity of the training data
- Can you have access to the list of classes/labels?