Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stuff from last week of competition #88

Merged
merged 7 commits into from
Jul 25, 2017
Merged

Add stuff from last week of competition #88

merged 7 commits into from
Jul 25, 2017

Conversation

lewfish
Copy link
Contributor

@lewfish lewfish commented Jul 25, 2017

This PR adds a lot of odds and ends that were put together in a hurry during the last week of the competition. We added Inception V3 as a model, which seemed to improve the score, but are not including it in this PR, since the Inception code included with Keras which we were using has a problem which we don't want to fix at the moment. See #89

Connects #79

If binary_crossentropy is loss_function, then the activation should be sigmoid
Now using the correct activation fn.
If "flying blind" and using no or little validation data, it makes sense to use the model found in the
final epoch instead of the "best" according to the validation score. Also, this fixes a bug wherein
the model from the final epochs was always used after the train_model task completed.
@lewfish lewfish merged commit 121ac6a into develop Jul 25, 2017
@lewfish lewfish deleted the lf/sgd branch July 25, 2017 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant