Skip to content

abhi-thakur98/Soft-Computing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of Single Layer Perceptron (SLP) and Multi Layer Perceptron (MLP) in python

  • data.csv contains the data of various animals.
  • Based on the features they are classified into different classes.
  • SLP and MLP are designed to predict thier class.
  • The layer in SLP has 7 neurons.
  • MLP has two layers, the hidden layer has 10 neurons and the output layer has 7 neurons
  • Graphs have been plotted representing the relation between epochs and error

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages