"**Indian Dance Form Recognition using custom CNNs**<br>\n",
"This is a classification problem with 8 classes. In this task, we will be doing 7-fold cross validation on a training set of 364 images. This will be done using varied CNN networks. We will analyse the average accuracies from the cross-validation."
]
},
{
"cell_type": "code",
"metadata": {
...
...
@@ -46,16 +56,13 @@
]
},
{
"cell_type": "code",
"cell_type": "markdown",
"metadata": {
"id": "hhb1KDmXALaF"
"id": "pExcuhZqhHmq"
},
"source": [
"!mkdir helpers\n",
"!touch helpers/__init__.py"
],
"execution_count": null,
"outputs": []
"You need to import the 'helpers' folder, it contains code for cross-validation, etc."