Skip to content

Commit

Permalink
Added model compile
Browse files Browse the repository at this point in the history
  • Loading branch information
AnanthVivekanand committed Oct 20, 2020
1 parent 5b6d631 commit 87d3b34
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,16 @@
"\n",
"model.add(Dense(num_labels, activation='softmax'))"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"model.compile(loss='categorical_crossentropy', metrics=['accuracy'], optimizer='adam')\n",
"model.summary()"
]
}
],
"metadata": {
Expand Down

0 comments on commit 87d3b34

Please sign in to comment.