Skip to content

Instantly share code, notes, and snippets.

@ht93
ht93 / gist1.py
Last active October 25, 2017 15:58
HT_Keras_issue_2017_10_25
import os
import time
import numpy as np
from keras import objectives
from keras import regularizers
from keras import backend as K
from keras.layers import Input, Dense, Activation
from keras.models import Model
from keras.optimizers import Adam