Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 869 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 869 Bytes

Deep Belief Networks

An implementation of a DBN using tensorflow implemented as part of CS 678 Advanced Neural Networks. I chose to implement this particular model because I was specifically interested in its generative capabilities. Starting from randomized input vectors the DBN was able to create some quality images, shown below.

image1 image2 image3 image4

For some more detailed information see the project writeup.