Skip to content
#

tf-idf

Here are 1,403 public repositories matching this topic...

This project entailed an analysis of the readme text in various GitHub repositories. A partner and I, had the objective to build a classification model to predict the primary programming language a repo was using based on the content within the readme. We identified distinct and common words among repositories that were written in Python or Java…

  • Updated Nov 22, 2020
  • Jupyter Notebook

Three different methods namely TFIDF, word average embedding method and inverse document frequency method were used to build a text matching system. The systems were tested on the first 100 questions which were duplicate. A maximum accuracy score of 77% and 67% in top5 and top 2 matches was obtained using average word model.

  • Updated Aug 27, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the tf-idf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tf-idf topic, visit your repo's landing page and select "manage topics."

Learn more