- Hands-On Deep Learning Architectures with Python
- Yuxi (Hayden) Liu Saransh Mehta
- 227字
- 2021-06-24 14:48:11
Biological inspiration
As we mentioned earlier, deep learning is inspired by the human brain. This seems a good idea indeed. To develop the intelligence of the brain inside a machine, you need the machine to mimic the brain! Now, if you are slightly aware of how a human brain learns and memorizes things so fast, you must know that this is possible due to millions of neurons developing an interconnected network, sending signals to each other, which makes up the memory. The neuron has two major components: dendrite and axon. The dendrite acts as a receptor and combines all the signals that the neuron is receiving. The axon is connected to dendrites at the end of other neurons through synapses. Once the incoming signals cross a threshold, they flow through the axon and synapse to pass the signal to the connected neuron. The structure in which the neurons are connected to each other decides the network's capabilities. Following is a diagram of what a biological neuron might look like:

Hence, the artificial model of neural network should be a parallel network of interconnected nodes, which take in inputs from various other nodes, and pass on the output when activated. This activation phenomenon must be controlled by some sort of mathematical operations. Let's see the operations and equations next!
- 智能傳感器技術與應用
- Dreamweaver 8中文版商業案例精粹
- WOW!Illustrator CS6完全自學寶典
- 系統安裝與重裝
- 水晶石精粹:3ds max & ZBrush三維數字靜幀藝術
- Implementing Oracle API Platform Cloud Service
- 大數據驅動的設備健康預測及維護決策優化
- 具比例時滯遞歸神經網絡的穩定性及其仿真與應用
- Prometheus監控實戰
- Windows Server 2003系統安全管理
- Building a BeagleBone Black Super Cluster
- 基于敏捷開發的數據結構研究
- 工業機器人入門實用教程
- Instant Slic3r
- 算法設計與分析