Commit b1711714 authored by Steve Tjoa's avatar Steve Tjoa

reorganized day 3: tonal, kmeans

parent 0f259f0c
{ {
"metadata": { "metadata": {
"name": "", "name": "",
"signature": "sha256:6a2bc5ddc97724cfcdc87385247ed6330d5cf9c7cb4d216e306166debb163b2e" "signature": "sha256:a83d2ac0983c6c5c1c8d5fde2a98da0cab5f36a465b179358c558341492e8194"
}, },
"nbformat": 3, "nbformat": 3,
"nbformat_minor": 0, "nbformat_minor": 0,
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
"level": 2, "level": 2,
"metadata": {}, "metadata": {},
"source": [ "source": [
"Basic Signal Manipulation" "Day 1: Basic Signal Manipulation"
] ]
}, },
{ {
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
"level": 2, "level": 2,
"metadata": {}, "metadata": {},
"source": [ "source": [
"Spectral Feature Extraction and Classification" "Day 2: Spectral Feature Extraction and Classification"
] ]
}, },
{ {
...@@ -79,6 +79,23 @@ ...@@ -79,6 +79,23 @@
"1. [Exercise: Instrument Classification using K-NN](exercises/knn_instrument_classification.ipynb)" "1. [Exercise: Instrument Classification using K-NN](exercises/knn_instrument_classification.ipynb)"
] ]
}, },
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
"Day 3: Tonal Features and Unsupervised Classification"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"1. [Tonal Descriptors: Pitch and Chroma](notebooks/tonal.ipynb)\n",
"1. [K-Means Clustering](notebooks/kmeans.ipynb)\n",
"1. [Exercise: Unsupervised Instrument Classification using K-Means](exercises/kmeans_instrument_classification.ipynb)"
]
},
{ {
"cell_type": "heading", "cell_type": "heading",
"level": 2, "level": 2,
...@@ -91,24 +108,13 @@ ...@@ -91,24 +108,13 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"1. [Tonal Descriptors: Pitch and Chroma](notebooks/)\n",
"1. [Feature Extraction](notebooks/feature_extraction.ipynb)\n", "1. [Feature Extraction](notebooks/feature_extraction.ipynb)\n",
"1. [Beat Tracking](notebooks/beat_tracking.ipynb)\n", "1. [Beat Tracking](notebooks/beat_tracking.ipynb)\n",
"1. [Tempo Estimation](notebooks/tempo_estimation.ipynb)\n", "1. [Tempo Estimation](notebooks/tempo_estimation.ipynb)\n",
"1. [K-Means Clustering](notebooks/kmeans.ipynb)\n",
"1. [Nonnegative Matrix Factorization](notebooks/nmf.ipynb)\n", "1. [Nonnegative Matrix Factorization](notebooks/nmf.ipynb)\n",
"1. [Cross Validation](notebooks/cross_validation.ipynb)\n", "1. [Cross Validation](notebooks/cross_validation.ipynb)\n",
"1. [Exercise: Unsupervised Instrument Classification using K-Means](exercises/)\n",
"1. [Exercise: Source Separation using NMF](exercises/nmf_source_separation.ipynb)" "1. [Exercise: Source Separation using NMF](exercises/nmf_source_separation.ipynb)"
] ]
},
{
"cell_type": "code",
"collapsed": false,
"input": [],
"language": "python",
"metadata": {},
"outputs": []
} }
], ],
"metadata": {} "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