Skip to content

Commit

Permalink
Added fma as submodule. Added more notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
kthakore committed Jun 4, 2017
1 parent 610f055 commit 10d2524
Show file tree
Hide file tree
Showing 9 changed files with 436 additions and 102 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ target/

# exclude data from source control by default
/data/

.DS_store
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "src/fma"]
path = src/fma
url = https://github.com/mdeff/fma.git
Binary file added notebooks/.DS_Store
Binary file not shown.
5 changes: 4 additions & 1 deletion notebooks/01 - Initial Research.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"3. https://channel9.msdn.com/Events/Neural-Information-Processing-Systems-Conference/Neural-Information-Processing-Systems-Conference-NIPS-2016/Generative-Adversarial-Networks\n",
"4. https://github.com/adeshpande3/Generative-Adversarial-Networks/blob/master/Generative%20Adversarial%20Networks%20Tutorial.ipynb\n",
"\n",
"### GAP \n",
"1. https://arxiv.org/pdf/1612.04021.pdf\n",
"\n",
"### Repositories \n",
"1. https://github.com/goodfeli/adversarial\n",
"\n",
Expand Down Expand Up @@ -84,7 +87,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 1,
"metadata": {
"collapsed": true
},
Expand Down
88 changes: 18 additions & 70 deletions notebooks/02 - AudioDataSet.ipynb

Large diffs are not rendered by default.

102 changes: 71 additions & 31 deletions notebooks/04 - GAN.ipynb

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions notebooks/05 - Musical Language Modelling.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# RNN and LSTM for Music\n",
"\n",
"Resources:\n",
"1. http://yoavz.com/music_rnn/\n",
"\n"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.3"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
301 changes: 301 additions & 0 deletions notebooks/xt - Plotting with D3 in iPython.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/fma
Submodule fma added at de46a7

0 comments on commit 10d2524

Please sign in to comment.