Question 1
What is a co-occurrence matrix in the context of Natural Language Processing?
A matrix representing similarity scores between documents
A matrix where rows and columns represent words, and each cell indicates how frequently two words appear together in a context
A matrix that stores only the most frequent word in each document
A neural network used to compute word embeddings directly
