Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Suppressors, Administrators
7,785
edits
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
===Example Usecases=== | ===Example Usecases=== | ||
#Email spam filtering: The goal is to classify incoming emails as spam or | #Email spam filtering: The goal is to classify incoming emails as either spam or not spam. Using the content of the email as input data, this system outputs either "spam" or "not spam." | ||
#Credit | #Credit Risk Assessment: The aim is to classify loan applicants as either "high-risk" or "low-risk" based on their credit history and other factors. Input data includes features like income, credit score, and employment history; then an output labeled either "high-risk" or "low-risk." | ||
#Medical | #Medical Diagnosis: This task aims to classify patients as either having or not a certain disease based on their symptoms and medical history. The input data consists of features such as age, gender, blood pressure, and medical test results; the output can then be classified into either "positive" or "negative." | ||
#Fraud | #Fraud Detection: The goal is to classify financial transactions as fraudulent or non-fraudulent based on features such as the amount, location, and type of transaction. Based on these input data points, an output labeled "fraudulent" or "non-fraudulent" is generated. | ||
==How is Binary Classification Accomplished?== | ==How is Binary Classification Accomplished?== |