Commit 07be62ec authored by Leigh Smith's avatar Leigh Smith

First version of python corpus retrieval and feature extraction

parent 4f1fe9d1
{
"metadata": {
"name": "",
"signature": "sha256:98b053589d06e625718d1e1c0a2b65a02f9098813c4b80e061bb5732bb95b293"
"signature": "sha256:7ed94cc2b18891285f61c97615ead2cb2f265d2e6a8d305e44280affbff5a673"
},
"nbformat": 3,
"nbformat_minor": 0,
......@@ -19,7 +19,7 @@
"\n",
"As in Lab 1, extract features from each training sample in the kick and snare drum directories.\n",
"\n",
"1. Train a K-NN model using the kick and snare drum samples."
"Train a K-NN model using the kick and snare drum samples:"
]
},
{
......@@ -59,14 +59,6 @@
"\n",
"Good luck!"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [],
"language": "python",
"metadata": {},
"outputs": []
}
],
"metadata": {}
......
This diff is collapsed.
{
"metadata": {
"name": "",
"signature": "sha256:eb40e34116f231d0e2616b21dbd3eaac2494c326f9b61a67dc99f2bd3b9cb7ba"
"signature": "sha256:6fdc1ab1e764720916a430a54d66054f9d7b5acbd257f42c0315df27b32abc92"
},
"nbformat": 3,
"nbformat_minor": 0,
......@@ -126,14 +126,6 @@
"\n",
" Which output contains more noise? Why?\n"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [],
"language": "python",
"metadata": {},
"outputs": []
}
],
"metadata": {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment