Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.35 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.35 KB

Name Generation with RNN

Character level Reccurent Neural Network trained with Nepali names. In order to account for the exploding gradient problem, the model was implemented with Gradient Clipping.

Loss of the RNN Model :

Loss

Names at Iteration 0 :

Screen Shot 2020-04-23 at 4 23 24 PM

Names at Iteration 316000 :

Screen Shot 2020-04-23 at 4 23 09 PM

Character level RNN architecture :

sample

Sources :

techgaun/nepali-names

Character-level Recurrent Neural Networks in Practice: Comparing Training and Sampling Schemes

The Unreasonable Effectiveness of Recurrent Neural Networks

Contributing

Pull requests are welcome.