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

人工神经网络的组成 #14

Open
zhirui1994 opened this issue Feb 1, 2019 · 0 comments
Open

人工神经网络的组成 #14

zhirui1994 opened this issue Feb 1, 2019 · 0 comments
Labels
笔记 学习笔记记录
Milestone

Comments

@zhirui1994
Copy link
Owner

人工神经网络基本包含以下组件:

  1. 接收数据并传递数据的输入层(input layer);
  2. 隐藏层(hidden layer);
  3. 输出层(output layer);
  4. 层与层之间的权重(weight);
  5. 每个隐藏层使用的激活函数(activation function);
@zhirui1994 zhirui1994 added this to the 技术 milestone Feb 1, 2019
@zhirui1994 zhirui1994 added the 笔记 学习笔记记录 label Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
笔记 学习笔记记录
Projects
None yet
Development

No branches or pull requests

1 participant