InterviewSolution
Saved Bookmarks
| 1. |
How do nodes communicate in a neural network? |
|
Answer» Networks are built using a neuron-like COMPUTATIONAL NODES which are able to COMMUNICATE with each other along channels, similar to the WAY synpases work. This means the output of one computational NODE will inform the processing of another. |
|