activations:
let sigmoid* = act:
fn: 1 / (1 + exp(-x))
deriv: fx * (1 - fx)
let tanh* = act:
fn: tanh(x)
deriv: (let t = tanh(fx); 1 - t * t)
Run
- Problem with export marker and macros b3liever
- Re: Problem with export marker and macros Stefan_Salewski
- Re: Problem with export marker and macros b3liever
- Re: Problem with export marker and macros Araq
- Re: Problem with export marker and macros b3liever
- Re: Problem with export marker and m... mratsim
- Re: Problem with export marker a... Araq
- Re: Problem with export mark... b3liever
- Re: Problem with export mark... bluenote
