Parsing and Term Frequency-InverseDocument Frequency (TF-IDF)

CS50's AI course

Learned about sentence parsing using natural language toolkit. Used tf-idf approch to find the most relevant sentences from a given set of documents to answer the queries asked by the user. Word2Vec and markov-chain models were also discussed in brief. Watch the demo here.