Labelling Images Application for Machine Learning – update 1

I have recently deployed updates to enhance the look and feel of the application:

On this stage of the project the app needs data for training, here are some rough estimates based on the type of ML model:

Model TypeMinimum Data SizeIdeal Data Size
Logistic Regression100–1,000 samples1,000–10,000 samples
Decision Trees500–2,000 samples5,000–50,000 samples
Random Forests1,000–5,000 samples10,000–100,000 samples
Neural Networks (Deep Learning)10,000–50,000 samples100,000+ samples
Transfer Learning (Pre-trained Models)1,000–5,000 samples (fine-tuning)10,000+ samples (for training)

URL of Application

https://josesuarezcordova.github.io/pwa_app

Comments are closed