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
24705630
Commit
24705630
authored
Jun 24, 2014
by
Steve Tjoa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding mfcc
parent
f6d90ea8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
276 additions
and
7 deletions
+276
-7
Table_of_Contents.ipynb
Table_of_Contents.ipynb
+7
-7
mfcc.ipynb
notebooks/mfcc.ipynb
+269
-0
No files found.
Table_of_Contents.ipynb
View file @
24705630
{
"metadata": {
"name": "",
"signature": "sha256:
c2091c83f372205a4ebcdce326aec16d3effc143ec24d63e1026df692ec4f383
"
"signature": "sha256:
ba6914e86f65c927f3b3e5e0880193335eae98cda6317da50d32966ac28f77c1
"
},
"nbformat": 3,
"nbformat_minor": 0,
...
...
@@ -66,19 +66,17 @@
"level": 2,
"metadata": {},
"source": [
"
Feature Extraction (work in progress)
"
"
Spectral Feature Extraction and Classification
"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"1. [Feature Extraction](notebooks/feature_extraction.ipynb)\n",
"1. [Spectral Features](notebooks/spectral_features.ipynb)\n",
"1. [Tonal Descriptors: Pitch and Chroma](notebooks/)\n",
"1. [Beat Tracking](notebooks/beat_tracking.ipynb)\n",
"1. [Tempo Estimation](notebooks/tempo_estimation.ipynb)\n",
"1. [Mel-Frequency Ceptral Coefficients](notebooks/mfcc.ipynb)\n",
"1. [K-Nearest Neighbor](notebooks/knn.ipynb)\n",
"1. [Exercise: Instrument Classification using K-NN](exercises/knn_instrument_classification.ipynb)"
]
},
...
...
@@ -87,14 +85,16 @@
"level": 2,
"metadata": {},
"source": [
"M
achine Learning
(work in progress)"
"M
ore
(work in progress)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"1. [K-Nearest Neighbor](notebooks/knn.ipynb)\n",
"1. [Feature Extraction](notebooks/feature_extraction.ipynb)\n",
"1. [Beat Tracking](notebooks/beat_tracking.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. [Cross Validation](notebooks/cross_validation.ipynb)\n",
...
...
notebooks/mfcc.ipynb
0 → 100644
View file @
24705630
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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