Skip to content

Instantly share code, notes, and snippets.

@ayoubbenaissa
Created February 4, 2019 19:52
Show Gist options
  • Save ayoubbenaissa/041bb24f784119fc0b4ba72c7af7a664 to your computer and use it in GitHub Desktop.
Save ayoubbenaissa/041bb24f784119fc0b4ba72c7af7a664 to your computer and use it in GitHub Desktop.
ANN desc
#Creating the NN:
import keras
#sequential => initialize the neural network
from keras.models import Sequential
#Dense => build layers of the neural network
from keras.layers import Dense
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment