Commit Graph

  • 0cd0ed6bf9 Merge pull request #127 from StevenBunkley/dev Aurélien Geron 2017-11-22 09:17:35 +01:00
  • 17bb3c4848 Remove image on stop Steven Bunkley 2017-11-21 15:06:21 -06:00
  • ca1806aa1d Created docker script Steven Bunkley 2017-11-21 13:24:43 -06:00
  • b17a6c8e63 Merge branch 'master' of github.com:ageron/handson-ml Aurélien Geron 2017-11-09 16:40:44 +01:00
  • 8a6c7da0a9 Scale X_state down to [-1, 1] range in chapter 16 Aurélien Geron 2017-11-09 16:35:44 +01:00
  • 7686839b36 Use int8 instead of float64 to represent pixel values: divides RAM footprint by 8 Aurélien Geron 2017-11-09 13:17:24 +01:00
  • 2a02668e5e Fix JSON formatting in new comment in the ch 11 notebook Aurélien Geron 2017-11-03 13:43:56 +01:00
  • 694f35ee16 Merge pull request #113 from ChrisQlasty/master Aurélien Geron 2017-11-03 13:38:48 +01:00
  • 99b91ae989 Update 11_deep_learning.ipynb Chris Qlasty 2017-11-03 12:07:37 +01:00
  • e5fb7fb175 Comments fix Chris Qlasty 2017-11-03 12:04:54 +01:00
  • ef8f8a66fa 0.18 version left with 0.19 suggestions commented Chris Qlasty 2017-11-03 12:00:28 +01:00
  • ca61fc15ab Scikit-learn 19.0 updates on .fit( ) arguments up. Chris Qlasty 2017-11-02 18:54:12 +01:00
  • ceaef6e7a1 Scikit-learn 19.0 updates on .fit( ) arguments Chris Qlasty 2017-11-02 18:30:30 +01:00
  • fd0ce384f2 Set DropoutWrapper's input_keep_prob parameter using a placeholder, fixes #111 Aurélien Geron 2017-10-27 16:19:15 +02:00
  • b39d5366f7 Right angle is pi/2, not pi/4. One reason why tau > pi ;) Aurélien Geron 2017-10-27 13:03:15 +02:00
  • e09fa470ce Merge branch 'master' of github.com:ageron/handson-ml Aurélien Geron 2017-10-27 12:58:29 +02:00
  • 72a747ed74 Replace test set with validation set in code example from page 269 Aurélien Geron 2017-10-27 12:58:21 +02:00
  • 4a9b2fa6bc Merge pull request #107 from akellyirl/patch-1 Aurélien Geron 2017-10-25 14:57:09 +02:00
  • 59ab30722e Update 15_autoencoders.ipynb akellyirl 2017-10-21 16:36:39 +01:00
  • 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 +02:00
  • da9ed522b9 Merge branch 'francotheengineer-master' Aurélien Geron 2017-10-18 09:45:16 +02:00
  • 37eb9b4148 Add comment about the DeviceWrapper class since TF 1.1 Aurélien Geron 2017-10-18 09:44:57 +02:00
  • b9b6066438 Merge branch 'master' of https://github.com/francotheengineer/handson-ml into francotheengineer-master Aurélien Geron 2017-10-18 09:36:00 +02:00
  • 9ab4dc85f4 Merge branch 'LujunWeng-fix-deprecation-warning' Aurélien Geron 2017-10-18 09:26:46 +02:00
  • aa99f78e93 Add comment for older Pandas versions Aurélien Geron 2017-10-18 09:26:33 +02:00
  • b4008e3e19 Merge branch 'soma11soma11-master' Aurélien Geron 2017-10-18 09:19:09 +02:00
  • 70d0ab9ec7 Improve comment format about OSX and Python 3.6, SSL certificates Aurélien Geron 2017-10-18 09:18:46 +02:00
  • e9645268ef Merge branch 'master' of https://github.com/soma11soma11/handson-ml into soma11soma11-master Aurélien Geron 2017-10-18 09:13:23 +02:00
  • dac2c99f11 Merge branch 'pkourdis-master' Aurélien Geron 2017-10-18 09:04:06 +02:00
  • 7a9110ea47 Merge branch 'master' of https://github.com/pkourdis/handson-ml into pkourdis-master Aurélien Geron 2017-10-18 09:01:42 +02:00
  • f53dc95940 Fix HOUSING_URL pannoos 2017-10-17 16:41:58 -07:00
  • 34af2979c9 Roughly 40% of Titanic passengers survived, not 50% (fixes #102) Aurélien Geron 2017-10-17 11:28:55 +02:00
  • 830d6e4751 Clarify stratified sampling paragraph in ch02 Aurélien Geron 2017-10-16 14:19:08 +02:00
  • e287581c93 Chapter 2: Improvement of code in "Setup" & "Get the data" pannoos 2017-10-15 14:14:05 -07:00
  • bbe33f7039 Chapter 2: Generic way of selecting numerical or categorical attributes pannoos 2017-10-15 04:01:07 -07:00
  • 7e4f99085f Chapter 2: "Setup" & "Get the data" code improvement pannoos 2017-10-15 03:11:53 -07:00
  • 80e59e1dd1 Fix call to matplotlib plot_surface() to support Matplotlib 2.1.0 Aurélien Geron 2017-10-14 18:20:18 +02:00
  • 5dfb4fe5d5 Remove unecessary line (copy/paste error). Aurélien Geron 2017-10-14 08:41:42 +02:00
  • ade44674cf Add datasets/flowers and datasets/spam to .gitignore Aurélien Geron 2017-10-05 13:22:34 +02:00
  • d96c1644bb Add solution to exercise 7 in chapter 14 Aurélien Geron 2017-10-05 13:22:06 +02:00
  • cea3be9595 Fix Inception URL (which moved) Aurélien Geron 2017-10-04 21:26:08 +02:00
  • aab0bc39a9 Add spam classifier exercise solution in chapter 3 Aurélien Geron 2017-10-04 13:43:43 +02:00
  • 331a737791 Merge branch 'master' of github.com:ageron/handson-ml Aurélien Geron 2017-10-04 13:43:24 +02:00
  • 6053a2e254 Add exercise solutions 1 to 3 Aurélien Geron 2017-10-04 10:57:40 +02:00
  • 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 +02:00
  • 422b2c0e10 Larger replay memory Aurélien Geron 2017-09-26 14:50:09 +02:00
  • edf4006ab4 Add example preprocessing for Breakout game in notebook for chapter 16 Aurélien Geron 2017-09-25 14:08:42 +02:00
  • 02c41c9bc0 Fix errors in the MsPacman DQN in the notebook for chapter 16 Aurélien Geron 2017-09-25 14:08:10 +02:00
  • e1c9f61c5b added comment on SSL: CERTIFICATE_VERIFY_FAILED soma11soma11 2017-09-20 17:45:31 +01:00
  • 204b6ac7ce Merge branch 'master' of github.com:ageron/handson-ml Aurélien Geron 2017-09-19 13:40:59 +02:00
  • 7629334e9b Do not use LabelEncoder and LabelBinarizer, use factorize() and CategoricalEncoder instead. Aurélien Geron 2017-09-19 13:01:23 +02:00
  • 236cb24e0b Add a warning before the compute-intensive cell in ch 03 Aurélien Geron 2017-09-18 09:16:40 +02:00
  • dbaae16e88 Merge pull request #77 from jasrys/master Aurélien Geron 2017-09-18 08:47:31 +02:00
  • 0bf0e475ab Inception model was trained with color range -1 to 1, not 0 to 1 Aurélien Geron 2017-09-17 21:15:55 +02:00
  • db529298d8 Add missing 'background' Inception class Aurélien Geron 2017-09-15 21:39:09 +02:00
  • 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 +02:00
  • 134a10e4d2 Scikit-Learn 0.19 expects lists in Pipelines, not tuples Aurélien Geron 2017-09-15 18:08:43 +02:00
  • 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 +02:00
  • d016b56672 Replace V with Vt and add a note about the error in ch 8 Aurélien Geron 2017-09-15 17:52:20 +02:00
  • 3d3b610634 Remove use_cudnn_on_gpu=False in notebook for chapter 13 Aurélien Geron 2017-09-15 16:52:54 +02:00
  • 46c05c8ed3 Fix titles in figure 7-8 (learning rates should be 1 and 0.5) Aurélien Geron 2017-09-15 16:41:15 +02:00
  • 43c95561da Fix typo where n_hidden3 was used instead of n_outputs Aurélien Geron 2017-09-15 14:48:09 +02:00
  • 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 +02:00
  • dc901e0ada Fix typos Jason Rys 2017-08-19 08:01:55 -07:00
  • e5505eeef6 Merge branch 'master' of github.com:ageron/handson-ml Aurélien Geron 2017-08-16 10:44:33 +02:00
  • 95b91de6a6 Replace rnd by np.random in notebook 14 Aurélien Geron 2017-08-16 10:44:18 +02:00
  • 423fffc30e Fix deprecation warning LujunW 2017-07-22 16:08:41 +09:30
  • 47992e1c6f Merge pull request #53 from mc-robinson/my_changes Aurélien Geron 2017-07-13 11:32:41 +02:00
  • a65ab3b154 Fixes #56, bug in DNNClassifier for batch normalization Aurélien Geron 2017-07-13 11:13:37 +02:00
  • d7f5a74020 Merge branch 'master' of github.com:ageron/handson-ml Aurélien Geron 2017-07-07 21:56:40 +02:00
  • df14b513f5 Fix multilabel typo Aurélien Geron 2017-07-07 21:56:30 +02:00
  • f2d173fddc changed order of dot product robimc14 2017-07-07 15:29:11 -04:00
  • ab869c7f58 Merge pull request #1 from francotheengineer/francotheengineer-patch-1 francotheengineer 2017-07-07 12:04:45 +01:00
  • 2129ca1f27 Fixed Deep RNN Multi-gpu implementation to use tf francotheengineer 2017-07-07 12:04:17 +01:00
  • 85a0bd973d Merge pull request #48 from vivek-v-rao/patch-1 Aurélien Geron 2017-06-28 09:24:00 +02:00
  • 4e016769a6 removed quotes around "True" vivek-v-rao 2017-06-27 21:30:57 -04:00
  • a7d692cbf9 Fix error in Equation 13-1 Aurélien Geron 2017-06-26 16:06:40 +02:00
  • 1e1fa7e2ff Ensure that the equations display properly using Jupyter.org's viewer Aurélien Geron 2017-06-26 12:32:11 +02:00
  • 62dc13bbfb Add pointer to Jupyter's viewer which displays equations properly Aurélien Geron 2017-06-26 12:18:36 +02:00
  • 10670c6005 Add list of equations in the book Aurélien Geron 2017-06-26 12:14:57 +02:00
  • b11721e1e5 Add exercise solutions for chapter 08 Aurélien Geron 2017-06-26 00:09:23 +02:00
  • 6947a43d0d Add solution to exercise 9 in chapter 8 Aurélien Geron 2017-06-24 17:23:47 +02:00
  • 4b264044c8 Add SELU activation function example and snip out repetitive outputs Aurélien Geron 2017-06-21 15:35:47 +02:00
  • c9252677bd Fix plot_confusion_matrix() in ch 03 (fixes #42) Aurélien Geron 2017-06-19 22:28:45 +02:00
  • 11b984eb92 Make fetch_housing_data() work on Windows Aurélien Geron 2017-06-18 13:52:10 +02:00
  • b2ec3968f5 Add exercise solutions for chapter 11 Aurélien Geron 2017-06-14 09:09:23 +02:00
  • 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 +02:00
  • 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 +02:00
  • 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 +02:00
  • 8935c61570 Adding missing figure in chapter 02 Aurélien Geron 2017-06-08 14:23:33 +02:00
  • 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 +02:00
  • 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 +02:00
  • 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 +02:00
  • 6ec768b165 Use tf.set_random_seed(42) and more to make notebook's output constant Aurélien Geron 2017-06-06 23:12:21 +02:00
  • 422cd78ea6 Use default seed=42 Aurélien Geron 2017-06-06 22:44:01 +02:00
  • 659ca563ae Use tf.set_random_seed(42) and more to make notebook's output constant Aurélien Geron 2017-06-06 22:39:21 +02:00
  • 711a577f1a Fix figure 2-13 x-axis values and legend not showing Aurélien Geron 2017-06-06 22:28:39 +02:00
  • 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 +02:00
  • 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 +02:00
  • 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 +02:00