Skip to content

Classifier Model using Multi Layer Perceptron neural network to classify csv data

Notifications You must be signed in to change notification settings

Vishi13/Classifier-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Classifier-Model

Classifier Model using Multi Layer Perceptron neural network to classify csv data

Build the Model to classify compound as Musk or Non - Musk using the given data (musk_csv)

  • The classification model is build using Multi layer perceptron neural network as it is efficient in building classifying models because it has different layers(input,hidden,output) through which data is propagated and classify the features efficiently.

  • All the columns(features,conformation_name,ID) except class and molecule_name are taken as features(X) and class is taken as Label(Y).

  • The label is 0 if compound is Non Musk and 1 if compound is Musk.

  • The accuracy and loss graph are plotted for validation and training data.

About

Classifier Model using Multi Layer Perceptron neural network to classify csv data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published