Skip to content

computing-intelligence/Word2Vec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Requirement

execut pip install -r requirements.txt

Questions:

  1. Using the softmax implementation method in our class, write your implementation in q1_softmax.py. You may test by executing python q1_softmax.py

Notes: The : The provided tests are not exhaustive. Later parts of the assignment will reference this code so it is important to have a correct implementation. Your implementation should also be efficient and vectorized whenever possible (i.e., use numpy matrix operations rather than for loops).

  1. Derive the gradients of sigmoid function. Recall: the sigmoid function is $ \sigma = \frac{1}{1 + e^{-x}} $

About

Lecture notes and assignments for Word2vec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published