BoB robotics
The Brains on Board robotics library
BoBRobotics::GeNNModels::Sigmoid Class Reference

Non-spiking sigmoid unit. More...

#include <sigmoid.h>

Inheritance diagram for BoBRobotics::GeNNModels::Sigmoid:

Public Member Functions

 DECLARE_MODEL (Sigmoid, 2, 1)
 
 SET_SIM_CODE ("$(r) = 1.0 / (1.0 + exp(-(($(a) * $(Isyn)) - $(b))));\n")
 
 SET_PARAM_NAMES ({ "a", "b"})
 
 SET_VARS ({{"r", "scalar"}})
 

Detailed Description

Non-spiking sigmoid unit.


The documentation for this class was generated from the following file: