Skip to content

Commit

Permalink
Edit keras model
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhvani Patel committed Jul 18, 2017
1 parent 6fcffe9 commit 47216ce
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified __pycache__/toCheck.pypy-41.pyc
Binary file not shown.
Binary file modified __pycache__/toCheckD.pypy-41.pyc
Binary file not shown.
Binary file modified __pycache__/toCheckI.pypy-41.pyc
Binary file not shown.
Binary file modified __pycache__/toCheckS.pypy-41.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion keras_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def initData():
model.add(Dropout(0.5))
model.add(Dense(102, activation='relu'))
model.add(Dropout(0.5))
model.add(Dense(102, activation='softmax'))
model.add(Dense(102, activation='sigmoid'))


# For a binary classification problem
Expand Down

0 comments on commit 47216ce

Please sign in to comment.