Skip to content

Latest commit

 

History

History
15 lines (6 loc) · 324 Bytes

README.md

File metadata and controls

15 lines (6 loc) · 324 Bytes

Skip-gram Negative-sampling

This Project builds a neural network for words using negative-sampling method on skip-gram model. The output would be words that are similar to the given word in any arbitrary window size that the user specifies.

Authors

Appendix