Commit Graph

  • 71c40c7aec Use OrdinalEncoder and OneHotEncoder from Scikit-Learn 0.20 instead of CategoricalEncoder Aurélien Geron 2018-05-07 11:27:59 +0200
  • 32efe073a5 Merge branch 'master' of github.com:ageron/handson-ml Aurélien Geron 2018-05-07 11:02:43 +0200
  • 6c7c6d158b Upgrade libraries to latest versions Aurélien Geron 2018-05-07 11:01:38 +0200
  • 2120a70368 Merge branch 'master' of github.com:ageron/handson-ml Aurélien Geron 2018-05-07 09:56:08 +0200
  • 53b89d7b45 Merge branch 'master' of github.com:ageron/handson-ml Aurélien Geron 2018-05-04 11:00:26 +0200
  • e3937b65d4 Merge pull request #218 from cp612sh/cn-ver-capsnet Aurélien Geron 2018-05-04 10:57:04 +0200
  • 64f6323b62 zh-cn version cp612sh 2018-05-02 21:03:33 +0800
  • 2f4fa014a4 Update and fix list of equations in book_equations.ipynb Aurélien Geron 2018-04-26 14:29:47 +0200
  • cd9dc675fc Merge branch 'master' of github.com:ageron/handson-ml Aurélien Geron 2018-04-07 17:20:04 +0200
  • 9bc4358148 Update to latest library versions Aurélien Geron 2018-04-07 17:13:20 +0200
  • 50d5c8b426 Add clustering, density estimation and anomaly detection to chapter 8 Aurélien Geron 2018-04-04 11:49:00 +0200
  • bc1973e1d1 Merge branch 'master' of github.com:ageron/handson-ml Aurélien Geron 2018-04-03 16:46:07 +0200
  • 8f6a28e6bc Improve the implementation of the test_set_check() function: faster, supports python 2 and 3, and more fine grain split (32 bits intead of 8) Aurélien Geron 2018-04-03 16:45:53 +0200
  • aaa5246d9c use ReplayMemory Nilesh PS 2018-03-28 20:07:39 +0530
  • 16e8a8cf61 use list with circular indexing instead of deque as the replay buffer Nilesh PS 2018-03-28 19:57:26 +0530
  • 9ac3c27e7b Merge pull request #197 from ziembla/ziembla-mod-openaigym Aurélien Geron 2018-03-25 16:59:39 +0200
  • 5d4e947037 Merge pull request #200 from vladimir-tikhonov/patch-1 Aurélien Geron 2018-03-25 16:11:43 +0200
  • a164ffc699 Remove uncessary reuse_vars_dict in notebook 11 Aurélien Geron 2018-03-24 22:50:29 +0100
  • b399190846 Fix small typo in numpy notebook Vladimir Tikhonov 2018-03-24 17:34:38 +0300
  • c4f82f3621 Don't try OpenAI rendering in Chapter 16 Section 3 ziembla 2018-03-21 22:35:10 +0100
  • 8263708777 Dependencies for OpenAI gym in Chapter 16 ziembla 2018-03-21 22:21:54 +0100
  • f9ac449f97 Add cmap when plotting california image, fixes #65 Aurélien Geron 2018-03-15 23:26:18 +0100
  • e9c97ff3b8 mean_squared_error(y_true, y_pred) instead of (y_pred, y_true), for clarity (result unchanged). Fixes #158 Aurélien Geron 2018-03-15 19:17:51 +0100
  • eefe262dca Fix typo (pca->rbf_pca), fixes #192 Aurélien Geron 2018-03-15 18:51:08 +0100
  • 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. Aurélien Geron 2018-03-15 18:38:58 +0100
  • fb29c3b386 Merge pull request #186 from abhinav-upadhyay/patch-1 Aurélien Geron 2018-03-15 12:22:00 +0100
  • c93eb37ff8 Merge pull request #189 from drorata/master Aurélien Geron 2018-03-15 12:21:24 +0100
  • 749a44fbc1 Fix GH188 Dror Atariah 2018-03-02 18:44:05 +0100
  • 5350ca17b1 Fix a typo: s/it/is Abhinav Upadhyay 2018-02-27 11:57:11 +0530
  • de6f9895e9 Remove duplicate code in notebook for chapter 4, fixed #180 Aurélien Geron 2018-02-21 23:04:09 +0100
  • 1a397bb3e9 Merge pull request #176 from arodiss/master Aurélien Geron 2018-02-15 10:18:24 +0100
  • 3a72a2b4aa made initial weights higher-variance arodiss 2018-02-10 19:24:56 +0200
  • a4c4c714eb Merge pull request #169 from rickiepark/params_for_warn_and_perf Aurélien Geron 2018-02-06 17:09:13 +0100
  • 1a6094a8dc Fix error in training a stacked encoder one encoder at a time (fixes #166) Aurélien Geron 2018-02-06 16:36:23 +0100
  • 31d2f0d695 add n_jobs param rickiepark 2018-01-30 17:49:44 +0900
  • 483bc589ce sync with upstream rickiepark 2018-01-30 17:26:07 +0900
  • 385d635e92 add params for avoiding warn and improving perf. rickiepark 2018-01-30 17:19:37 +0900
  • 0f46b85009 Merge branch 'master' of https://github.com/ageron/handson-ml into upstream rickiepark 2018-01-29 13:46:47 +0900
  • a6fdeb23dd Merge pull request #162 from nbgraham/patch-3 Aurélien Geron 2018-01-24 15:33:19 +0100
  • bb6b032db7 Merge pull request #160 from nbgraham/patch-1 Aurélien Geron 2018-01-24 15:01:46 +0100
  • 487dd9a2c5 Fixes precision / recall percent notation Nick Graham 2018-01-22 14:33:22 -0600
  • 4328224b7e Updates explanation to match data Nick Graham 2018-01-22 14:28:05 -0600
  • 916d64c7a2 Fixes typo Nick Graham 2018-01-22 14:08:12 -0600
  • 87040e084e Replace reduce_sum with reduce_mean: adds an extra .1% accuracy :) Aurélien Geron 2018-01-18 17:41:32 +0100
  • 94914db82e Make the code example 1-1 easier to read, and create a better `prepare_country_stats()` function Aurélien Geron 2018-01-15 17:25:17 +0100
  • 3699ad54a4 Merge remote-tracking branch 'upstream/master' into upstream rickiepark 2018-01-15 11:28:39 +0900
  • c8b7f045ee Fix hyperparameter search and comment at the end of the solution of exercise 5, chapter 2 Aurélien Geron 2018-01-14 09:11:47 +0100
  • 71a75de2f5 Merge branch 'master' of https://github.com/ageron/handson-ml into ageron rickiepark 2018-01-14 01:05:10 +0900
  • f558bf43e5 Upgrade to latest pandas version, update resampling API Aurélien Geron 2018-01-05 14:36:11 +0100
  • f3ebc0b34a Merge remote-tracking branch 'upstream/master' rickiepark 2017-12-27 18:33:07 +0900
  • 9328b858c5 add gitignore, environment.yml rickiepark 2017-12-21 16:03:37 +0900
  • 5ec679f4a5 Merge branch 'master' of github.com:ageron/handson-ml Aurélien Geron 2017-12-19 23:14:29 +0100
  • 1eaa53a6a2 Add thanks to contributors in README.md Aurélien Geron 2017-12-19 23:14:20 +0100
  • 5a7dc7901a Merge pull request #139 from ziembla/ziembla-mod Aurélien Geron 2017-12-19 22:54:19 +0100
  • f2020952d0 Fix error in MyLinearSVC, fixes #140 Aurélien Geron 2017-12-19 22:40:17 +0100
  • ed40ca2be3 Add comment about Python 3.6 SSL issue on MacOSX, fixes #145 Aurélien Geron 2017-12-19 21:35:51 +0100
  • 9dfaa950d2 Dockerfile to spaces ziembla 2017-12-11 22:02:42 +0100
  • 60bb0e4e50 Uncommentable section in Dockerfile to autosave .py and .html alongside .ipynb ziembla 2017-12-11 16:19:24 +0100
  • 1d370f4001 nbdiff_checkpoint parameter parsing fixed ziembla 2017-12-11 06:52:17 +0100
  • 30fef69ed0 rm_empty_subdirs changed to require explicit argument ziembla 2017-12-10 18:18:33 +0000
  • 2c9b0dab8a Merge branch 'master' into ziembla-mod ziembla 2017-12-10 18:53:34 +0100
  • 5bb9d6d3df help message for nbdiff_checkpoint ziembla 2017-12-10 18:38:25 +0100
  • 6e4004f16c scripts for jupyter notebooks cleanup, bin subdir on path ziembla 2017-12-09 20:17:56 +0100
  • 63c1523528 Replace n_inputs with n_outputs, fixes #125 Aurélien Geron 2017-12-07 18:57:30 -0800
  • 53c2133bc7 Merge pull request #133 from stefan-it/fix-margin-loss-formula Aurélien Geron 2017-12-07 18:27:02 -0800
  • ddb9784176 tensorflow version unpined, tensorboard support, home variable fix ziembla 2017-12-04 11:33:16 +0100
  • 107de89304 Nbdime patching ignored if the original file was changed ziembla 2017-12-01 11:28:18 +0100
  • e0b519c0a6 Merge branch 'master' into dev-woj ziembla 2017-12-01 11:04:29 +0100
  • ef9df82689 Dockerfile publishable cleanup, git diff filter testing removed ziembla 2017-12-01 10:56:36 +0100
  • 72621ecdc5 Fix the link to the first video, and add a link and an embed for the second video Aurélien Geron 2017-11-30 19:00:21 +0100
  • c50b5d9b3b capsnet: fix margin loss formula Stefan Schweter 2017-11-30 17:36:19 +0100
  • 8586120c3d Git filter testing demo ziembla 2017-11-30 12:59:26 +0100
  • 8d16b3061d Patches to nbdiff for skipping noisy metadata, some local config ziembla 2017-11-30 12:09:16 +0100
  • 4453715759 Merge branch 'master' into dev-woj ziembla 2017-11-30 06:28:52 +0100
  • e7a1273c48 Docker environment minutiae ziembla 2017-11-30 06:09:45 +0100
  • 6b166b3729 Fix a few errors in extra_capsnets.ipynb Aurélien Geron 2017-11-29 21:43:08 +0100
  • 340487cbef Merge pull request #130 from ziembla/dev-woj Aurélien Geron 2017-11-29 21:28:40 +0100
  • 7093626bc2 Jupyter switched to token authentication by default, enabled nbdime integration in git diff ziembla 2017-11-29 16:20:07 +0100
  • 93623e8cc2 Dockerfile argument to set container user UID ziembla 2017-11-28 10:33:20 +0100
  • fc355ca6b9 Rolled-back graphviz ziembla 2017-11-28 09:57:47 +0100
  • 4fa5beb93a Docker environment enhancements ziembla 2017-11-27 17:16:51 +0100
  • ca0f70a6b9 Fix latex math formatting for Jupyter.org's notebook viewer Aurélien Geron 2017-11-27 14:28:41 +0100
  • e5401ac62d Add capsule networks notebook Aurélien Geron 2017-11-27 14:21:28 +0100
  • 100e478315 Merge branch 'master' of github.com:ageron/handson-ml Aurélien Geron 2017-11-26 16:59:58 +0100
  • eb4554ed72 Merge pull request #129 from Kxrr/master Aurélien Geron 2017-11-24 17:32:39 +0100
  • 767affca86 Fix incorrect description in chapter 2 Kxrr 2017-11-25 00:02:08 +0800
  • 0cd0ed6bf9 Merge pull request #127 from StevenBunkley/dev Aurélien Geron 2017-11-22 09:17:35 +0100
  • 17bb3c4848 Remove image on stop Steven Bunkley 2017-11-21 15:06:21 -0600
  • ca1806aa1d Created docker script Steven Bunkley 2017-11-21 13:24:43 -0600
  • b17a6c8e63 Merge branch 'master' of github.com:ageron/handson-ml Aurélien Geron 2017-11-09 16:40:44 +0100
  • 8a6c7da0a9 Scale X_state down to [-1, 1] range in chapter 16 Aurélien Geron 2017-11-09 16:35:44 +0100
  • 7686839b36 Use int8 instead of float64 to represent pixel values: divides RAM footprint by 8 Aurélien Geron 2017-11-09 13:17:24 +0100
  • 2a02668e5e Fix JSON formatting in new comment in the ch 11 notebook Aurélien Geron 2017-11-03 13:43:56 +0100
  • 694f35ee16 Merge pull request #113 from ChrisQlasty/master Aurélien Geron 2017-11-03 13:38:48 +0100
  • 99b91ae989 Update 11_deep_learning.ipynb Chris Qlasty 2017-11-03 12:07:37 +0100
  • e5fb7fb175 Comments fix Chris Qlasty 2017-11-03 12:04:54 +0100
  • ef8f8a66fa 0.18 version left with 0.19 suggestions commented Chris Qlasty 2017-11-03 12:00:28 +0100
  • ca61fc15ab Scikit-learn 19.0 updates on .fit( ) arguments up. Chris Qlasty 2017-11-02 18:54:12 +0100
  • ceaef6e7a1 Scikit-learn 19.0 updates on .fit( ) arguments Chris Qlasty 2017-11-02 18:30:30 +0100
  • fd0ce384f2 Set DropoutWrapper's input_keep_prob parameter using a placeholder, fixes #111 Aurélien Geron 2017-10-27 16:19:15 +0200