- Deep Learning Quick Reference
- Mike Bernico
- 114字
- 2021-06-24 18:40:04
The forward propagation process
Forward propagation is the process by which we attempt to predict our target variable using the features present in a single observation. Imagine we had a two-layer neural network. In the forward propagation process, we would start with the features present within that observation and then multiply those features by their associated coefficients within layer 1 and add a bias term for each neuron. After that, we would send that output to the activation for the neuron. Following that, the output would be sent to the next layer, and so on, until we reach the end of the network where we are left with our network's prediction:
>

推薦閱讀
- 繪制進程圖:可視化D++語言(第1冊)
- 輕松學PHP
- 微型計算機控制技術
- 工業機器人工程應用虛擬仿真教程:MotoSim EG-VRC
- 工業機器人入門實用教程(KUKA機器人)
- JBoss ESB Beginner’s Guide
- 機器學習流水線實戰
- Moodle Course Design Best Practices
- Apache Superset Quick Start Guide
- The Python Workshop
- 菜鳥起飛系統安裝與重裝
- Extending Ansible
- Salesforce Advanced Administrator Certification Guide
- 強化學習
- Mastering OpenStack(Second Edition)