เช่น ในการแก้ปัญหาการจัดประเภทแบบ 3 คลาสแบบหลายคลาส ขณะที่คุณกำลังจัดประเภทตัวอย่างด้วยป้ายกำกับ A, B และ C คุณอาจเปลี่ยนโจทย์เป็นโจทย์การจัดประเภทแบบไบนารี 2 ข้อแยกกัน ก่อนอื่น คุณอาจสร้างตัวแยกประเภทแบบ 2 ค่าที่จัดหมวดหมู่ตัวอย่างโดยใช้ป้ายกำกับ A+B และป้ายกำกับ C จากนั้น คุณอาจสร้างตัวแยกประเภทแบบ 2 ค่าตัวที่ 2 ซึ่งจัดประเภทตัวอย่างที่ติดป้ายกำกับ A+B อีกครั้งโดยใช้ป้ายกำกับ A และป้ายกำกับ B
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2024-11-06 UTC"],[[["Multi-class classification extends binary classification to handle more than two classes, often by breaking the problem down into multiple binary classifications."],["In multi-class classification, each example is assigned to only one class, like classifying handwritten digits (0-9)."],["If an example can belong to multiple classes, it's called multi-label classification, which is a distinct but related concept."],["Multi-class classification can be achieved by creating a series of binary classifiers, each distinguishing between a subset of classes."]]],[]]