Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
musicinformationretrieval-com
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
A.S.
musicinformationretrieval-com
Commits
bbfdda7b
Commit
bbfdda7b
authored
Jun 24, 2014
by
Steve Tjoa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reorganized spectral features and knn exercise
parent
24705630
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
306 additions
and
356 deletions
+306
-356
Table_of_Contents.ipynb
Table_of_Contents.ipynb
+10
-2
knn_instrument_classification.ipynb
exercises/knn_instrument_classification.ipynb
+238
-136
spectral_features.ipynb
notebooks/spectral_features.ipynb
+58
-218
No files found.
Table_of_Contents.ipynb
View file @
bbfdda7b
{
{
"metadata": {
"metadata": {
"name": "",
"name": "",
"signature": "sha256:
ba6914e86f65c927f3b3e5e0880193335eae98cda6317da50d32966ac28f77c1
"
"signature": "sha256:
5c2d491824e04ce0a7278e04803f3c8f56c68362ad164e1fa1330afd9cc674f6
"
},
},
"nbformat": 3,
"nbformat": 3,
"nbformat_minor": 0,
"nbformat_minor": 0,
...
@@ -74,7 +74,6 @@
...
@@ -74,7 +74,6 @@
"metadata": {},
"metadata": {},
"source": [
"source": [
"1. [Spectral Features](notebooks/spectral_features.ipynb)\n",
"1. [Spectral Features](notebooks/spectral_features.ipynb)\n",
"1. [Tonal Descriptors: Pitch and Chroma](notebooks/)\n",
"1. [Mel-Frequency Ceptral Coefficients](notebooks/mfcc.ipynb)\n",
"1. [Mel-Frequency Ceptral 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)"
...
@@ -92,6 +91,7 @@
...
@@ -92,6 +91,7 @@
"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",
...
@@ -101,6 +101,14 @@
...
@@ -101,6 +101,14 @@
"1. [Exercise: Unsupervised Instrument Classification using K-Means](exercises/)\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": {}
...
...
exercises/knn_instrument_classification.ipynb
View file @
bbfdda7b
This diff is collapsed.
Click to expand it.
notebooks/spectral_features.ipynb
View file @
bbfdda7b
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment