除了 Logistic 之外,RSNNS 包中还有哪些激活函数可用?

Gau*_*rav 3 r neural-network

RSNNS 上的 CRAN 文档仅提到 Act_Logistic 作为隐藏层激活函数的示例。某处是否有 RSNNS 中所有可用激活函数的列表?

我专门寻找双曲正切函数的语法。

小智 5

是的,这些函数中的大部分(全部?)在 RSNNS 中都可用。你可以得到一个列表:

library(RSNNS)
RSNNS::getSnnsRFunctionTable()
Run Code Online (Sandbox Code Playgroud)