Aniket Alshi
  • Home
  • Projects
  • contact
Picture
Aniket Alshi
Masters, Computer science
Stony Brook University


Areas of Interest
Algorithms, Graph theoretic algorithms, Operating Systems

Projects


  • SBUnix  
               Project involves complete implementation of x86 based 64 bit OS kernel with following components:
               Memory allocation, paging, context switching, preemptive scheduling, File system, shell
               Developed in C and ASM. System tested on QEMU
               link to project
 
  • Prediction Modelling on user edit trends of Wikipedia articles
                    Implemented Regression based Machine learning approach to predict the edit trends of Wikipedia editors
                Determine the factors responsible for change in editing behavior using data mining techniques
               Correlation based feature selection. Use of KNN Regressor and Gradient boost algorithms for prediction
               Implementation in Python, R software.
               link to project

  • Implementing new algorithmic techniques for linguistic phylogeny
               Project involves implementing Neighbor join or UPGMA algorithm to derive family tree of wikipedia languages
               Feature based and distance based approach. Data collection and analysis done for over 112 languages
               Involves use of NLP tools, Python NLTK, Dendropy

  • Analysis and Implementation of Network flow algorithms
               First part of the project involves analyzing behavior of flow algorithms for max-flow , min-cost circulation problem on                            different graph topology and deriving heuristics to improve the performance of these algorithms on dense graphs.
                Second part involves utilizing this heuristic in an image segmentation problem. 
                Implementation in Python, C++
                 link to project


Other projects in past

  • Real Stock Market -  (part of Technovanza '11)
                Online multiplayer game by fetching live feeds from Bombay stock exchange. 
                Algorithms used for handling price mechanism.

  • Twhelp - (Twitter based help application)
                Uses twitter to connect folks asking for help with others. Use of GPS and google maps api.
                Presented during Yahoo Open Hack.