Skip to content

Projects I completed as a part of Prof. Terence Parr's Data Acquisition course.

Notifications You must be signed in to change notification settings

afcarl/DataAcquisition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataAcquisition

Projects I completed as a part of Prof. Terence Parr's(https://github.com/parrt) Data Acquisition course.

The projects here include:

  1. recommender-neerjad - Designing a recommendation engine on BBC news articles by computing article similarities using word embeddings from Word2Vec and Glove models.
  2. search-neerjad - Implementation of a search engine to find articles in which a word/phrase occurs. What is important to compare is the time taken to get search results from 3 implementations - 1) linear seach, 2) index search, and 3) index search based on our own hashtable.
  3. sentiment-neerjad - Twitter sentiment analysis using the Twitter API and the vaderSentiment library.
  4. tfidf - Computing tf-idf score for words given a corpus of texts (xml files).

About

Projects I completed as a part of Prof. Terence Parr's Data Acquisition course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages