Skip to content

This is implementation of A Neural Probabilistic Language Model paper from 2003 from scratch without using any inbuilt python functions. The implementation is building a neural net to generate new names given it is trained with person names.

Notifications You must be signed in to change notification settings

prabhas2002/A-Neural-Probabilistic-Language-Model-2003

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A-Neural-Probabilistic-Language-Model-2003

This is implementation of A Neural Probabilistic Language Model paper from 2003 from scratch without using any inbuilt python functions. The implementation is building a neural net to generate new names given it is trained with person names.

The same code can be used to generate new sentences and passages ,given that it is trained on sufficiently huge training data.

On the top of that basic implemntations , I have included some good practices like batch normalization, Zaviour initilization , Adam optimizer and these samples from each model are commented at the end of code.

The link to original papar is : https://dl.acm.org/doi/10.5555/944919.944966

About

This is implementation of A Neural Probabilistic Language Model paper from 2003 from scratch without using any inbuilt python functions. The implementation is building a neural net to generate new names given it is trained with person names.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published