NLP

Contents

NLP#

Natural language processing is a field focused on algorithms for processing ordinary human text.

TF-IDF#

TF-IDF is a popular method to transform text into vectors. Find out more in a specific page.

Text CNN#

Text CNN is a method for applying convolutional architecture concepts to NLP.