You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developed a Java application to retrieve tweets from twitter using Twitter4j API. Collected these tweets over a week for various languages like English, Russian etc and Indexed on solr-5.3.0 for de…
Trained a neural network using forward path and Back Propagation in Machine learning for Handwritten Digit Recognition. The programming is done in python. Trained and tested the development on a MN…
Performed EDA on the New York Times data in RStudio. First the EDA is done for one day data and then extended the analysis for Monthly data to look for trends and other findings. The NYT data is ta…
# Implementing-Data-Structures-in-Java I implemented the basic Data Structures like Trees, HashMap, Stack, Linked List, Doubly Linked List in Java from scratch
Application takes as in input the data points for facilities and zones. The facility distance is then calculated multiple times for each zone until each zone is allocated withe the nearest facility.