Skip to content

Instantly share code, notes, and snippets.

View aneeshpanoli's full-sized avatar
💭
Image created with tensorflow and neural style transfer

Aneesh Panoli aneeshpanoli

💭
Image created with tensorflow and neural style transfer
View GitHub Profile
@aneeshpanoli
aneeshpanoli / understanding-word-vectors.ipynb
Created October 5, 2019 21:33 — forked from aparrish/understanding-word-vectors.ipynb
Understanding word vectors: A tutorial for "Reading and Writing Electronic Text," a class I teach at ITP. (Python 2.7) Code examples released under CC0 https://creativecommons.org/choose/zero/, other text released under CC BY 4.0 https://creativecommons.org/licenses/by/4.0/
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
def startup():
global matrix
matrix = load_large_matrix()
# then you would
from yourapp import matrix