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
8cb4de68
Commit
8cb4de68
authored
Aug 15, 2016
by
Steve Tjoa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
matplotlib inline
parent
7c22b3d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
48 deletions
+42
-48
knn_instrument_classification.html
knn_instrument_classification.html
+38
-46
knn_instrument_classification.ipynb
knn_instrument_classification.ipynb
+4
-2
No files found.
knn_instrument_classification.html
View file @
8cb4de68
This source diff could not be displayed because it is too large. You can
view the blob
instead.
knn_instrument_classification.ipynb
View file @
8cb4de68
...
...
@@ -8,6 +8,8 @@
},
"outputs": [],
"source": [
"%matplotlib inline\n",
"import seaborn\n",
"import numpy, scipy, matplotlib.pyplot as plt, sklearn, librosa, mir_eval, urllib, IPython.display, stanford_mir\n",
"plt.rcParams['figure.figsize'] = (14,5)"
]
...
...
@@ -406,7 +408,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"In addition to the features used above, extract the following features:\n",
"In addition to the features used above, extract the following features
(see librosa docs on [feature extraction](http://librosa.github.io/librosa/feature.html))
:\n",
"\n",
"- spectral centroid\n",
"- spectral spread\n",
...
...
@@ -454,7 +456,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.
6
"
"version": "2.7.
10
"
}
},
"nbformat": 4,
...
...
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