Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. import numpy as np
  2. import matplotlib.pyplot as plt
  3. from scipy.stats import norm
  4. # Keras uses TensforFlow backend as default
  5. from keras.layers import Input, Dense, Lambda, Flatten, Reshape
  6. from keras.layers import Conv1D,UpSampling1D
  7. from keras.models import Model
  8. from keras import backend as K
  9. from keras import metrics
  10. from keras.datasets import mnist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement