Last active
December 7, 2023 11:00
-
-
Save deepak-karkala/b21bef6503b8a4f214cbec2526f6474a to your computer and use it in GitHub Desktop.
Word2vec Model: Import libraries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
import numpy as np | |
import StanfordSentiment | |
import matplotlib | |
import matplotlib.pyplot as plt | |
import time |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment