-
-
Save ayoubbenaissa/041bb24f784119fc0b4ba72c7af7a664 to your computer and use it in GitHub Desktop.
ANN desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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