Skip to content

Latest commit

Β 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

Assignment 1: Co-occurrence Matrix and Word Embeddings

This project implements count-based word embeddings using a co-occurrence matrix.
The implementation covers:

  • Extracting distinct words (vocabulary) from a corpus
  • Constructing a co-occurrence matrix with a sliding window
  • Dimensionality reduction (SVD) to produce low-dimensional embeddings
  • Plotting the resulting embeddings in 2D space

πŸ“‚ Files

  • Assisgnment1_22102.ipynb β†’ Original Jupyter/Colab notebook version.

πŸ“¦ Requirements

Install dependencies before running the script:

pip install nltk scikit-learn matplotlib

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages