Commit de1f164c by geni

The end.

parent f473f1df
Showing with 1 additions and 1 deletions
......@@ -247,7 +247,7 @@ def classification_embedings_rnn(tweets_train, tweets_train_labels_numeric, twee
#model.add(Dense(16, activation='relu', kernel_initializer=glorot_uniform(seed=RANDOM_SEED), activity_regularizer=regularizers.l2(0.001)))
#model.add(Dropout(0.5))
model.add(Dense(len(CLASSES), activation='softmax'))
model.add(ActivityRegularization(l1=0.0,l2=0.001))
model.add(ActivityRegularization(l1=0.0,l2=0.0001))
# summarize the model
print(model.summary())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment