Refine
Document Type
- Diploma Thesis (1)
- Study Thesis (1)
Keywords
- Beschreibungslogik (1)
- Hypertableaux (1)
- Neuronales Netz (1)
- backpropagation (1)
- bias (1)
- description logic (1)
- hypertableaux (1)
- networks (1)
- neural (1)
- recurrent (1)
Institute
- Fachbereich 4 (1)
- Institut für Informatik (1)
This thesis introduces fnnlib, a C++ library for recurrent neural network simulations that I developed between October 2009 and March 2010 at Osaka University's Graduate School of Engineering. After covering the theory behind recurrent neural networks, backpropagation through time, recurrent neural networks with parametric bias, continuous-time recurrent neural networks, and echo state networks, the design of the library is explained. All of the classes as well as their interrelationships are presented along with reasons as to why certain design decisions were made. Towards the end of the thesis, a small practical example is shown. Also, fnnlib is compared to other neural network libraries.