Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 942 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 942 Bytes

generative-models

A series of notebooks implementing a suite of generative models of images.

These are meant to serve as:

  • A refresher exercise for myself on unsupervised learning models and Tensorflow (especially TF2)
  • A set of reference implementations of some basic ML components that I need for my own research.

Libraries and tools used:

To date I've implemented the following generative models:

Variational Autoencoder