Skip to content

The official code repository for examples in the O'Reilly book 'Generative Deep Learning'

License

Notifications You must be signed in to change notification settings

chengjingfeng/GDL_code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generative Deep Learning

Teaching Machines to paint, write, compose and play

The official code repository for examples in the O'Reilly book 'Generative Deep Learning' This repository will be constantly updated as new chapters are relased.

Structure

This repository is structured as follows:

The notebooks for each chapter are in the root of the repository, prefixed with the chapter number.

The data folder is where to download relevant data sources (chapter 3 onwards) The run folder stores output from the generative models (chapter 3 onwards) The utils folder stores useful functions that are sourced by the main notebooks

Book Contents

  • Chapter 1: Generative Modelling
  • Chapter 2: Deep Learning
  • Chapter 3: Variational Autoencoders
  • Chapter 4: Generative Adversarial Networks
  • Chapter 5: Paint
  • Chapter 6: Write
  • Chapter 7: Compose
  • Chapter 8: Play
  • Chapter 9: Conclusion

Getting started

To get started, first install the required library inside a virtual environment:

pip install -r requirements.txt

About

The official code repository for examples in the O'Reilly book 'Generative Deep Learning'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 94.2%
  • Python 5.8%