I hereby claim:
- I am tpjg on github.
- I am tpjg (https://keybase.io/tpjg) on keybase.
- I have a public key ASDnPfsgZGoksyVzyb_sBiqGMzA6zLz2wlgK5Lo3zig3Owo
To claim this, I am signing this object:
#!/usr/bin/env python | |
""" | |
Example of using Keras to implement a 1D convolutional neural network (CNN) for timeseries prediction. | |
""" | |
from __future__ import print_function, division | |
import numpy as np | |
from keras.layers import Convolution1D, Dense, MaxPooling1D, Flatten | |
from keras.models import Sequential |
I hereby claim:
To claim this, I am signing this object: