- 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
推薦閱讀
- Java面向?qū)ο笏枷肱c程序設(shè)計(jì)
- Scratch 3游戲與人工智能編程完全自學(xué)教程
- Learning AndEngine
- Java Fundamentals
- 一本書講透Java線程:原理與實(shí)踐
- 實(shí)驗(yàn)編程:PsychoPy從入門到精通
- C語言王者歸來
- Learning NHibernate 4
- 鋁合金陽極氧化與表面處理技術(shù)(第三版)
- C++ Windows Programming
- 微信小程序開發(fā)圖解案例教程:附精講視頻(第3版)
- Mastering MeteorJS Application Development
- Puppet Essentials
- C++ Game Development Cookbook
- 51單片機(jī)C語言程序設(shè)計(jì)經(jīng)典實(shí)例(第3版)