Commit 930d6b40 authored by Steve Tjoa's avatar Steve Tjoa

moved nmf and kmeans around

parent f27af527
{
"metadata": {
"name": "",
"signature": "sha256:7185557b4b081125629d3e710a0fc8460375fa85603541eee4b7d20ff7791919"
"signature": "sha256:f34c58a156ee9923bd4c75354c244e660231e9c262be01bea71b3108b52a9e05"
},
"nbformat": 3,
"nbformat_minor": 0,
......@@ -56,15 +56,43 @@
"metadata": {},
"source": [
"1. [Segmentation](notebooks/segmentation.ipynb)\n",
"1. [Onset Detection](notebooks/onset_detection.ipynb)"
]
},
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
"Feature Extraction"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"1. [Feature Extraction](notebooks/feature_extraction.ipynb)\n",
"1. [Spectral Features](notebooks/spectral_features.ipynb)\n",
"1. [Onset Detection](notebooks/onset_detection.ipynb)\n",
"1. [Mel-Frequency Ceptral Coefficients](notebooks/mfcc.ipynb)"
]
},
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
"Machine Learning"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"1. [K-Nearest Neighbor](notebooks/knn.ipynb)\n",
"1. [Mel-Frequency Ceptral Coefficients](notebooks/mfcc.ipynb)\n",
"1. [Cross Validation](notebooks/cross_validation.ipynb)\n",
"1. [Unsupervised Classification]()\n",
"1. [K-Means Clustering](notebooks/kmeans.ipynb)\n",
"1. [Nonnegative Matrix Factorization](notebooks/nmf.ipynb)\n",
"1. [Source Separation]()"
"1. [Cross Validation](notebooks/cross_validation.ipynb)"
]
},
{
......@@ -80,7 +108,9 @@
"metadata": {},
"source": [
"1. [Understanding Audio Features through Sonification](exercises/feature_sonification.ipynb)\n",
"1. [Instrument Classification using K-NN](exercises/knn_instrument_classification.ipynb)"
"1. [Instrument Classification using K-NN](exercises/knn_instrument_classification.ipynb)\n",
"1. [Unsupervised Instrument Classification using K-Means](exercises/)\n",
"1. [Source Separation using NMF](exercises/nmf_source_separation.ipynb)"
]
},
{
......
{
"metadata": {
"name": "",
"signature": "sha256:6fdc1ab1e764720916a430a54d66054f9d7b5acbd257f42c0315df27b32abc92"
"signature": "sha256:a92ad530ab974142e47c4d56f0ca34ea9aa24ae9ca7b73a6baa051e8a319a116"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "heading",
"level": 1,
"metadata": {},
"source": [
"Exercise: Source Separation using NMF"
]
},
{
"cell_type": "markdown",
"metadata": {},
......
{
"metadata": {
"name": "",
"signature": "sha256:fe5d5ea456808e1b6dd737e475dd01bba7fbb7d6f6cf84dcd06530bf14c53a05"
"signature": "sha256:783e03c8dccbe88c733ae4e2e9f5599a0fc64088161f4e1749f2001da438a6ad"
},
"nbformat": 3,
"nbformat_minor": 0,
......@@ -13,7 +13,7 @@
"level": 1,
"metadata": {},
"source": [
"Clustering"
"K-Means Clustering"
]
},
{
......
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