Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 972 Bytes

File metadata and controls

16 lines (9 loc) · 972 Bytes

Deconvolution-for-Num-2-Image

Takes a number and generates the images of those numbers. Trained on MNIST using Deconvolution Neural Networks (Fancy word for Transposed Convolution)

Notebook has been created with markdowns and comments to make it self-explainable. Still, I'll try uploading a detailed explanation of the code.

If the given number is 288791, we convert that to [2,8,8,7,9,1] and create a batch of numbers and pass it through generator. Images generated for each number are stitched through matplotlib. Output for 288791 is

alt_text

Generator output after just 1 epoch of training,

alt text

References

[1] What is Deconvolution ?