Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created February 10, 2018 14:14
Show Gist options
  • Select an option

  • Save NMZivkovic/923061793af11b40d358b1a786a6d4b0 to your computer and use it in GitHub Desktop.

Select an option

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