- Hands-On Java Deep Learning for Computer Vision
- Klevis Ramo
- 197字
- 2021-07-02 13:25:42
Building a single neuron with multiple outputs
As stated previously, a biological neuron provides the outputs to multiple cells. If we continue to use the example in the previous section, our neuron should forward the attained value of 0.1 to multiple cells. For this sake of this situation, let's assume that there are three neurons.
If we provide the same output of 0.1 to all the neurons, they will all give us the same output, which isn't really useful. The question that now begs an answer is why we need to provide this to three or multiple neurons, when we could do it with only one?
To make this computationally useful, we apply some weights, where each weight will have a different value. We multiply the activation function with these weights to gain different values for each neuron. Look at the example depicted in the following diagram:

Here, we can clearly see that we assign the values =2,
=-1, and
=3 to the three weights and obtain the outputs
=0.2,
=-0.1, and
=0.3. We can actually connect these different values to three neurons and the output achieved will be different.
- Hands-On Data Structures and Algorithms with Rust
- 大規(guī)模數(shù)據(jù)分析和建模:基于Spark與R
- Creating Mobile Apps with Sencha Touch 2
- MySQL基礎(chǔ)教程
- R數(shù)據(jù)科學(xué)實戰(zhàn):工具詳解與案例分析(鮮讀版)
- Oracle高性能自動化運維
- 數(shù)據(jù)革命:大數(shù)據(jù)價值實現(xiàn)方法、技術(shù)與案例
- 數(shù)據(jù)庫程序員面試筆試真題庫
- 數(shù)字媒體交互設(shè)計(初級):Web產(chǎn)品交互設(shè)計方法與案例
- 新基建:數(shù)據(jù)中心創(chuàng)新之路
- Visual FoxPro數(shù)據(jù)庫技術(shù)基礎(chǔ)
- 機器學(xué)習(xí):實用案例解析
- Filecoin原理與實現(xiàn)
- SQL Server 2008寶典(第2版)
- Oracle 11g數(shù)據(jù)庫管理與開發(fā)基礎(chǔ)教程