Skip to content

Implementation of methods used to convert text to vector in python

Notifications You must be signed in to change notification settings

sumitramalagi/Text-to-Vector-conversion

Repository files navigation

Text-to-Vector-conversion

Implementation of methods used to convert text to vector. I have used Amazon fine foods review dataset obtained from kaggle (https://www.kaggle.com/snap/amazon-fine-food-reviews) and sklearn to convert reviews to vector using following methods: 1.Bag of Words 2.TF-IDF 3.Average Word2Vec 4. TF-IDF Weighted Word2Vec

The models are fit using training data and transform is applied on the whole dataset. Word2Vec is trained using reviews data.

About

Implementation of methods used to convert text to vector in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published