Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.3.2.2 递归神经网络公式有误 #39

Open
william4s opened this issue Dec 13, 2024 · 0 comments
Open

3.3.2.2 递归神经网络公式有误 #39

william4s opened this issue Dec 13, 2024 · 0 comments

Comments

@william4s
Copy link

有三种方法可以实现RNN。最早的RNN是简单RNN([[Elman,1990]它将$h$和$x$的线性组合通过逐元素非线性函数 σ (例如,逻辑函数 σ(z)=(1+e−z)−1 或更现代的 ReLU 函数 σ(z)=max(0,z) )进行处理。

其中的公式σ(z)=(1+e−z)−1理应为$ \sigma(z) = \frac{1}{1 + e^{-z}} $

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant