Skip to content

Commit

Permalink
correct the score
Browse files Browse the repository at this point in the history
  • Loading branch information
rickiepark committed Nov 9, 2018
1 parent 72dfe34 commit a609913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 14_recurrent_neural_networks_ex_8-2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2086,7 +2086,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"If you submit this file to Kaggle competition(https://www.kaggle.com/c/how-much-did-it-rain-ii/submit), you will get about 23.76 score. It may be ranked before 100. Cool!\n",
"If you submit this file to Kaggle competition(https://www.kaggle.com/c/how-much-did-it-rain-ii/submit), you will get about 23.78 score. It may be ranked before 100. Cool!\n",
"\n",
"You can stack another `LSTM` layer and change weight initializer or optimizer. If you want to search more parameters, it's better to use `keras.wrappers.scikit_learn.KerasClassifier` with scikit-learn's `GridSearchCV`."
]
Expand Down

0 comments on commit a609913

Please sign in to comment.