"**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",
"cell_type": "code",
"metadata": {
"metadata": {
...
@@ -46,16 +56,13 @@
...
@@ -46,16 +56,13 @@
]
]
},
},
{
{
"cell_type": "code",
"cell_type": "markdown",
"metadata": {
"metadata": {
"id": "hhb1KDmXALaF"
"id": "pExcuhZqhHmq"
},
},
"source": [
"source": [
"!mkdir helpers\n",
"You need to import the 'helpers' folder, it contains code for cross-validation, etc."