- 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
推薦閱讀
- Learning Single:page Web Application Development
- 架構不再難(全5冊)
- Android Development with Kotlin
- Getting Started with PowerShell
- 單片機應用技術
- Apex Design Patterns
- Learning Data Mining with R
- 從零開始學C語言
- Android應用案例開發大全(第二版)
- SQL 經典實例
- Test-Driven JavaScript Development
- Java Web應用開發項目教程
- Mastering Apache Camel
- Python Social Media Analytics
- 3ds Max 2018從入門到精通