Changes

Jump to: navigation, search
Model creation
The training was done in the cloud using an AWS EC2 server set up ad hoc.
The dataset was created collecting 240 images of 6 different fruits. 75% of the images were used for the training (''training dataset'') and the rest was used for test/validation purposes (''test dataset'', ''validation dataset''). Training Of course, training the model with a greater number of images would have led to better accuracy, but '''it wouldn't have changed the inference time'''. As the primary goal of the applications built upon this model is to benchmark different platforms, this is acceptable. Obviously, this would not be if this were a real-world application.
Several measures were taken to counter the high overfitting tendency due to the small number of images. For instance, new images were synthesized from the existing ones to simulate a larger dataset (''data augmentation''), as shown below:
4,650
edits

Navigation menu