Commit d2d27546 authored by Steve Tjoa's avatar Steve Tjoa

typo: 'cepstral'

parent bbfdda7b
{ {
"metadata": { "metadata": {
"name": "", "name": "",
"signature": "sha256:5c2d491824e04ce0a7278e04803f3c8f56c68362ad164e1fa1330afd9cc674f6" "signature": "sha256:6a2bc5ddc97724cfcdc87385247ed6330d5cf9c7cb4d216e306166debb163b2e"
}, },
"nbformat": 3, "nbformat": 3,
"nbformat_minor": 0, "nbformat_minor": 0,
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
"metadata": {}, "metadata": {},
"source": [ "source": [
"1. [Spectral Features](notebooks/spectral_features.ipynb)\n", "1. [Spectral Features](notebooks/spectral_features.ipynb)\n",
"1. [Mel-Frequency Ceptral Coefficients](notebooks/mfcc.ipynb)\n", "1. [Mel-Frequency Cepstral Coefficients](notebooks/mfcc.ipynb)\n",
"1. [K-Nearest Neighbor](notebooks/knn.ipynb)\n", "1. [K-Nearest Neighbor](notebooks/knn.ipynb)\n",
"1. [Exercise: Instrument Classification using K-NN](exercises/knn_instrument_classification.ipynb)" "1. [Exercise: Instrument Classification using K-NN](exercises/knn_instrument_classification.ipynb)"
] ]
......
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