We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
习题7-10 试分析为什么不能在循环神经网络中的循环连接上直接应用丢弃法?
对每个时刻的隐状态进行随机丢弃,会损坏循环网络在时间维度上的记忆能力
The text was updated successfully, but these errors were encountered:
No branches or pull requests
题目
习题7-10 试分析为什么不能在循环神经网络中的循环连接上直接应用丢弃法?
解答
对每个时刻的隐状态进行随机丢弃,会损坏循环网络在时间维度上的记忆能力
The text was updated successfully, but these errors were encountered: