Commit Graph

543 Commits (master)

Author SHA1 Message Date
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
Donne Martin 2902438c43 Added command to clean up the .git folder, which can get very large after awhile. 2015-08-11 21:38:22 -04:00
Donne Martin 3f7beddabc Updated command to list all installed Ruby versions. 2015-08-11 21:37:50 -04:00
Amaan Cheval 5b61e1a387 Fixed a misleading comment 2015-08-01 19:39:23 +05:30
Donne Martin 5b89566dcc Tweaked numpy and scipy images. 2015-07-31 18:45:15 -04:00
Donne Martin a5f7634d11 Fixed command to run the mrjob s3 log parser. 2015-07-31 18:44:42 -04:00
Donne Martin 210a04e921 Updated dev-setup link. 2015-07-21 07:32:44 -04:00
Donne Martin 04e5581658 Fixed link anchor for Boto. 2015-07-17 08:15:01 -04:00
Donne Martin 49cf71e672 Fixed #9: Add notebook info for Boto, the official AWS SDK for Python. 2015-07-17 08:12:22 -04:00
Donne Martin 3ab740904f Fixed #8: Add requirements file to help with installation for users who prefer not to use Anaconda. 2015-07-14 07:46:00 -04:00
Donne Martin 2731cdc456 Added link to data developer setup, scripts, and tools repo. 2015-07-10 18:04:54 -04:00
Donne Martin a821686739 Fixed #6, matplotlib-applied.ipynb imports issues. 2015-07-07 22:50:52 -04:00
Donne Martin b783620faa Updated credits section with statistical inference reference. Fixed #5. 2015-07-07 06:24:45 -04:00
Donne Martin c9acca19f7 Fixed nbviewer links for random sampling and hypothesis testing. 2015-07-05 07:23:33 -04:00
Donne Martin e1259144ab Moved statistical inference section below scikit-learn section. 2015-07-04 08:36:49 -04:00
Donne Martin 8b688c6617 Added brief SciPy description from http://docs.scipy.org/doc/scipy/reference/tutorial/general.html. 2015-07-04 08:32:54 -04:00
Donne Martin b506b5aff2 Added the following to the statistical inference scipy section: effect size, random sampling, and hypothesis testing. 2015-07-04 08:26:16 -04:00
Donne Martin 6a1a2aff7c Added to statistical inference section with scipy: hypothesis testing notebook. 2015-07-04 08:25:29 -04:00
Donne Martin 85675abda6 Added to statistical inference section with scipy: random sampling notebook 2015-07-04 08:24:58 -04:00
Donne Martin c750b5a2e0 Added to statistical inference section with scipy: effect size notebook 2015-07-04 08:24:34 -04:00
Donne Martin c7cfd5b42f Updated repo name for install instructions. 2015-07-04 07:35:21 -04:00
Donne Martin 172bcdd9ec Moved repo animation to the top so that it is visible on mobile devices without having to expand the entire README. 2015-06-26 09:05:44 -04:00
Donne Martin 720a832184 Added note about notebooks being tested with Python 2.7.x. 2015-06-26 09:01:49 -04:00
Donne Martin cdab604e9a Added contributions section. 2015-06-23 22:27:14 -04:00