Implementation of TF-IDF from scratch with Python on Google Colab notebook.
TF = Term Frequency
IDF = Inverse Document Frequency
TF-IDF = a handy algorithm that uses the frequency of words to determine how relevant those words are to a given document