https://github.com/davidadsp/gdl_code
The official code repository for examples in the O'Reilly book 'Generative Deep Learning'
https://github.com/davidadsp/gdl_code
Last synced: about 1 year ago
JSON representation
The official code repository for examples in the O'Reilly book 'Generative Deep Learning'
- Host: GitHub
- URL: https://github.com/davidadsp/gdl_code
- Owner: davidADSP
- License: gpl-3.0
- Created: 2019-02-22T08:34:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T00:57:56.000Z (over 3 years ago)
- Last Synced: 2025-04-07T20:12:04.786Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 21.6 MB
- Stars: 1,480
- Watchers: 53
- Forks: 740
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🦜 Generative Deep Learning
## [NEW] 🚀 2nd edition codebase now live!
⚠️ This repository is no longer maintained as the codebase for the 2nd edition of Generative Deep Learning is now live!
Please head over to https://github.com/davidADSP/Generative_Deep_Learning_2nd_Edition to check it out.
## Branches
The `master` branch of this repo contains the Tensorflow 1.14 code that is present in the original book (first edition)
The `tensorflow_2` branch contains updated code that runs using Tensorflow 2.
However, I recommend swiching over to the repository for the 2nd edition (see above), as it contains many new examples and improvements to the overall structure.