Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bag of Words #23

Open
imsanjoykb opened this issue Nov 7, 2020 · 0 comments
Open

Bag of Words #23

imsanjoykb opened this issue Nov 7, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@imsanjoykb
Copy link
Owner

The bag of words approach is one of the simplest word embedding approaches. The following are steps to generate word embeddings using the bag of words approach.

We will see the word embeddings generated by the bag of words approach with the help of an example. Suppose you have a corpus with three sentences.

S1 = I love rain
S2 = rain rain go away
S3 = I am away

@imsanjoykb imsanjoykb added the documentation Improvements or additions to documentation label Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant