Skip to content

Instantly share code, notes, and snippets.

@DerekChia
Last active December 3, 2018 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DerekChia/1bafa37a15f39875d808f731d7e7c90a to your computer and use it in GitHub Desktop.
Save DerekChia/1bafa37a15f39875d808f731d7e7c90a to your computer and use it in GitHub Desktop.
settings = {
'window_size': 2 # context window +- center word
'n': 10, # dimensions of word embeddings, also refer to size of hidden layer
'epochs': 50, # number of training epochs
'learning_rate': 0.01 # learning rate
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment