Commit Graph

65 Commits (main)

Author SHA1 Message Date
Aurélien Geron 98929ef528 Replace gym with gymnasium 2024-01-30 18:06:36 +13:00
Aurélien Geron bde6c1704e Update libraries 2023-11-14 18:09:29 +13:00
Aurélien Geron a5060da577 Remove unused libraries 2022-09-25 23:53:34 +13:00
Aurélien Geron df58dd2a70 Update gym to 0.26.1 2022-09-25 21:43:17 +13:00
Aurélien Geron 2228feb218 Update gym library, and remove unneeded libraries for headless servers 2022-09-24 12:23:42 +12:00
Aurélien Geron 17f4f27355 Add missing statsmodels library for chapter 15 2022-09-23 12:12:06 +12:00
Aurélien Geron 79ce441212 Update lib versions and add pydot, fixes #29 2022-09-22 19:14:01 +12:00
Victor Khaustov 248c9a78d7 Fix typos in ML project checklist and requirements 2022-05-12 15:39:15 +09:00
Aurélien Geron b01d1862f3 Add keras-tuner, google cloud aiplatform, and google cloud storage 2022-04-16 17:32:04 +12:00
Aurélien Geron a2f8391951 Upgrade to TensorFlow 2.8 2022-03-01 11:41:27 +13:00
Aurélien Geron 8745a9c2ac Update lib versions 2022-02-19 18:49:54 +13:00
Aurélien Geron 02e131ad04 Upgrade scikit-learn to 1.0.1, and remove note on atari_py since we use ale_py now 2021-10-29 09:36:29 +13:00
Aurélien Geron 4b5d49dfe5 Warn that install Box2D using pip requires swig and C++ build tools 2021-10-20 10:28:52 +13:00
Aurélien Geron f8cf0148d2 Remove redundant ale-py 2021-10-18 16:27:57 +13:00
Aurélien Geron 90927494b4 Fix chapter numbers 2021-10-18 13:55:04 +13:00
Aurélien Geron 98f107eaa0 Auto download atari ROMs 2021-10-17 19:21:13 +13:00
Aurélien Geron 37df539ab1 upgrade atari_py 2021-10-16 21:53:44 +13:00
Aurélien Geron 7e2b642ee8 Update to Python 3.8 2021-10-16 18:14:20 +13:00
Aurélien Geron 0d3829f2fc Update libraries to latest versions, including Sklearn 1.0 and TF 2.6 2021-10-10 23:44:40 +13:00
Aurélien Geron 7fc088e23d Use atari_py version with ROMs 2021-09-21 16:41:01 +12:00
dependabot[bot] f69cbc8d27 Bump pillow from 8.2.0 to 8.3.2
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 8.3.2.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/8.2.0...8.3.2)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 00:42:46 +00:00
Aurélien Geron f239b55191 Update scikit-learn to 0.24.2 2021-08-27 15:47:06 +12:00
Aurélien Geron fd4c180f93 Bump tensorflow up to 2.4.2 2021-06-24 10:25:57 +12:00
dependabot[bot] 8dcbe727e1 Bump pillow from 8.1.2 to 8.2.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.2 to 8.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/8.1.2...8.2.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 19:32:50 +00:00
Aurélien Geron 58f006a72d Add Box2D for LunarLander-v2 exercise solution in chapter 18 2021-03-20 11:23:53 +13:00
Aurélien Geron 8cf72920b9 Upgrade Pillow library 2021-03-19 10:56:39 +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
Aurélien Geron f225f59780 Update to latest library versions 2020-11-21 12:22:42 +13:00
Aurélien Geron 397d2600f7 Add the transformers library, along with spacy and ftfy 2020-04-19 16:15:29 +12:00
Aurélien Geron a22f9e578e Update requirements.txt 2020-04-03 22:17:57 +13:00
dependabot[bot] 5323593ddd Bump tensorflow from 2.0.0 to 2.0.1
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.0.0...v2.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-01-28 21:40:26 +00:00
Aurélien Geron 1f542d2757 Update requirements.txt and send Anaconda love 2019-12-16 23:18:29 +08:00
Aurélien Geron b286375b97 Upgrade TFDS, TFX and TF Serving API 2019-11-05 21:14:56 +08:00
Aurélien Geron b5cbdc9276 Add environment.yml for conda, and update Dockerfile to use it 2019-10-13 21:56:08 +08:00
Aurélien Geron 23b6366c39 Update to TF 2.0.0 (from nightly) and update other libraries 2019-10-13 00:19:05 +09:30
Aurélien Geron 0c4a9820fd Update to nltk 3.4.5 (security patch) 2019-08-27 13:26:02 +08:00
Aurélien Geron e9ae4997a5 Update requirements, e.g. add tf-agents, tf serving api, etc. 2019-06-08 12:01:58 +08:00
Aurélien Geron 7335c9d5c0 Use separate joblib package rather than the one in sklearn (which is deprecated) 2019-04-26 21:22:15 +08:00
Aurélien Geron 33d1894dc1 Update requirements to use TensorFlow 2.0 alpha0 2019-04-20 13:05:52 +08:00
Aurélien Geron 2f78d1f1e5 Add tf datasets, tf hub, tf probability and tf transform to requirements 2019-03-15 12:07:50 +08:00
Aurélien Geron 990fb1a453 Add notebook for chapter 13, loading and preprocessing data 2019-03-14 09:15:09 +08:00
Aurélien Geron 0e5f18997c Remove jupyter extensions, make nbdime optional, and only install tf-nightly-2.0-preview, not gpu version 2019-01-22 12:44:04 +08:00
Aurélien Geron 6b8dff91d0 Update all notebooks assuming we are all in the future now: sklearn 0.20+, python 3.5+, TF 2.0 preview 2019-01-18 23:08:37 +08:00
Aurélien Geron d0e489afa4 Update requirements.txt to latest version of each library 2018-12-22 12:50:20 +08:00
Aurélien Geron 8b93240d30 Update requirements.txt to latest version of each library 2018-12-22 12:48:39 +08:00
Aurélien Geron ef2a7b5bd0 Add jupyter-tensorboard to requirements.txt, it's pretty handy 2018-05-18 20:53:38 +02:00
Aurélien Geron 6c7c6d158b Upgrade libraries to latest versions 2018-05-07 11:01:38 +02:00
Aurélien Geron 9bc4358148 Update to latest library versions 2018-04-07 17:13:20 +02:00
Aurélien Geron f1a5512a15 Upgrade to the latest library versions, Scikit-Learn 0.19, TensorFlow 1.3, and so on 2017-09-28 15:08:00 +02:00
Aurélien Geron c2be4a9be6 Make gym optional 2017-02-17 14:52:28 +01:00