This repository contains all the lab work done for the course ISTE-612 under Professor Jai Kang at RIT, NY. Topics include internet middleware technologies, data and text analytics, and information visualization.
- Incidence matrix
- Inverted Index (usin list and binary tree) implementations
- Positional Index implementation
- Vector Space model with ranked retrieval
- Edit distance - similarity between two strings(using dynamic programming)
- Naive Bayes text classification (Bernoulli and Multinomial)
- Clustering algorithms: K-means and heirarchical agglomerative clustering