Commit Graph

  • b39d5366f7 Right angle is pi/2, not pi/4. One reason why tau > pi ;) Aurélien Geron 2017-10-27 13:03:15 +0200
  • e09fa470ce Merge branch 'master' of github.com:ageron/handson-ml Aurélien Geron 2017-10-27 12:58:29 +0200
  • 72a747ed74 Replace test set with validation set in code example from page 269 Aurélien Geron 2017-10-27 12:58:21 +0200
  • 4a9b2fa6bc Merge pull request #107 from akellyirl/patch-1 Aurélien Geron 2017-10-25 14:57:09 +0200
  • 59ab30722e Update 15_autoencoders.ipynb akellyirl 2017-10-21 16:36:39 +0100
  • 7d7ccce9d3 Fix factorize() bug, due to housing_cat being a DataFrame, not a Series, fixes #104 Aurélien Geron 2017-10-20 20:05:09 +0200
  • da9ed522b9 Merge branch 'francotheengineer-master' Aurélien Geron 2017-10-18 09:45:16 +0200
  • 37eb9b4148 Add comment about the DeviceWrapper class since TF 1.1 Aurélien Geron 2017-10-18 09:44:57 +0200
  • b9b6066438 Merge branch 'master' of https://github.com/francotheengineer/handson-ml into francotheengineer-master Aurélien Geron 2017-10-18 09:36:00 +0200
  • 9ab4dc85f4 Merge branch 'LujunWeng-fix-deprecation-warning' Aurélien Geron 2017-10-18 09:26:46 +0200
  • aa99f78e93 Add comment for older Pandas versions Aurélien Geron 2017-10-18 09:26:33 +0200
  • b4008e3e19 Merge branch 'soma11soma11-master' Aurélien Geron 2017-10-18 09:19:09 +0200
  • 70d0ab9ec7 Improve comment format about OSX and Python 3.6, SSL certificates Aurélien Geron 2017-10-18 09:18:46 +0200
  • e9645268ef Merge branch 'master' of https://github.com/soma11soma11/handson-ml into soma11soma11-master Aurélien Geron 2017-10-18 09:13:23 +0200
  • dac2c99f11 Merge branch 'pkourdis-master' Aurélien Geron 2017-10-18 09:04:06 +0200
  • 7a9110ea47 Merge branch 'master' of https://github.com/pkourdis/handson-ml into pkourdis-master Aurélien Geron 2017-10-18 09:01:42 +0200
  • f53dc95940 Fix HOUSING_URL pannoos 2017-10-17 16:41:58 -0700
  • 34af2979c9 Roughly 40% of Titanic passengers survived, not 50% (fixes #102) Aurélien Geron 2017-10-17 11:28:55 +0200
  • 830d6e4751 Clarify stratified sampling paragraph in ch02 Aurélien Geron 2017-10-16 14:19:08 +0200
  • e287581c93 Chapter 2: Improvement of code in "Setup" & "Get the data" pannoos 2017-10-15 14:14:05 -0700
  • bbe33f7039 Chapter 2: Generic way of selecting numerical or categorical attributes pannoos 2017-10-15 04:01:07 -0700
  • 7e4f99085f Chapter 2: "Setup" & "Get the data" code improvement pannoos 2017-10-15 03:11:53 -0700
  • 80e59e1dd1 Fix call to matplotlib plot_surface() to support Matplotlib 2.1.0 Aurélien Geron 2017-10-14 18:20:18 +0200
  • 5dfb4fe5d5 Remove unecessary line (copy/paste error). Aurélien Geron 2017-10-14 08:41:42 +0200
  • ade44674cf Add datasets/flowers and datasets/spam to .gitignore Aurélien Geron 2017-10-05 13:22:34 +0200
  • d96c1644bb Add solution to exercise 7 in chapter 14 Aurélien Geron 2017-10-05 13:22:06 +0200
  • cea3be9595 Fix Inception URL (which moved) Aurélien Geron 2017-10-04 21:26:08 +0200
  • aab0bc39a9 Add spam classifier exercise solution in chapter 3 Aurélien Geron 2017-10-04 13:43:43 +0200
  • 331a737791 Merge branch 'master' of github.com:ageron/handson-ml Aurélien Geron 2017-10-04 13:43:24 +0200
  • 6053a2e254 Add exercise solutions 1 to 3 Aurélien Geron 2017-10-04 10:57:40 +0200
  • f1a5512a15 Upgrade to the latest library versions, Scikit-Learn 0.19, TensorFlow 1.3, and so on Aurélien Geron 2017-09-28 15:08:00 +0200
  • 422b2c0e10 Larger replay memory Aurélien Geron 2017-09-26 14:50:09 +0200
  • edf4006ab4 Add example preprocessing for Breakout game in notebook for chapter 16 Aurélien Geron 2017-09-25 14:08:42 +0200
  • 02c41c9bc0 Fix errors in the MsPacman DQN in the notebook for chapter 16 Aurélien Geron 2017-09-25 14:08:10 +0200
  • e1c9f61c5b added comment on SSL: CERTIFICATE_VERIFY_FAILED soma11soma11 2017-09-20 17:45:31 +0100
  • 204b6ac7ce Merge branch 'master' of github.com:ageron/handson-ml Aurélien Geron 2017-09-19 13:40:59 +0200
  • 7629334e9b Do not use LabelEncoder and LabelBinarizer, use factorize() and CategoricalEncoder instead. Aurélien Geron 2017-09-19 13:01:23 +0200
  • 236cb24e0b Add a warning before the compute-intensive cell in ch 03 Aurélien Geron 2017-09-18 09:16:40 +0200
  • dbaae16e88 Merge pull request #77 from jasrys/master Aurélien Geron 2017-09-18 08:47:31 +0200
  • 0bf0e475ab Inception model was trained with color range -1 to 1, not 0 to 1 Aurélien Geron 2017-09-17 21:15:55 +0200
  • db529298d8 Add missing 'background' Inception class Aurélien Geron 2017-09-15 21:39:09 +0200
  • 26d79edcda Scikit-Learn 0.19 Pipelines expect a list of tuples, not a tuple of tuples Aurélien Geron 2017-09-15 18:12:27 +0200
  • 134a10e4d2 Scikit-Learn 0.19 expects lists in Pipelines, not tuples Aurélien Geron 2017-09-15 18:08:43 +0200
  • ca35dddc38 Add workaround for a bug introduced by Scikit-Learn 0.19.0, in chapter 03 Aurélien Geron 2017-09-15 17:58:29 +0200
  • d016b56672 Replace V with Vt and add a note about the error in ch 8 Aurélien Geron 2017-09-15 17:52:20 +0200
  • 3d3b610634 Remove use_cudnn_on_gpu=False in notebook for chapter 13 Aurélien Geron 2017-09-15 16:52:54 +0200
  • 46c05c8ed3 Fix titles in figure 7-8 (learning rates should be 1 and 0.5) Aurélien Geron 2017-09-15 16:41:15 +0200
  • 43c95561da Fix typo where n_hidden3 was used instead of n_outputs Aurélien Geron 2017-09-15 14:48:09 +0200
  • b59d2016d6 Provide workaround and explanations about the breakage of LabelBinarizer by Scikit-Learn 0.19.0 Aurélien Geron 2017-09-15 14:40:13 +0200
  • dc901e0ada Fix typos Jason Rys 2017-08-19 08:01:55 -0700
  • e5505eeef6 Merge branch 'master' of github.com:ageron/handson-ml Aurélien Geron 2017-08-16 10:44:33 +0200
  • 95b91de6a6 Replace rnd by np.random in notebook 14 Aurélien Geron 2017-08-16 10:44:18 +0200
  • 423fffc30e Fix deprecation warning LujunW 2017-07-22 16:08:41 +0930
  • 47992e1c6f Merge pull request #53 from mc-robinson/my_changes Aurélien Geron 2017-07-13 11:32:41 +0200
  • a65ab3b154 Fixes #56, bug in DNNClassifier for batch normalization Aurélien Geron 2017-07-13 11:13:37 +0200
  • d7f5a74020 Merge branch 'master' of github.com:ageron/handson-ml Aurélien Geron 2017-07-07 21:56:40 +0200
  • df14b513f5 Fix multilabel typo Aurélien Geron 2017-07-07 21:56:30 +0200
  • f2d173fddc changed order of dot product robimc14 2017-07-07 15:29:11 -0400
  • ab869c7f58 Merge pull request #1 from francotheengineer/francotheengineer-patch-1 francotheengineer 2017-07-07 12:04:45 +0100
  • 2129ca1f27 Fixed Deep RNN Multi-gpu implementation to use tf francotheengineer 2017-07-07 12:04:17 +0100
  • 85a0bd973d Merge pull request #48 from vivek-v-rao/patch-1 Aurélien Geron 2017-06-28 09:24:00 +0200
  • 4e016769a6 removed quotes around "True" vivek-v-rao 2017-06-27 21:30:57 -0400
  • a7d692cbf9 Fix error in Equation 13-1 Aurélien Geron 2017-06-26 16:06:40 +0200
  • 1e1fa7e2ff Ensure that the equations display properly using Jupyter.org's viewer Aurélien Geron 2017-06-26 12:32:11 +0200
  • 62dc13bbfb Add pointer to Jupyter's viewer which displays equations properly Aurélien Geron 2017-06-26 12:18:36 +0200
  • 10670c6005 Add list of equations in the book Aurélien Geron 2017-06-26 12:14:57 +0200
  • b11721e1e5 Add exercise solutions for chapter 08 Aurélien Geron 2017-06-26 00:09:23 +0200
  • 6947a43d0d Add solution to exercise 9 in chapter 8 Aurélien Geron 2017-06-24 17:23:47 +0200
  • 4b264044c8 Add SELU activation function example and snip out repetitive outputs Aurélien Geron 2017-06-21 15:35:47 +0200
  • c9252677bd Fix plot_confusion_matrix() in ch 03 (fixes #42) Aurélien Geron 2017-06-19 22:28:45 +0200
  • 11b984eb92 Make fetch_housing_data() work on Windows Aurélien Geron 2017-06-18 13:52:10 +0200
  • b2ec3968f5 Add exercise solutions for chapter 11 Aurélien Geron 2017-06-14 09:09:23 +0200
  • 7f4cd72d97 Merge PR #36 by lsshawn: adds helpful notes and fixes the null rows sampling code Aurélien Geron 2017-06-08 17:11:08 +0200
  • 48718eff9d Use np.random.set_seed(42) and tf.set_random_seed(42) to make notebook's output constant Aurélien Geron 2017-06-08 15:44:00 +0200
  • 91acc2e1fd Use np.random.set_seed(42) and tf.set_random_seed(42) to make notebook's output constant Aurélien Geron 2017-06-08 15:43:16 +0200
  • 8935c61570 Adding missing figure in chapter 02 Aurélien Geron 2017-06-08 14:23:33 +0200
  • 74794da1de Use np.random.set_seed(42) and tf.set_random_seed(42) to make notebook's output constant, and simplify code in notebook 15 Aurélien Geron 2017-06-07 17:52:59 +0200
  • 045150bd95 Use np.random.set_seed(42) and tf.set_random_seed(42) to make notebook's output constant Aurélien Geron 2017-06-07 08:59:58 +0200
  • a331fe6404 Use np.random.set_seed(42) and random_state=42 make notebook's output constant Aurélien Geron 2017-06-06 23:13:43 +0200
  • 6ec768b165 Use tf.set_random_seed(42) and more to make notebook's output constant Aurélien Geron 2017-06-06 23:12:21 +0200
  • 422cd78ea6 Use default seed=42 Aurélien Geron 2017-06-06 22:44:01 +0200
  • 659ca563ae Use tf.set_random_seed(42) and more to make notebook's output constant Aurélien Geron 2017-06-06 22:39:21 +0200
  • 711a577f1a Fix figure 2-13 x-axis values and legend not showing Aurélien Geron 2017-06-06 22:28:39 +0200
  • e9a8883531 Use 'np.random' rather than 'import numpy.random as rnd', and add random_state to make notebook's output constant Aurélien Geron 2017-06-06 17:20:38 +0200
  • 1a165e2864 Use 'np.random' rather than 'import numpy.random as rnd', and add random_state to make notebook's output constant Aurélien Geron 2017-06-06 16:32:08 +0200
  • fb33333924 Use 'np.random' rather than 'import numpy.random as rnd', and add random_state to make notebook's output constant Aurélien Geron 2017-06-06 15:16:46 +0200
  • 3e87055ed9 Use 'np.random' rather than 'import numpy.random as rnd', and add random_state to make notebook's output constant Aurélien Geron 2017-06-06 15:15:20 +0200
  • 692b674196 Use 'np.random' rather than 'import numpy.random as rnd' Aurélien Geron 2017-06-06 14:26:26 +0200
  • bd6c167e09 Make notebook for ch2 output the same result every time Aurélien Geron 2017-06-06 13:21:19 +0200
  • 9910d31ec3 Upgrade notebook 14 to support TF 1.1+ (there were breaking changes with RNNs) Aurélien Geron 2017-06-05 19:18:20 +0200
  • 8a57af4efe Sync chapter 13 notebook with code samples in that chapter Aurélien Geron 2017-06-05 18:56:44 +0200
  • e6cd00f9a4 Sync chapter 11 notebook with the code samples in that chapter Aurélien Geron 2017-06-05 18:48:03 +0200
  • 6281e153cd Add exercise solutions for chapter 10, and improve code sync between book and notebook Aurélien Geron 2017-06-02 22:01:22 +0200
  • 3680f6a27c Add a few explanations in notebook 08, and better sync code with book Aurélien Geron 2017-06-02 16:02:35 +0200
  • b7779802f0 Synchronize chapter 7's code and the corresponding notebook's code Aurélien Geron 2017-06-02 10:57:06 +0200
  • 0e8579943c Add exercise solutions for chapter 6 Aurélien Geron 2017-06-02 09:43:50 +0200
  • 1bc60fe315 Make notebook code match book examples more closely in chapter 1 Aurélien Geron 2017-06-01 09:57:58 +0200
  • 88acd2b4b9 Make notebook code match book examples more closely in chapter 2 Aurélien Geron 2017-06-01 09:53:20 +0200
  • c226f328d3 Make notebook code match book examples more closely in chapter 3 Aurélien Geron 2017-06-01 09:52:10 +0200
  • 291ae3e39d Add exercise solutions for chapter 5 Aurélien Geron 2017-06-01 09:23:37 +0200