KaihuaHuang
|
5b3c00d462
|
Add missing images in numpy notebook (#63)
|
2019-02-11 05:51:45 -05:00 |
|
Ashwin Kandel
|
6f8bd3d60e
|
Fix incorrect return type comment for dict.values() (#58)
|
2018-09-14 22:32:57 +01:00 |
|
Tuan Vu
|
fdd2cf59ec
|
Add tuanavu/tensorflow-basic-tutorials (#56)
|
2018-03-24 20:06:37 -04:00 |
|
Donne Martin
|
a876e346be
|
Remove .DS_Store (#54)
|
2018-01-14 21:11:37 -05:00 |
|
Donne Martin
|
565136cd4a
|
Fix #49: Keras tutorial links (#52)
|
2017-08-26 08:47:27 -04:00 |
|
Donne Martin
|
38ab23e4fe
|
Add Keras tutorials resources #49 (#51)
|
2017-08-26 08:25:13 -04:00 |
|
Donne Martin
|
e0195b4a46
|
Fix LICENSE line wrapping (#47)
|
2017-05-11 21:41:23 -07:00 |
|
Donne Martin
|
ec097d1b10
|
Add license disclaimer (#46)
Clearly denote the repository license is from me, not my employer (Facebook).
|
2017-05-11 21:27:14 -07:00 |
|
Donne Martin
|
77739b309f
|
Update running-notebooks section (#44)
|
2017-04-09 22:09:01 -04:00 |
|
Donne Martin
|
0fb30ce1fe
|
Update index with deep learning topics (#43)
|
2017-03-20 21:40:44 -04:00 |
|
Donne Martin
|
d3d5aa834a
|
Merge pull request #42 from donnemartin/develop
Add notebooks for Keras, NumPy, Matplotlib, and Pandas
|
2017-03-13 04:58:54 -04:00 |
|
Donne Martin
|
877f584c76
|
Reorder notebook sections
|
2017-03-13 04:46:05 -04:00 |
|
Donne Martin
|
30c47a4596
|
Add new pandas notebooks to README
|
2017-03-13 04:43:09 -04:00 |
|
Donne Martin
|
2bf8912052
|
Add new matplotlib notebooks to README
|
2017-03-13 04:43:09 -04:00 |
|
Donne Martin
|
b17ba1d26b
|
Add new numpy notebooks to README
|
2017-03-13 04:43:09 -04:00 |
|
Donne Martin
|
23b2f7bd7b
|
Add Keras notebooks to README
Linked from https://github.com/leriomaggio/deep-learning-keras-tensorflow
|
2017-03-13 04:42:51 -04:00 |
|
Donne Martin
|
7d6fbd796e
|
Remove outdated requirements install
|
2017-03-13 04:42:51 -04:00 |
|
Donne Martin
|
1c34b46258
|
Add new matplotlib notebooks
Source: https://github.com/jakevdp/PythonDataScienceHandbook unmodified
|
2017-03-13 04:42:39 -04:00 |
|
Donne Martin
|
233b197660
|
Add new pandas notebooks
Source: https://github.com/jakevdp/PythonDataScienceHandbook unmodified
|
2017-03-13 04:42:29 -04:00 |
|
Donne Martin
|
d52331cd5a
|
Add new numpy notebooks
Source: https://github.com/jakevdp/PythonDataScienceHandbook unmodified
|
2017-03-13 04:41:59 -04:00 |
|
Shadab Shaikh
|
a238b141f3
|
Replacing deprecated initialiser function with the new one (#41)
|
2017-02-05 12:13:24 -05:00 |
|
Donne Martin
|
62f06d25d7
|
Add link to BinRoot/TensorFlow-Book (#40)
|
2016-12-18 07:18:14 -05:00 |
|
Donne Martin
|
f7eaf02d14
|
Add link to alrojo/tensorflow-tutorial (#38)
|
2016-09-30 05:52:49 -04:00 |
|
Donne Martin
|
79c035c4c1
|
Update run instructions for Jupyter Notebook 4+ (#37)
|
2016-09-08 06:28:46 -04:00 |
|
Donne Martin
|
07e6273279
|
Reorder sections in README
|
2016-07-31 08:20:51 -04:00 |
|
Donne Martin
|
b2da6e6704
|
Update applied matplotlib notebook README description
Makes the description more consistent with other notebooks.
|
2016-06-20 05:33:42 -04:00 |
|
Donne Martin
|
60735896bd
|
Update GitHub data wrangling notebook README description
Makes the description more consistent with other notebooks.
|
2016-06-04 07:17:10 -04:00 |
|
Donne Martin
|
b58a974ef2
|
Merge pull request #36 from donnemartin/develop
Add reference to nlintz/TensorFlow-Tutorials
|
2016-05-24 07:06:20 -04:00 |
|
Donne Martin
|
5ab4ecee3a
|
Add reference to nlintz/TensorFlow-Tutorials
|
2016-05-24 07:05:11 -04:00 |
|
Donne Martin
|
c1ed46758c
|
Update Churn Analysis notebook README description
Makes the description more consistent with other notebooks.
|
2016-05-05 07:19:00 -04:00 |
|
Donne Martin
|
ba5d8ef032
|
Merge pull request #32 from ReadmeCritic/master
Update README URLs based on HTTP redirects
|
2016-04-29 05:51:35 -04:00 |
|
ReadmeCritic
|
c329df49cf
|
Update README URLs based on HTTP redirects
|
2016-04-18 10:55:08 -07:00 |
|
Donne Martin
|
1e6f46ab70
|
Update Titanic notebook README description
Makes the description more consistent with other notebooks.
|
2016-04-13 21:32:36 -04:00 |
|
Donne Martin
|
faef63be22
|
Reset pandas cells to start at 1 instead of 13
|
2016-04-01 07:21:07 -04:00 |
|
Donne Martin
|
1b66ab484b
|
Merge pull request #31 from poornas/pandasfix
Fix ambiguous output and replaced deprecated functions
|
2016-03-24 18:04:39 -04:00 |
|
Poorna Krishnamoorthy
|
77400564f7
|
fixed ambiguous output for dataframe slicing of rows from specific column; replaced order() and sort_index(by=) deprecated functions with sort_values
|
2016-03-04 17:59:17 -08:00 |
|
Donne Martin
|
0446242911
|
Merge pull request #30 from Dawny33/patch-1
Replace `sort` with `sorted`
|
2016-02-26 07:00:16 -05:00 |
|
Jalem Raj Rohit
|
176172101d
|
Replaced sort with sorted
`sort` throws an error, so replaced with `sorted` which solves the same purpose
|
2016-02-25 19:41:53 +05:30 |
|
Donne Martin
|
4e8f427764
|
Merge branch 'amarrella-master'
* amarrella-master:
Add note on DataFrame recomme^Cation over RDD
Add more Spark DataFrame examples
Move DataFrames before RDDs
Added DataFrames section and cleared outputs
Added DataFrames section
|
2016-02-21 06:23:41 -05:00 |
|
Donne Martin
|
138cd1054e
|
Add note on DataFrame recomme^Cation over RDD
|
2016-02-21 06:21:59 -05:00 |
|
Donne Martin
|
34889ce7c8
|
Add more Spark DataFrame examples
|
2016-02-21 06:16:34 -05:00 |
|
Donne Martin
|
e4e1284a15
|
Move DataFrames before RDDs
|
2016-02-21 06:00:40 -05:00 |
|
Alessandro
|
b15edb7585
|
Added DataFrames section and cleared outputs
|
2016-02-20 19:49:32 +01:00 |
|
Alessandro
|
d4450573c3
|
Added DataFrames section
|
2016-02-20 19:35:22 +01:00 |
|
Donne Martin
|
09f6c35138
|
Merge pull request #28 from donnemartin/develop
Add TensorFlow tutorials by Parag K Mital.
|
2016-02-14 06:17:22 -05:00 |
|
Donne Martin
|
ee16639d97
|
Add TensorFlow tutorials by Parag K Mital.
|
2016-02-14 06:16:26 -05:00 |
|
Donne Martin
|
ddbfd9d017
|
Merge pull request #27 from donnemartin/develop
Add github-data-wrangling notebook to pandas section.
|
2016-02-07 16:20:03 -05:00 |
|
Donne Martin
|
6de3b168fb
|
Add github-data-wrangling notebook.
Demonstrates loading, cleaning, merging, and feature engineering of GitHub data from the Viz repo.
|
2016-02-07 16:18:40 -05:00 |
|
Donne Martin
|
0717c67e29
|
Merge pull request #26 from donnemartin/develop
Add Pelican commands.
|
2016-01-31 07:33:06 -05:00 |
|
Donne Martin
|
8bdf95f6a1
|
Add Pelican commands.
|
2016-01-31 07:30:51 -05:00 |
|