/deep-learning-classification

Example of multiclass classification

Primary LanguagePython

ANN Multiclass Classification

Multiclass Classification Using Artificial Neural Network (ANN) and Keras

This classification_multiclass.py program is used to classify the multiclass data with labels such as y=1,2,3. Also, this program find the accuracy, auc score, mcc score, precision, recall, f1 score to measure the performance of the classifier using test data. In the same way, machine learning classifier such as Random Forest (RF), Support Vecrtor Machine (SVM), Multinominal Logistic Regression etc. can be used. 0rewj

Required Librarires:

  1. Keras
  2. Numpy
  3. Pandas
  4. Scikit-Learn