Commit Graph

466 Commits

Author SHA1 Message Date
Donne Martin
b424fe0ab2 Add TensorFlow multilayer perceptrons notebook. 2015-12-28 07:56:34 -05:00
Donne Martin
46bf758a40 Add TensorFlow convolutional neural networks notebook. 2015-12-28 07:55:37 -05:00
Donne Martin
6a98b3235f Add TensorFlow AlexNet notebook. 2015-12-28 07:54:42 -05:00
Donne Martin
60ebead762 Add TensorFlow nearest neighbor notebook. 2015-12-28 07:54:11 -05:00
Donne Martin
47c1483f46 Add TensorFlow logistic regression notebook. 2015-12-28 07:53:25 -05:00
Donne Martin
993f8fdc49 Add TensorFlow linear regression notebook. 2015-12-28 07:52:24 -05:00
Donne Martin
a00a1158a7 Add TensorFlow basics notebook. 2015-12-28 07:51:47 -05:00
Donne Martin
4a640dcc60 Add TensorFlow tutorials supporting material. 2015-12-28 07:49:25 -05:00
Donne Martin
1e633218e0 Break up deep learning section into subsections.
Add subsections for TensorFlow, Theano, and Misc (currently contains Caffe).
2015-12-27 23:22:47 -05:00
Donne Martin
5281bee77b Merge pull request #19 from donnemartin/feature/deep-learning
Add Theano notebooks.
2015-12-27 09:34:47 -05:00
Donne Martin
871db9ec50 Add Theano multilayer perceptrons notebook. 2015-12-27 09:32:55 -05:00
Donne Martin
73baf7a469 Add Theano recurrent neural networks notebook. 2015-12-27 09:31:45 -05:00
Donne Martin
98375d25ec Add Theano logistic regression notebook. 2015-12-27 09:28:26 -05:00
Donne Martin
78efe1b75e Add Theano scan notebook. 2015-12-27 09:27:51 -05:00
Donne Martin
3890c74403 Add Theano intro notebook. 2015-12-27 09:25:19 -05:00
Donne Martin
5172b94e91 Clean up deep learning and SciPy sections.
Standardized notebook names, added SciPy section header.
2015-12-27 07:54:31 -05:00
Donne Martin
e43d925206 Re-order sections. 2015-12-27 07:45:47 -05:00
Donne Martin
5ecc14908b Merge pull request #18 from donnemartin/feature/deep-learning
Add TensorFlow and DeepDream deep learning notebooks
2015-12-27 07:28:10 -05:00
Donne Martin
1ecb764f08 Add TensorFlow lstm notebook. 2015-12-27 07:25:44 -05:00
Donne Martin
89ada5cb96 Add TensorFlow word2vec notebook. 2015-12-27 07:25:04 -05:00
Donne Martin
4f70a5928a Add TensorFlow convolutions notebook. 2015-12-27 07:24:30 -05:00
Donne Martin
a0fe5bc62e Add TensorFlow regularization notebook. 2015-12-27 07:23:53 -05:00
Donne Martin
4c9ffb83e7 Add TensorFlow fullyconnected notebook. 2015-12-27 07:22:58 -05:00
Donne Martin
b6caa1368b Add TensorFlow notmnist notebook. 2015-12-27 07:22:02 -05:00
Donne Martin
21c2fbabdc Add tensor-flow-exercises README and docker install. 2015-12-27 07:20:46 -05:00
Donne Martin
4e5ae7c177 Fix DeepDream name. 2015-12-27 07:18:24 -05:00
Donne Martin
c590964cfd Update note on notebooks sources. 2015-12-27 07:16:43 -05:00
Donne Martin
1426c3b7be Add deep dream notebook. 2015-12-27 06:14:42 -05:00
Donne Martin
e73bdd8c49 Add .gitattributes. 2015-12-16 07:02:24 -05:00
Donne Martin
2690450e0f Fixed notebook author and license info no longer rendering properly on nbviewer. 2015-11-01 06:44:00 -05:00
Donne Martin
fe696f5efd Updated notebook author and license info. 2015-11-01 06:43:21 -05:00
Donne Martin
31c5890595 Added link to Awesome AWS in the AWS section. 2015-10-23 07:20:56 -04:00
Donne Martin
a42a89771d Updated repo intro section. 2015-10-23 07:20:18 -04:00
Donne Martin
882eddba72 Updated SAWS link. 2015-10-17 04:45:20 -04:00
Donne Martin
9e959af6d2 Added SAWS: A Superchaged Command Line Interface (CLI) to AWS section. 2015-10-04 06:39:55 -04:00
Donne Martin
179c906ab3 Merge pull request #15 from 38elements/master
Remove *.py~
2015-09-10 07:00:56 -04:00
38elements
05e2cd4cf9 Remove *.py~ 2015-09-01 23:21:37 +09:00
Donne Martin
f5e2d75713 Merge pull request #14 from AmaanC/master
Fixed a misleading comment in the numpy notebook
2015-08-21 05:33:24 -04:00
Donne Martin
a9f8646e5c Merge branch 'master' of https://github.com/donnemartin/data-science-ipython-notebooks
* 'master' of https://github.com/donnemartin/data-science-ipython-notebooks:
  Added git commands to revert a commit and to undo a push, leaving the local repo intact.
  Tweaked descrtiption for git add -u.
  Removed file with incomplete commands, used as my scratch pad.
  Added common git stash commands.
  Added snippet to style an IPython Notebook based on a CSS file.
  Added references to Pyramid, Flask, and Bottle.
  Added __init__.py
  Fixed capitalization issue.
2015-08-20 06:46:03 -04:00
Donne Martin
27d8826f13 Added command to set git upstream, useful when pulling down changes. 2015-08-20 06:45:49 -04:00
Donne Martin
79d0727912 Added git commands to revert a commit and to undo a push, leaving the local repo intact. 2015-08-18 07:19:01 -04:00
Donne Martin
35583d626c Tweaked descrtiption for git add -u. 2015-08-18 07:17:50 -04:00
Donne Martin
24862c9227 Removed file with incomplete commands, used as my scratch pad. 2015-08-18 07:16:59 -04:00
Donne Martin
e08077cb8c Added common git stash commands. 2015-08-18 07:13:28 -04:00
Donne Martin
93aeefe0c3 Added snippet to style an IPython Notebook based on a CSS file. 2015-08-18 07:10:47 -04:00
Donne Martin
7a72a3baeb Added references to Pyramid, Flask, and Bottle. 2015-08-18 07:09:31 -04:00
Donne Martin
5f334641a1 Added __init__.py 2015-08-18 07:04:55 -04:00
Donne Martin
79def1070a Fixed capitalization issue. 2015-08-18 07:04:34 -04:00
Donne Martin
9195809015 Added simplified Spark installation instructions from the repo: https://github.com/donnemartin/dev-setup. 2015-08-11 21:42:53 -04:00
Donne Martin
3aee2e1703 Added lambda functions to update a function config, add permissions, and to check policy permissions. Some lambda cleanup. 2015-08-11 21:41:26 -04:00