Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created February 10, 2018 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NMZivkovic/923061793af11b40d358b1a786a6d4b0 to your computer and use it in GitHub Desktop.
Save NMZivkovic/923061793af11b40d358b1a786a6d4b0 to your computer and use it in GitHub Desktop.
# Importing libraries
from keras.models import Sequential
from keras.layers import Dense
from keras.utils import np_utils
import numpy
import pandas as pd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment