From 07e4b9c98680db3da7c11239aac56446e2aa195c Mon Sep 17 00:00:00 2001 From: A Farzat Date: Tue, 28 Oct 2025 20:52:16 +0300 Subject: Correct directory name of ML blog post --- content/blog/csca5622-final/index.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/blog/csca5622-final/index.md (limited to 'content/blog/csca5622-final/index.md') diff --git a/content/blog/csca5622-final/index.md b/content/blog/csca5622-final/index.md new file mode 100644 index 0000000..f3747e6 --- /dev/null +++ b/content/blog/csca5622-final/index.md @@ -0,0 +1,20 @@ ++++ +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). + + + + +You can also check it on [GitHub](https://github.com/Farzat07/introduction-to-machine-learning-supervised-learning-final-assignment). -- cgit v1.2.3-70-g09d2