Skip to content

Instantly share code, notes, and snippets.

@deepak-karkala
Last active December 7, 2023 11:00
Show Gist options
  • Save deepak-karkala/b21bef6503b8a4f214cbec2526f6474a to your computer and use it in GitHub Desktop.
Save deepak-karkala/b21bef6503b8a4f214cbec2526f6474a to your computer and use it in GitHub Desktop.
Word2vec Model: Import libraries
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