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
习题6-1 分析延时神经网络、卷积神经网络和循环神经网络的异同点.
建立一个额外的延时单元,用来存储网络的历史信息
延时神经网络去掉红框中的结构(上图),即可得到卷积神经网络
循环神经网络通过使用带自反馈的神经元,能够处理任意长度的时序数据。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
题目
习题6-1 分析延时神经网络、卷积神经网络和循环神经网络的异同点.
解答
建立一个额外的延时单元,用来存储网络的历史信息
延时神经网络去掉红框中的结构(上图),即可得到卷积神经网络
循环神经网络通过使用带自反馈的神经元,能够处理任意长度的时序数据。
The text was updated successfully, but these errors were encountered: