Parsing and Term Frequency-InverseDocument Frequency (TF-IDF)
- Category: Natural Language Processing (NLP)
- Client: CS50 Intro to AI, Harvard
- Timeline: Dec, 2020
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.