Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

Update Step4.Classifier-CNN.ipynb #8

Merged
merged 1 commit into from
May 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion notebooks/Step4.Classifier-CNN.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,9 @@
"source": [
"**☞ Observation**\n",
"\n",
"We can see that this CNN model has significantly higher performance comparing to our baseline ANN model. By using convolutional layers, our model is now better at capturing most of the important features in our training data while being resistant to noise."
"We can see that this CNN model has significantly higher performance **(around <span style=\"color:red\">0.7</span> accuracy)** comparing to our baseline ANN model (0.5). By using convolutional layers, our model is now better at capturing most of the important features in our training data while being resistant to noise.\n",
"\n",
"**This will be our final model.**"
],
"metadata": {
"collapsed": false
Expand Down