{"id":5050,"date":"2022-08-30T10:15:46","date_gmt":"2022-08-30T14:15:46","guid":{"rendered":"https:\/\/portfolios.cs.earlham.edu\/?page_id=5050"},"modified":"2025-04-15T13:28:20","modified_gmt":"2025-04-15T17:28:20","slug":"ihsan-alaeddin","status":"publish","type":"page","link":"https:\/\/portfolios.cs.earlham.edu\/index.php\/students\/2023-2\/ds488\/ihsan-alaeddin\/","title":{"rendered":"Ihsan Alaeddin"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><\/h2>\n\n\n\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p>Hello, My name is Ihsan Alaeddin and I am a senior Data Science major graduating in December 2023. This page will host my capstone project. My primary interests are software engineering, machine learning, and finance. My project is using machine learning to identify fake news.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Abstract<\/h2>\n\n\n\n<p>My plan is to use Machine Learning to detect fake news. This is done using several tools, such as training sets and classifier algorithms. This algorithm will allow the user to type (or copy and paste) the text from an article they have. Then the algorithm will detect what the most relevant frequent word is while also transferring the text to the five different classification algorithms, which, based on the majority, returns whether the text is fake or not. The plan is better described in the image below. Moreover, I implemented four different classifier algorithms, in which each classifier would give its own prediction, with an accuracy rate, to whether the text is fake or true. Once the predictions are out, the algorithm gives the final result based on the majority of the four different classifiers. If the predictions for the classifiers would be tied, it would return that the article is Fake, since two algorithms deemed that it is fake.<\/p>\n\n\n\n<p>The four different classifiers are, Passive Aggressive Classifier, Decision Tree Classifier, K-Neighbour Classifier, a Logistic Regression Classifier. A Passive Aggressive Classifier is a learning algorithm, in which it keeps updating itself the more data it is fed, when the algorithm predicts correctly it stays passive, however, if it predicts incorrectly it becomes aggressive and changes the way it&#8217;s set up to predict more accurately. A Decision Tree Classifier is structured like a tree, where the raw data we have is compared to the root, and based on that comparison we go to the next node, and we keep comparing until it is classified. The K-Neighbour Classifier works by finding the distances between a query and all the examples in the data, selecting the specified number of examples closest to the query, then votes for the most frequent label or averages the labels. The Logistic Regression Classifier uses the weighted combination of the input features and passes them through a sigmoid function. Sigmoid function transforms any real number input, to a number between 0 and 1.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Data Visualization Diagram<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"724\" src=\"https:\/\/portfolios.cs.earlham.edu\/wp-content\/uploads\/2022\/12\/90EADAE4-112B-4686-A903-EC7909B9FE6C.png\" alt=\"\" class=\"wp-image-6340\" srcset=\"https:\/\/portfolios.cs.earlham.edu\/wp-content\/uploads\/2022\/12\/90EADAE4-112B-4686-A903-EC7909B9FE6C.png 1024w, https:\/\/portfolios.cs.earlham.edu\/wp-content\/uploads\/2022\/12\/90EADAE4-112B-4686-A903-EC7909B9FE6C-300x212.png 300w, https:\/\/portfolios.cs.earlham.edu\/wp-content\/uploads\/2022\/12\/90EADAE4-112B-4686-A903-EC7909B9FE6C-768x543.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Research Poster<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/portfolios.cs.earlham.edu\/wp-content\/uploads\/2022\/12\/51658A03-C5FF-4090-851F-8C79976488D0.png\" alt=\"\" class=\"wp-image-6341\" srcset=\"https:\/\/portfolios.cs.earlham.edu\/wp-content\/uploads\/2022\/12\/51658A03-C5FF-4090-851F-8C79976488D0.png 1024w, https:\/\/portfolios.cs.earlham.edu\/wp-content\/uploads\/2022\/12\/51658A03-C5FF-4090-851F-8C79976488D0-300x169.png 300w, https:\/\/portfolios.cs.earlham.edu\/wp-content\/uploads\/2022\/12\/51658A03-C5FF-4090-851F-8C79976488D0-768x432.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">GitLab<\/h2>\n\n\n\n<p><a href=\"https:\/\/gitlab.com\/ihsanalaeddin0\/senior-capstone\/-\/blob\/main\/News_Detection_Algorithm.py\">https:\/\/gitlab.com\/ihsanalaeddin0\/senior-capstone\/-\/blob\/main\/News_Detection_Algorithm.py<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Software Demonstration video<\/h2>\n\n\n\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Senior Capstone Video\" width=\"940\" height=\"705\" src=\"https:\/\/www.youtube.com\/embed\/X1dWcdlDphU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Software Paper<\/h2>\n\n\n\n<p><a href=\"https:\/\/drive.google.com\/file\/d\/1B-55VpstxpQECJw2L0MQY-KXzpfrv3fw\/view?usp=sharing\">https:\/\/drive.google.com\/file\/d\/1B-55VpstxpQECJw2L0MQY-KXzpfrv3fw\/view?usp=sharing<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Hello, My name is Ihsan Alaeddin and I am a senior Data Science major graduating in December 2023. This page will host my capstone project. My primary interests are software engineering, machine learning, and finance. My project is using &hellip; <a href=\"https:\/\/portfolios.cs.earlham.edu\/index.php\/students\/2023-2\/ds488\/ihsan-alaeddin\/\">Read More<\/a><\/p>\n","protected":false},"author":123,"featured_media":0,"parent":5060,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5050","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Ihsan Alaeddin - CS\/DS Student Portfolios<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/portfolios.cs.earlham.edu\/index.php\/students\/2023-2\/ds488\/ihsan-alaeddin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ihsan Alaeddin - CS\/DS Student Portfolios\" \/>\n<meta property=\"og:description\" content=\"Introduction Hello, My name is Ihsan Alaeddin and I am a senior Data Science major graduating in December 2023. This page will host my capstone project. My primary interests are software engineering, machine learning, and finance. My project is using &hellip; Read More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/portfolios.cs.earlham.edu\/index.php\/students\/2023-2\/ds488\/ihsan-alaeddin\/\" \/>\n<meta property=\"og:site_name\" content=\"CS\/DS Student Portfolios\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-15T17:28:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/portfolios.cs.earlham.edu\/wp-content\/uploads\/2022\/12\/90EADAE4-112B-4686-A903-EC7909B9FE6C.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"724\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/portfolios.cs.earlham.edu\\\/index.php\\\/students\\\/2023-2\\\/ds488\\\/ihsan-alaeddin\\\/\",\"url\":\"https:\\\/\\\/portfolios.cs.earlham.edu\\\/index.php\\\/students\\\/2023-2\\\/ds488\\\/ihsan-alaeddin\\\/\",\"name\":\"Ihsan Alaeddin - CS\\\/DS Student Portfolios\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/portfolios.cs.earlham.edu\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/portfolios.cs.earlham.edu\\\/index.php\\\/students\\\/2023-2\\\/ds488\\\/ihsan-alaeddin\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/portfolios.cs.earlham.edu\\\/index.php\\\/students\\\/2023-2\\\/ds488\\\/ihsan-alaeddin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/portfolios.cs.earlham.edu\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/90EADAE4-112B-4686-A903-EC7909B9FE6C.png\",\"datePublished\":\"2022-08-30T14:15:46+00:00\",\"dateModified\":\"2025-04-15T17:28:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/portfolios.cs.earlham.edu\\\/index.php\\\/students\\\/2023-2\\\/ds488\\\/ihsan-alaeddin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/portfolios.cs.earlham.edu\\\/index.php\\\/students\\\/2023-2\\\/ds488\\\/ihsan-alaeddin\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/portfolios.cs.earlham.edu\\\/index.php\\\/students\\\/2023-2\\\/ds488\\\/ihsan-alaeddin\\\/#primaryimage\",\"url\":\"https:\\\/\\\/portfolios.cs.earlham.edu\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/90EADAE4-112B-4686-A903-EC7909B9FE6C.png\",\"contentUrl\":\"https:\\\/\\\/portfolios.cs.earlham.edu\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/90EADAE4-112B-4686-A903-EC7909B9FE6C.png\",\"width\":1024,\"height\":724},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/portfolios.cs.earlham.edu\\\/index.php\\\/students\\\/2023-2\\\/ds488\\\/ihsan-alaeddin\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/portfolios.cs.earlham.edu\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Students\",\"item\":\"https:\\\/\\\/portfolios.cs.earlham.edu\\\/index.php\\\/students\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"2023\",\"item\":\"https:\\\/\\\/portfolios.cs.earlham.edu\\\/index.php\\\/students\\\/2023-2\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"DS488\",\"item\":\"https:\\\/\\\/portfolios.cs.earlham.edu\\\/index.php\\\/students\\\/2023-2\\\/ds488\\\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Ihsan Alaeddin\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/portfolios.cs.earlham.edu\\\/#website\",\"url\":\"https:\\\/\\\/portfolios.cs.earlham.edu\\\/\",\"name\":\"CS\\\/DS Student Portfolios\",\"description\":\"AI and ML, Image Classification, Arduino\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/portfolios.cs.earlham.edu\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Ihsan Alaeddin - CS\/DS Student Portfolios","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/portfolios.cs.earlham.edu\/index.php\/students\/2023-2\/ds488\/ihsan-alaeddin\/","og_locale":"en_US","og_type":"article","og_title":"Ihsan Alaeddin - CS\/DS Student Portfolios","og_description":"Introduction Hello, My name is Ihsan Alaeddin and I am a senior Data Science major graduating in December 2023. This page will host my capstone project. My primary interests are software engineering, machine learning, and finance. My project is using &hellip; Read More","og_url":"https:\/\/portfolios.cs.earlham.edu\/index.php\/students\/2023-2\/ds488\/ihsan-alaeddin\/","og_site_name":"CS\/DS Student Portfolios","article_modified_time":"2025-04-15T17:28:20+00:00","og_image":[{"width":1024,"height":724,"url":"https:\/\/portfolios.cs.earlham.edu\/wp-content\/uploads\/2022\/12\/90EADAE4-112B-4686-A903-EC7909B9FE6C.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/portfolios.cs.earlham.edu\/index.php\/students\/2023-2\/ds488\/ihsan-alaeddin\/","url":"https:\/\/portfolios.cs.earlham.edu\/index.php\/students\/2023-2\/ds488\/ihsan-alaeddin\/","name":"Ihsan Alaeddin - CS\/DS Student Portfolios","isPartOf":{"@id":"https:\/\/portfolios.cs.earlham.edu\/#website"},"primaryImageOfPage":{"@id":"https:\/\/portfolios.cs.earlham.edu\/index.php\/students\/2023-2\/ds488\/ihsan-alaeddin\/#primaryimage"},"image":{"@id":"https:\/\/portfolios.cs.earlham.edu\/index.php\/students\/2023-2\/ds488\/ihsan-alaeddin\/#primaryimage"},"thumbnailUrl":"https:\/\/portfolios.cs.earlham.edu\/wp-content\/uploads\/2022\/12\/90EADAE4-112B-4686-A903-EC7909B9FE6C.png","datePublished":"2022-08-30T14:15:46+00:00","dateModified":"2025-04-15T17:28:20+00:00","breadcrumb":{"@id":"https:\/\/portfolios.cs.earlham.edu\/index.php\/students\/2023-2\/ds488\/ihsan-alaeddin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/portfolios.cs.earlham.edu\/index.php\/students\/2023-2\/ds488\/ihsan-alaeddin\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/portfolios.cs.earlham.edu\/index.php\/students\/2023-2\/ds488\/ihsan-alaeddin\/#primaryimage","url":"https:\/\/portfolios.cs.earlham.edu\/wp-content\/uploads\/2022\/12\/90EADAE4-112B-4686-A903-EC7909B9FE6C.png","contentUrl":"https:\/\/portfolios.cs.earlham.edu\/wp-content\/uploads\/2022\/12\/90EADAE4-112B-4686-A903-EC7909B9FE6C.png","width":1024,"height":724},{"@type":"BreadcrumbList","@id":"https:\/\/portfolios.cs.earlham.edu\/index.php\/students\/2023-2\/ds488\/ihsan-alaeddin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/portfolios.cs.earlham.edu\/"},{"@type":"ListItem","position":2,"name":"Students","item":"https:\/\/portfolios.cs.earlham.edu\/index.php\/students\/"},{"@type":"ListItem","position":3,"name":"2023","item":"https:\/\/portfolios.cs.earlham.edu\/index.php\/students\/2023-2\/"},{"@type":"ListItem","position":4,"name":"DS488","item":"https:\/\/portfolios.cs.earlham.edu\/index.php\/students\/2023-2\/ds488\/"},{"@type":"ListItem","position":5,"name":"Ihsan Alaeddin"}]},{"@type":"WebSite","@id":"https:\/\/portfolios.cs.earlham.edu\/#website","url":"https:\/\/portfolios.cs.earlham.edu\/","name":"CS\/DS Student Portfolios","description":"AI and ML, Image Classification, Arduino","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/portfolios.cs.earlham.edu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"Ihsan Alaeddin","author_link":"https:\/\/portfolios.cs.earlham.edu\/index.php\/author\/ialaed20\/"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"Introduction Hello, My name is Ihsan Alaeddin and I am a senior Data Science major graduating in December 2023. This page will host my capstone project. My primary interests are software engineering, machine learning, and finance. My project is using &hellip; Read More","_links":{"self":[{"href":"https:\/\/portfolios.cs.earlham.edu\/index.php\/wp-json\/wp\/v2\/pages\/5050","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/portfolios.cs.earlham.edu\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/portfolios.cs.earlham.edu\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/portfolios.cs.earlham.edu\/index.php\/wp-json\/wp\/v2\/users\/123"}],"replies":[{"embeddable":true,"href":"https:\/\/portfolios.cs.earlham.edu\/index.php\/wp-json\/wp\/v2\/comments?post=5050"}],"version-history":[{"count":4,"href":"https:\/\/portfolios.cs.earlham.edu\/index.php\/wp-json\/wp\/v2\/pages\/5050\/revisions"}],"predecessor-version":[{"id":9877,"href":"https:\/\/portfolios.cs.earlham.edu\/index.php\/wp-json\/wp\/v2\/pages\/5050\/revisions\/9877"}],"up":[{"embeddable":true,"href":"https:\/\/portfolios.cs.earlham.edu\/index.php\/wp-json\/wp\/v2\/pages\/5060"}],"wp:attachment":[{"href":"https:\/\/portfolios.cs.earlham.edu\/index.php\/wp-json\/wp\/v2\/media?parent=5050"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}