المجلة الدولية للعلوم والتقنية

International Science and Technology Journal

ISSN: 2519-9854 (Online)

ISSN: 2519-9846 (Print)

DOI: www.doi.org/10.62341/ISTJ

مجلة علمية محكّمة تهتم بنشر البحوث والدراسات في مجال العلوم التطبيقية، تصدر دورياً تحت إشراف نخبة من الأساتذة

Multi-class Classification using Neural Networks

الملخص
تعرض هذه الورقة تصنيف الانماط المتعدد الفئات باستخدام الـ (Neural Networks). التصنيف هو عملية تعيين متجه للخصائص المرصودة إلى فئة محددة. يمكن فصلها إلى فئتين، الفئة الأولى هي التصنيف الثنائي و الفئة الثانية هي فصول قابلة للتغيير و هو التصنيف المتعدد. في التصنيف الثنائي، يتم إشراك فئتين فقط بينما يوجد في التصنيف متعدد الفئات عدة فئات أي أكثر من فئتين محددتين. تحتوي معظم مشكلات التصنيف في العالم الحقيقي على أكثر من فئتين، مثل تصنيف المستندات النصية، التعرف على الكلام، التعرف على الأشياء. . إلخ. قد يكون لتعامل مع عدد كبير من الفئات مشكلة، حتى بالنسبة لعدد قليل من الفئات، و قد تصبح بعض التقنيات محظورة على استخدامها في الواقع. سنناقش في هذه الورقة نهجًا مختلفًا للتصنيف المتعدد الفئات، مما يقلل من مشكلة مهام التصنيف الثنائي المتعددة، ومن ثم سنركز على القضايا بما في ذلك هندسة الشبكات العصبية الـ (Neural Networks) في التصنيف, حيث أنها تعتبر واحدة من أنجح الطرق لمشاكل التصنيف متعدد الفئات، حيث تقوم بتخطيط متجه ميزة الإدخال لخرج الشبكة التي تحتوي على أكثر من فئتين و التي تعرف بـالـ (K-class pattern). هذه الخوارزمية هي لتدريب الخلايا العصبية المخفية بشكل منفصل لتصنيف جميع الفئات المختلفة، حيث تبين أعداد الخلايا العصبية عدد الفئات في التصنيف.
Abstract
This paper presents Multi-class pattern classification using neural networks. Classification is the process of mapping a vector of observed characteristics into a defined class. It can be separated into two classes, which is binary classification andmultiple classes which is Multi classification. In binary classification, only two classes are involved while, in multiclass classification, there are more than two defined classes. Most of real-world classification problems has more than two classes, such as text document classification, speech recognition, object recognition…etc. Dealing with large number of classes can be problematic, even for small number of classes some techniques may become prohibitive to use in practice. We will discuss different approach to multi-class classification, that reduces the problem to that of multiple binary classification tasks, and then we will focuses on issues including neural network architecture in classification. Neural Networks considered one of the most successful approaches for multi-class classification problems, where it maps the input feature vector to the network output that contains more than two classes "K-class pattern". This algorithm is to train the hidden neurons separately to classify all the different classes, where the numbers of neurons determine the number of classes in the classification