Circular neural Network (RNN, recurrent neural Networks) entry must be learned articles

Source: Internet
Author: User

http://colah.github.io/posts/2015-08-Understanding-LSTMs/

http://www.csdn.net/article/2015-11-25/2826323


Cyclic neural networks (recurrent neural networks,rnns) have been successful and widely used in many natural language processing (Natural Language processing, NLP). However, there are few learning materials related to Rnns online, so this series is to introduce the principle of rnns and how to achieve it. Mainly divided into the following sections to introduce the Rnns:
1. The basic introduction of Rnns and some common Rnns (the content of this article);
2. Describe in detail some of the training algorithms that are often used in Rnns, such as back propagation through Time (BPTT), real-time recurrent Learning (Rtrl), Extended Kalman Filter (EKF) and other learning algorithms, and gradient vanishing problem (vanishing gradient problem)
3. A detailed introduction to long short-term Memory (lstm, length and duration memory network);
4. Introduce clockwork Rnns (Cw-rnns, clock frequency drive cycle neural network) in detail;
5. Implement Rnns based on Python and Theano, including some common Rnns models.


Multilayer Feedback RNN (recurrent neural Network, cyclic neural network) is a kind of artificial neural network with node-directed connection into ring. The internal state of the network can show the dynamic timing behavior. Unlike Feedforward neural networks, RNN can use its internal memory to handle arbitrary sequential input sequences, which makes it easier to handle handwriting recognition, speech recognition, and so on without fragmentation.


Full recursive network (fully recurrent network)
Hopfield Network (Hopfield Network)
Elman Networks and Jordan networks
echo Status Network (Echo State network)
Long-Length Memory network (short term memery network)
Bi-directional Network (bi-directional RNN)
Persistent network (Continuous-time RNN)
Layered RNN (Hierarchical RNN)
Recurrent multilayer perceptron (recurrent multilayer perceptron)
Second-order Recurrent neural Network (Second) Recurrent neural Network)
Pollack's Continuous Cascade network (Pollack ' s sequential cascaded networks)



1. TensorFlow API Introduction http://edu.csdn.net/course/detail/4495
2. Basic TensorFlow Introductory Tutorials http://edu.csdn.net/course/detail/4369
3. C + + Standard Template Library from getting started to mastering
http://edu.csdn.net/course/detail/3324
4. Learn C + + with old rookie
http://edu.csdn.net/course/detail/2901 5. Learn python http://edu.csdn.net/course/detail/2592 6 with old rookie . Learn to use TinyXML library http://edu.csdn.net/course/detail/2590 7 in VC2015 . SVN version Management and actual combat in Windows http:// edu.csdn.net/course/detail/2579 8.Visual Studio 2015 The basic use of developing C + + programs http://edu.csdn.net/course/ detail/2570 9. Use the PROTOBUF protocol http://edu.csdn.net/course/detail/2582 10 in VC2015 . Learn to use MySQL database in VC2015
http://edu.csdn.net/course/detail/2672


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.