Pinned Repositories
char-rnn
Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
Data-Analysis-and-Statistical-Modelling-on-CEOs-salary-using-Python
## Wooldrige.db contains datasets for study of econometrics. `The below example imports db, explores data, uses visualization, formulates hypothesis and uses statistical model of regression on CEOs dataset.
fetch_api_programatically
Extract the data from a publically accessible API programatically, propose a schema and store it in Staging table.
Forecasting-Household-water-consumption-with-Time-Series-Forecasting-
Household water consumption prediction with Time Series Forecasting [R]: Utilized ACF, PACF and ARIMA modelling technique to forecast household water consumption accounting for periodicity with Fourier transformation
hackathons
K-Folds-Analysis
Study the effect of K folds on OLS with data generating process
Pooled-OLS-and-Fixed-Effect-Modelling
Wooldrige.db contains datasets for study of econometrics.
Predicting-Housing-prices
Data Analysis using python
R
R exercises and examples
Stanford-s-SNAP-email-analysis-using-graph-theory-concepts-in-Shiny
sanjeevees's Repositories
sanjeevees/Forecasting-Household-water-consumption-with-Time-Series-Forecasting-
Household water consumption prediction with Time Series Forecasting [R]: Utilized ACF, PACF and ARIMA modelling technique to forecast household water consumption accounting for periodicity with Fourier transformation
sanjeevees/Pooled-OLS-and-Fixed-Effect-Modelling
Wooldrige.db contains datasets for study of econometrics.
sanjeevees/char-rnn
Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
sanjeevees/Data-Analysis-and-Statistical-Modelling-on-CEOs-salary-using-Python
## Wooldrige.db contains datasets for study of econometrics. `The below example imports db, explores data, uses visualization, formulates hypothesis and uses statistical model of regression on CEOs dataset.
sanjeevees/fetch_api_programatically
Extract the data from a publically accessible API programatically, propose a schema and store it in Staging table.
sanjeevees/hackathons
sanjeevees/K-Folds-Analysis
Study the effect of K folds on OLS with data generating process
sanjeevees/Predicting-Housing-prices
Data Analysis using python
sanjeevees/R
R exercises and examples
sanjeevees/Stanford-s-SNAP-email-analysis-using-graph-theory-concepts-in-Shiny
sanjeevees/repo-sanjeev
sanjeevees/SAPBusinessObjects
This involves a showcase of my work on MySQL creating ER, Dimensional modelling, inputing dummy data and using SAP UDT, IDT and Web intelligence for report generation
sanjeevees/Sentiment-analysis-and-Machine-learning
The app conducts analysis of the car reviews available on cars.com. It uses score of the words from AFINN lexicon to calculate the sentiment score and average sentiment score of each review. It checks each review for 4 tags Service, Handling, Inerior and Price. The sentiment Analysis is done on both sentiment sum and average sentiment individually and on all four tags. A Random Forest prediction model is used in this app to predict the Rating given by the user based on the sum of sentiment score and it tests the model on the reviews of the year selected by the user.
sanjeevees/SparkSQL
Utilized SparkSQL to read json file and search for count of weather
sanjeevees/SparkStreaming
Utilized spark streaming to generate tweets associated with Donald trump and store them in JSON using Scala IDE