Projects * Options Trading Advisor - Developed a cognitive model to trade and exercise Call & Put options to form a trading strategy for JP Morgan Chase. * Save City's Money - Constructed a model to find related complaints in an area and handle them together to save resources. Optimized solution to consume less than 100MB of memory and provide results within 100s. * R Tree - Established an efficient strategy to load R Tree with given points to minimize number of nodes visited while searching for a point. Designed the tree using the Hilbert value for the points. * Hadoop/Yarn Map Reduce Application - Developed an application that computes no. of times a given word appears in the 50 Wikipedia web pages dedicated to the US states. Then the program outputs the number of states for which each of these words is dominant. * Long Integer Data Type - Created a Java Long Integer ADT using Linked List and Array. Used object oriented concepts to separate implementation of long integer from underlying data structure used. Implemented functionalities are power multiply addition and subtraction. These functions can be applied to numbers with millions of digits.