Skip to content

alirezag/LogisticMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogisticMap

This modules add a logistic map activation function for torch nn module. This is useful for setup chaotic RNN networks as a teacher model. The form of the function is:

y = ax(1-x)

where a is the gain of the map. Here is a sample run from the test script:

About

implements logic map activation for torch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published