Guest User

Untitled

a guest
Feb 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. # Importing libraries
  2. from keras.models import Sequential
  3. from keras.layers import Dense
  4. from keras.utils import np_utils
  5. import numpy
  6. import pandas as pd
Add Comment
Please, Sign In to add comment