CS50 AI Language
Learnt how computers process natural languages and the idea of context-free grammar, n-grams, Markov models and naive bayes in bag-of-words model.
AI can be used in information retrieval using term frequency and inverse document frequency and also in information extraction using word2vec.
Project: Questions
AI to answer questions in other words, find sentence that is the most relevant to input query from data set using tf-idf. The data set is just the copy of several wikipedia pages.
The part that I worked on is questions.py file.
>Learn more about the project>See the code