- R Deep Learning Cookbook
- Dr. PKS Prakash Achyutuni Sri Krishna Rao
- 149字
- 2021-07-02 20:49:14
There's more...
There are three main neural network architectures in neural networks:
- Feedforward ANN: This is a class of neural network models where the flow of information is unidirectional from input to output; thus, the architecture does not form any cycle. An example of a Feedforward network is shown in the following image:

Feedforward architecture of neural networks
Feedback ANN: This is also known as the Elman recurrent network and is a class of neural networks where the error at the output node used as feedback to update iteratively to minimize errors. An example of a one layer Feedback neural network architecture is shown in the following image:

xFeedback architecture of neural networks
Lateral ANN: This is a class of neural networks between Feedback and Feedforward neural networks with neurons interacting within layers. An example lateral neural network architecture is shown in the following image:

Lateral neural network architecture
推薦閱讀
- HornetQ Messaging Developer’s Guide
- 樂高機器人設計技巧:EV3結(jié)構(gòu)設計與編程指導
- Elasticsearch for Hadoop
- Python Data Science Cookbook
- Mastering Docker
- Instant Zurb Foundation 4
- C陷阱與缺陷
- Python期貨量化交易實戰(zhàn)
- Tableau Desktop可視化高級應用
- Qt 4開發(fā)實踐
- 快樂編程:青少年思維訓練
- Extending Docker
- Tkinter GUI Application Development Blueprints
- Serverless從入門到進階:架構(gòu)、原理與實踐
- C語言開發(fā)寶典