Ensure that you are logged in and have the required permissions to access the test.
The applications of Deep Neural Nets is on a roll. Whether it is healthcare, transportation, or retail, companies across all industries are excited about investing in building intelligent solutions. Meanwhile, let’s hope human intelligence remains uncontested.
In this challenge, you will help one of the largest retailers in Germany improve their inventory-management process in its Food and Groceries business. The company is looking for intelligent solutions that can reduce the amount of human effort in its warehouse and retail outlets.
A solution such as a powerful image classifier can help the company track shelf inventory, categorize products, record product volume etc.
You are required to predict the category of each product.
The zipped file contains images of training and testing set. The train data has 3215 product images. The test data has 1732 product images.
Variable | Description |
---|---|
image_id | unique id of image |
label | product category (target) |
A participant has to submit a .csv file containing the image_id and labels in the .csv format. Check the sample submission file for the format.
image_id,label
test_1000a, candy
test_1000b, water
test_1000c, coffee
test_1000d, water
test_1001a, rice
Each submission will be evaluated based on weighted F1 score. Higher the better. To know more, read here.