Tensorflow Spelling Correction Save

Spelling correction using Deep Learning

Project README

Spelling Correction

The purpose to create this project is if we give input as wrong sentence then it will automatically correct and will give an output as right sentence.

Data Set

I have taken data from http://www.gutenberg.org/ebooks/search/?sort_order=downloads which is composed of twenty popular books.

Model

This model is designed using grid search to find the optimal architecture, and hyperparameter values. The best results, as measured by sequence loss with 15% of our data were created using a two-layered network with a bi-direction RNN in the encoding layer and Bahdanau Attention in the decoding layer.

#Command to get output on Tensorboard tensorboard --logdir=path/to/log-directory

Open Source Agenda is not affiliated with "Tensorflow Spelling Correction" Project. README Source: kunalBhashkar/tensorflow_spelling_correction
Stars
28
Open Issues
14
Last Commit
1 year ago

Open Source Agenda Badge

Open Source Agenda Rating