Realistic Handwriting Generation Using RNN's Major Project
Realistic Handwriting Generation Using RNN's Major Project
Presented by :
Mohammed Umar (1604-17-733-079)
Mohd Ehtesham Uddin Qureshi (1604-17-733-102)
Mohammed Abdul Wase (1604-17-733-112)
● RNNs are ‘fuzzy’ in the sense that they do not use exact templates
from the training data to make predictions, but rather—like other
neural networks— use their internal representation to perform a high-
dimensional interpolation between training examples
● In principle a large enough RNN should be sufficient to generate
sequences of arbitrary complexity. In practice however, standard
RNNs are unable to store information about past inputs for very long
time.
● When some texts are given as input to the system it generates the
given text and gives output in the handwriting font created.
EXISTING ARCHITECTURE
DISADVANTAGES
● parsing is inadequate.
● Randomization is seen.
PROPOSED SYSTEM
● Online handwriting is an attractive choice for sequence generation
due to its low dimensionality and ease of visualisation.
● The data used for this system were taken from the IAM online
handwriting database (IAM-OnDB)
● IAM-OnDB is divided into a training set, two validation sets and a
test set,containing handwritten lines taken from several inputs.
● Additionally, LSTM is introduced in this system which was not used
in the existing system.
● Generated text sequences one character at a time.
Proposed System Architecture
ADVANTAGES
2. Train: The data that has been preprocessed Training is done to train
the model on the preprocessed data such that we get a trained model
after this process
• With the explained model, we can achieve satisfying results. Results of the model totally
depend on its hyperparameters and bias. Tuning them properly is necessary.
• It has also introduced a novel convolutional mechanism that allows a recurrent network to
condition its predictions on an auxiliary annotation sequence, and used this approach to
synthesise diverse and realistic samples of online handwriting.
FUTURE WORK
• This project is not limited to handwriting data. It can be functional to any
sequential data with few tweaks. Moreover, in future, this designed model
can be applied in a much more useful real-time application.