aboutsummaryrefslogtreecommitdiff
path: root/content/blog/csca5632-final/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/csca5632-final/index.md')
-rw-r--r--content/blog/csca5632-final/index.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/content/blog/csca5632-final/index.md b/content/blog/csca5632-final/index.md
new file mode 100644
index 0000000..209a001
--- /dev/null
+++ b/content/blog/csca5632-final/index.md
@@ -0,0 +1,18 @@
++++
+title = "Spam Email Classification (non-DL)"
+description = "Comparing different machine learning algorithms on the Spam Email Classification problem (deep learning not included)."
+date = 2025-10-22
+[taxonomies]
+tags = ["machine_learning"]
+[extra]
+styles = ["notebooks.css", ]
++++
+
+This is a small research I made on the performance of different machine learning
+models when classifying spam email. The focus is on supervised models, but without
+including deep learning models.
+
+You can also view the notebook as [a separate page](notebook.html).
+
+<!-- markdownlint-disable MD033 -->
+<iframe title="Spam Email Classification notebook" class="notebook-embed" src="notebook.html"></iframe>