Skip to content

Elman Recurrent Artificial Neural Network with 1 hidden layer. Binary Classification.

Notifications You must be signed in to change notification settings

EmreDan/RecurrentArtificialNeuralNetwork-CreditData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecurrentArtificialNeuralNetwork-CreditData

--> Binary Classification with Artificial Neural Network. <--

In this project Elman Simple Recurrent Network with 1 hidden layer is used to design and implement binary classification.

Data set (credit data) is a sample data for binary classification where class=”yes” is the positive type.

For weight updates error back-propagation is used.

As the non-linear output activation function Sigmoid function is used.

Stratified cross-validation with 10 folds is used.

The orijinal sample data is in credit-data.txt file. I've seperated good and bad classes in two text files.

About

Elman Recurrent Artificial Neural Network with 1 hidden layer. Binary Classification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages