Posts

Standup Presentation : Money, Saving & Investing

Stand up Presentation : Money, Saving & Investing

Research Paper Presentation - Faster and Smaller Inverted Indices with Treaps

Research Paper Presentation for Advanced Algorithm Module, MSc in Computer Science 2014

Product Training at Bharti Airtel Ltd, Gurgaon, India - 29th July 2014 - 03rd August 2014

Image
Recently I got an opportunity to conduct a product training session at Bharti Airtel Ltd, Gurgaon, India. These are some scenes I captured while my training/ travel.

Kaggle Data Mining Competition : Forest Cover Type Prediction

This report describes the participation and mining steps for the competition in kaggle ( http://www.kaggle.com/c/forest-cover-type-prediction ) and the details on the algorthims used for data mining which is done as a part of an assigment. Assignment on Data Mining, MSc in Computer Science 2014, University of Moratuwa.

Presentation on 'Advancing the State of Mobile Cloud Computing'

Research Paper Presentation for Mobile Computing course, MSc in Computer Science 2014 Summary extracted from the research paper , 'Advancing the State of Mobile Cloud Computing'.

Implementation of The Byzantine Generals Problem in java based on an assignment

Assignment on Distributed Computing Implement the solution for Byzantine generals problem as we discussed in the class. You can find more details from slides. Test you solution with 4 and 10 nodes with 1 and 2 faulty nodes respectively. You may use the support framework I have provided. See “BasicElection” class for an example. Basically you have to 1. For each participant type in the algorithm implement the interface Participant.EventListener 2. Add the participant to the system via system.createParticipant(..) 3. Then call system.bootUp(); When a message is sent, each participant receives the message via eventReceived(..). You can send messages via system.sendMessage(..) You can download the complete source here