Commit Graph

645 Commits (e90c974205ad7498dc64d96e30afdb5a6ed0f0d4)

Author SHA1 Message Date
Aurélien Geron e90c974205 Merge pull request #370 from ayushs2k1/master
Update 01_the_machine_learning_landscape.ipynb
2021-03-02 10:28:14 +13:00
Aurélien Geron d1f037ac03 Merge pull request #371 from JeromeLovy/import_urllib.request
Import urllib.request instead of urllib
2021-03-02 10:26:46 +13:00
Aurélien Geron 51c924816e Merge pull request #388 from neonithinar/master
possible typo while loading IMDb from keras
2021-03-02 10:21:36 +13:00
Aurélien Geron 47538082f8 Merge pull request #396 from lebaste77/master
very minor change on greedy policy variable usage
2021-03-02 10:16:43 +13:00
Aurélien Geron b201196be1 Add Colab button, fixes #346 2021-03-02 10:13:13 +13:00
Aurélien Geron 346dfe6d1e Use as_frame=False when calling fetch_openml() 2021-03-02 09:29:06 +13:00
Aurélien Geron 5663779ae8 Use as_frame=False for fetch_open_ml(), and svd_solver=full for PCA, fixes #358 2021-03-02 09:19:21 +13:00
Aurélien Geron 9fede98b42 Add not about squared=False, fixes #361 2021-03-01 22:18:40 +13:00
Aurélien Geron 7cde12c648 Fix typo when calling imdb.load_data(), fixes #385 2021-03-01 19:37:18 +13:00
Aurélien Geron 01eeeb2065 Replace C with self.C, fixes #386 2021-03-01 18:50:46 +13:00
B D 64f0e05a94 Minor change on greedy policy variable usage
Chap 18, why not using directly the 'n_outputs' variable defined earlier, instead of hardcoded '2'
2021-02-28 12:02:23 +01:00
Nithin A R 72cce56187 Merge pull request #1 from neonithinar/neonithinar-patch-1
Possible typo while loading IMDb dataset
2021-02-22 13:41:51 +05:30
Nithin A R 1d7c2956d1 Possible typo while loading IMDb dataset
possible typo while loading IMDb from keras
 (X_train, y_test), (X_valid, y_test) = keras.datasets.imdb.load_data()
changed to 
(X_train, y_train), (X_test, y_test) = keras.datasets.imdb.load_data()
2021-02-22 13:41:32 +05:30
Aurélien Geron 0eb31f77c2 Replace random_state=n_clusters with random_state=42, fixes #366 2021-02-19 17:52:10 +13:00
Aurélien Geron 97af3c635b layer.updates is deprecated, and model_B.summary() instead of model.summary(), fixes #380 2021-02-19 08:26:32 +13:00
Aurélien Geron 7223978ae6 Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1 2021-02-18 22:26:11 +13:00
Aurélien Geron 749817ccfa Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1 2021-02-18 11:59:02 +13:00
Aurélien Geron 0ba6b3b5c8 Add .vscode to .gitignore 2021-02-17 22:20:15 +13:00
Aurélien Geron b7acf0c9a5 Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1 2021-02-16 18:21:45 +13:00
Aurélien Geron 14cee24b59 Add solution to exercise 9 2021-02-16 15:23:29 +13:00
Aurélien Geron f86635b233 Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1 2021-02-16 15:04:34 +13:00
Aurélien Geron 198227f586 Fix installation instructions 2021-02-15 22:28:28 +13:00
Aurélien Geron 374d9b279e Update python version 2021-02-15 21:03:21 +13:00
Aurélien Geron 44e1b9b9ff Update installation instructions and have just one environment.yml for all platforms 2021-02-15 20:31:59 +13:00
Aurélien Geron a187605710 Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1 2021-02-15 09:56:26 +13:00
Aurélien Geron cc70196eeb Fix cities CSV url 2021-02-14 15:39:03 +13:00
Aurélien Geron 670873843d Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1 2021-02-14 15:02:09 +13:00
Ayush Sharma d0f78d8816 Update 01_the_machine_learning_landscape.ipynb 2021-01-25 17:56:06 +05:30
Jerome Lovy 9b7ab19c56 Import urllib.request instead of urllib
As of January 25, 2021, in some environments, such as Colab (Python 3.6.9),
the following import statement
    import urllib
is not the right one for using urllib.request.

Indeed, calls to urllib.request functions then yield the following error:
    AttributeError: module 'urllib' has no attribute 'request'

One must import urllib.request instead.

See also https://stackoverflow.com/q/22278993
2021-01-25 11:55:32 +01:00
Aurélien Geron 8ebdcffc6b Work around TF Agents issue: env.step(1) => env.step(np.array(1)) 2020-11-23 16:52:37 +13:00
Aurélien Geron f225f59780 Update to latest library versions 2020-11-21 12:22:42 +13:00
Aurélien Geron 1e81324573 Merge pull request #212 from RichaldoElias/patch-1
Update tools_numpy.ipynb
2020-07-29 09:16:40 +12:00
Richaldo Elias fd54bc6e8c Update tools_numpy.ipynb
To create an ndarray using NumPy's `arange` function, which is similar to python's built-in `range` function
2020-07-25 18:42:30 +02:00
Aurélien Geron e90606bf69 No need to update tqdm in Colab anymore 2020-07-25 17:08:31 +12:00
Aurélien Geron 05622d26b8 Fix early stopping example, fixes #190 2020-07-06 20:46:48 +12:00
Aurélien Geron df651cafb6 Merge branch 'master' of github.com:ageron/handson-ml2 2020-07-06 20:42:38 +12:00
Aurélien Geron dbfb7e8bff Fix early stopping example, fixes #190 2020-07-06 20:42:26 +12:00
Aurélien Geron b575063c7e Merge pull request #163 from rickiepark/upstream
[Chapter 2] Fix colorbar ticks
2020-07-05 18:46:48 +12:00
Aurélien Geron a5f584c021 Merge pull request #154 from Quoding/patch-1
Fix typo in the word "enviromnent"
2020-07-05 18:43:50 +12:00
Aurélien Geron 4a48d04a1a Add a comment about sklearn.metrics.plot_confusion_matrix, fixes #142 2020-07-05 18:35:06 +12:00
Haesun Park 42196c4235 fix colorbar ticks 2020-05-09 11:40:30 +09:00
Quoding 6585a20db6 Fix typo in the word "enviromnent"
"enviroment" -> "environment"
2020-04-30 13:04:34 -04:00
Aurélien Geron cdfad2d003 Link to matrix multiplication and Hadarmard product 2020-04-24 16:54:38 +12:00
Aurélien Geron 8fb49ea7e0 plt.hist() normed renamed to density 2020-04-24 16:49:42 +12:00
Aurélien Geron 8b00e3130d Solution 9 version 4 requires TF 2.2 (add warning) 2020-04-22 19:59:35 +12:00
Aurélien Geron 1f0bbc782a Add more examples of TF-Addons seq2seq usage 2020-04-22 19:21:56 +12:00
Aurélien Geron 0f35b8192f Merge branch 'master' of github.com:ageron/handson-ml2 2020-04-21 21:14:22 +12:00
Aurélien Geron 2993c68490 Fix toc, imshow default interpolation, and detail animation rendering 2020-04-21 21:14:10 +12:00
Aurélien Geron 2a7a849d72 Merge pull request #151 from davidcotton/master
Fix typo in 'Gradient Descent, revisited' section
2020-04-21 18:02:57 +12:00
dave 326fa9ca89 Fix typo in 'Gradient Descent, revisited' section 2020-04-21 11:45:59 +10:00