1 – Intro Term II V2

Up until now, we’ve learned some basic concepts in natural language processing including bag-of-words, stop words, stemming, lemmatization, and term frequency inverse document frequency or TFIDF. In our coding exercise, we’ve implemented these algorithms using Python. We’ve also learned about financial statement data collected by the US Securities and Exchange Commission and how to access … Read more