Skip to content

itzzdeep/Learnable-Activation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Learning-Activation

The choice of Activation Functions (AF) has proven to be an important factor that affects the performance of an Artificial Neural Network (ANN). Here I am using a 1-hidden layer neural network model that adapts to the most suitable activation function according to the data-set. The ANN model can learn for itself the best AF to use by exploiting a flexible functional form k0 + k1 * x with parameters k0; k1 being learned from multiple runs using backpropagation.

About

A layer with an activation function with parameters where the parameters are learned through backprop on multiple runs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors