Aurélien Geron
|
e9c97ff3b8
|
mean_squared_error(y_true, y_pred) instead of (y_pred, y_true), for clarity (result unchanged). Fixes #158
|
2018-03-15 19:17:51 +01:00 |
Aurélien Geron
|
eefe262dca
|
Fix typo (pca->rbf_pca), fixes #192
|
2018-03-15 18:51:08 +01:00 |
Aurélien Geron
|
d9fbf7dd4c
|
LinearRegression is based on SVD, not the Normal Equation (fixes #184), also fixes #179 (mini-batch gradient descent), and updates matplotlib code to latest version.
|
2018-03-15 18:38:58 +01:00 |
Aurélien Geron
|
fb29c3b386
|
Merge pull request #186 from abhinav-upadhyay/patch-1
Fix a typo: s/it/is
|
2018-03-15 12:22:00 +01:00 |
Aurélien Geron
|
c93eb37ff8
|
Merge pull request #189 from drorata/master
Fix GH188
|
2018-03-15 12:21:24 +01:00 |
Dror Atariah
|
749a44fbc1
|
Fix GH188
|
2018-03-02 18:44:05 +01:00 |
Abhinav Upadhyay
|
5350ca17b1
|
Fix a typo: s/it/is
|
2018-02-27 11:57:11 +05:30 |
Aurélien Geron
|
de6f9895e9
|
Remove duplicate code in notebook for chapter 4, fixed #180
|
2018-02-21 23:04:09 +01:00 |
Aurélien Geron
|
1a397bb3e9
|
Merge pull request #176 from arodiss/master
made initial weights higher-variance
|
2018-02-15 10:18:24 +01:00 |
arodiss
|
3a72a2b4aa
|
made initial weights higher-variance
|
2018-02-10 19:24:56 +02:00 |
Aurélien Geron
|
a4c4c714eb
|
Merge pull request #169 from rickiepark/params_for_warn_and_perf
Params for warn and perf
|
2018-02-06 17:09:13 +01:00 |
Aurélien Geron
|
1a6094a8dc
|
Fix error in training a stacked encoder one encoder at a time (fixes #166)
|
2018-02-06 16:36:23 +01:00 |
rickiepark
|
31d2f0d695
|
add n_jobs param
|
2018-01-30 17:49:44 +09:00 |
rickiepark
|
483bc589ce
|
sync with upstream
|
2018-01-30 17:26:07 +09:00 |
rickiepark
|
385d635e92
|
add params for avoiding warn and improving perf.
|
2018-01-30 17:19:37 +09:00 |
rickiepark
|
0f46b85009
|
Merge branch 'master' of https://github.com/ageron/handson-ml into upstream
|
2018-01-29 13:46:47 +09:00 |
Aurélien Geron
|
a6fdeb23dd
|
Merge pull request #162 from nbgraham/patch-3
Ch. 3: Fixes precision / recall percent notation
|
2018-01-24 15:33:19 +01:00 |
Aurélien Geron
|
bb6b032db7
|
Merge pull request #160 from nbgraham/patch-1
Ch. 3: Fixes typo
|
2018-01-24 15:01:46 +01:00 |
Nick Graham
|
487dd9a2c5
|
Fixes precision / recall percent notation
0.95 = 95%
0.95% = 0.0095
|
2018-01-22 14:33:22 -06:00 |
Nick Graham
|
4328224b7e
|
Updates explanation to match data
|
2018-01-22 14:28:05 -06:00 |
Nick Graham
|
916d64c7a2
|
Fixes typo
|
2018-01-22 14:08:12 -06:00 |
Aurélien Geron
|
87040e084e
|
Replace reduce_sum with reduce_mean: adds an extra .1% accuracy :)
|
2018-01-18 17:41:32 +01:00 |
Aurélien Geron
|
94914db82e
|
Make the code example 1-1 easier to read, and create a better `prepare_country_stats()` function
|
2018-01-15 17:25:36 +01:00 |
rickiepark
|
3699ad54a4
|
Merge remote-tracking branch 'upstream/master' into upstream
|
2018-01-15 11:28:39 +09:00 |
Aurélien Geron
|
c8b7f045ee
|
Fix hyperparameter search and comment at the end of the solution of exercise 5, chapter 2
|
2018-01-14 09:11:47 +01:00 |
rickiepark
|
71a75de2f5
|
Merge branch 'master' of https://github.com/ageron/handson-ml into ageron
|
2018-01-14 01:05:10 +09:00 |
Aurélien Geron
|
f558bf43e5
|
Upgrade to latest pandas version, update resampling API
|
2018-01-05 14:36:11 +01:00 |
rickiepark
|
f3ebc0b34a
|
Merge remote-tracking branch 'upstream/master'
|
2017-12-27 18:33:07 +09:00 |
rickiepark
|
9328b858c5
|
add gitignore, environment.yml
|
2017-12-21 16:03:37 +09:00 |
Aurélien Geron
|
5ec679f4a5
|
Merge branch 'master' of github.com:ageron/handson-ml
|
2017-12-19 23:14:29 +01:00 |
Aurélien Geron
|
1eaa53a6a2
|
Add thanks to contributors in README.md
|
2017-12-19 23:14:20 +01:00 |
Aurélien Geron
|
5a7dc7901a
|
Merge pull request #139 from ziembla/ziembla-mod
Improvements to docker environment
|
2017-12-19 22:54:19 +01:00 |
Aurélien Geron
|
f2020952d0
|
Fix error in MyLinearSVC, fixes #140
|
2017-12-19 22:40:17 +01:00 |
Aurélien Geron
|
ed40ca2be3
|
Add comment about Python 3.6 SSL issue on MacOSX, fixes #145
|
2017-12-19 21:35:51 +01:00 |
ziembla
|
9dfaa950d2
|
Dockerfile to spaces
|
2017-12-11 22:02:42 +01:00 |
ziembla
|
60bb0e4e50
|
Uncommentable section in Dockerfile to autosave .py and .html alongside .ipynb
|
2017-12-11 16:19:24 +01:00 |
ziembla
|
1d370f4001
|
nbdiff_checkpoint parameter parsing fixed
|
2017-12-11 06:52:17 +01:00 |
ziembla
|
30fef69ed0
|
rm_empty_subdirs changed to require explicit argument
(defaulting to current dir withdrawn as potentially harmful)
|
2017-12-10 18:18:33 +00:00 |
ziembla
|
2c9b0dab8a
|
Merge branch 'master' into ziembla-mod
|
2017-12-10 18:53:34 +01:00 |
ziembla
|
5bb9d6d3df
|
help message for nbdiff_checkpoint
|
2017-12-10 18:38:25 +01:00 |
ziembla
|
6e4004f16c
|
scripts for jupyter notebooks cleanup, bin subdir on path
|
2017-12-09 20:17:56 +01:00 |
Aurélien Geron
|
63c1523528
|
Replace n_inputs with n_outputs, fixes #125
|
2017-12-07 18:57:30 -08:00 |
Aurélien Geron
|
53c2133bc7
|
Merge pull request #133 from stefan-it/fix-margin-loss-formula
capsnet: fix margin loss formula
|
2017-12-07 18:27:02 -08:00 |
ziembla
|
ddb9784176
|
tensorflow version unpined, tensorboard support, home variable fix
|
2017-12-04 12:08:22 +01:00 |
ziembla
|
107de89304
|
Nbdime patching ignored if the original file was changed
|
2017-12-01 11:28:18 +01:00 |
ziembla
|
e0b519c0a6
|
Merge branch 'master' into dev-woj
|
2017-12-01 11:04:29 +01:00 |
ziembla
|
ef9df82689
|
Dockerfile publishable cleanup, git diff filter testing removed
|
2017-12-01 10:56:36 +01:00 |
Aurélien Geron
|
72621ecdc5
|
Fix the link to the first video, and add a link and an embed for the second video
|
2017-11-30 19:00:21 +01:00 |
Stefan Schweter
|
c50b5d9b3b
|
capsnet: fix margin loss formula
|
2017-11-30 17:36:19 +01:00 |
ziembla
|
8586120c3d
|
Git filter testing demo
|
2017-11-30 12:59:26 +01:00 |