Commit c7208e11 authored by Steve Tjoa's avatar Steve Tjoa

fixed links for knn

parent af45602f
{
"metadata": {
"name": "",
"signature": "sha256:97e40b9cbaea16ddd001aa4bbf580d8f45ec3ea70b50585d1e2ccd18038071ad"
"signature": "sha256:f715a5084a07e4d0fbc7e724694bded7340626b350e82428991d7645976d31b3"
},
"nbformat": 3,
"nbformat_minor": 0,
......@@ -75,7 +75,7 @@
"source": [
"1. [Spectral Features](notebooks/spectral_features.ipynb)\n",
"1. [Mel-Frequency Cepstral Coefficients](notebooks/mfcc.ipynb)\n",
"1. [K-Nearest Neighbor Instrument Classification](exercises/knn_instrument_classification.ipynb)"
"1. [K-Nearest Neighbor Instrument Classification](notebooks/knn_instrument_classification.ipynb)"
]
},
{
......
{
"metadata": {
"name": "",
"signature": "sha256:d8de82bf99f9c0800bc2de937bab7ce5628a6d0a706db488c63513c6d6a80fcc"
"signature": "sha256:e7c2ef4170105fb447c7e5254f72c30905633d12c01d77338ff905e610230d34"
},
"nbformat": 3,
"nbformat_minor": 0,
......@@ -13,16 +13,16 @@
"level": 1,
"metadata": {},
"source": [
"k-Nearest Neighbour"
"K-Nearest Neighbor"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"My first audio classifier: introducing K-NN! \n",
"My first audio classifier: introducing K-NN!\n",
"\n",
"We can now appreciate why we need additional intelligence in our systems - heuristics can't go very far in the world of complex audio signals. We'll be using scikit.learn's implementation of the k-NN for our work here. It proves be a straight-forward and easy to use implementation. The steps and skills of working with one classifier will scale nicely to working with other, more complex classifiers."
"We can now appreciate why we need additional intelligence in our systems -- heuristics don't go very far in the world of complex audio signals. We'll be using scikit-learn's implementation of the k-NN for our work here. It proves be a straight-forward and easy to use implementation. The steps and skills of working with one classifier will scale nicely to working with other, more complex classifiers."
]
},
{
......
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