Skip to content
#

tfidf-text-analysis

Here are 64 public repositories matching this topic...

Tunable full text search engine in JavaScript that: (1) works natively on web apps like Express.js; (2) easy to customize (via BM25) to specific types of documents (e.g. tweets, scientifc journals); (3) is deployable on either the client-side or the server side.

  • Updated Jan 26, 2019
  • JavaScript

Detect Real or Fake News. To build a model to accurately classify a piece of news as REAL or FAKE. Using sklearn, build a TfidfVectorizer on the provided dataset. Then, initialize a PassiveAggressive Classifier and fit the model. In the end, the accuracy score and the confusion matrix tell us how well our model fares.

  • Updated May 2, 2020
  • Jupyter Notebook

This case study shows how to create a model for text analysis and classification and deploy it as a web service in Azure cloud in order to automatically classify support tickets. This project is a proof of concept made by Microsoft (Commercial Software Engineering team) in collaboration with Endava http://endava.com/en

  • Updated Oct 18, 2018
  • Python

Improve this page

Add a description, image, and links to the tfidf-text-analysis 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 tfidf-text-analysis topic, visit your repo's landing page and select "manage topics."

Learn more