Pinned Repositories
AI-NLP-for-ESG
Exploring novel NLP (and Artificial Intelligence) Techniques for a better ESG (methodology and) score computation. Aiming for a low-bias data driven framework.
arma-modelling-of-bitcoin-exchange-rates
BudgetPlanner
Causal-Inference-analysis-on-causal-effects-of-Sleep-on-Stress-Levels
This research aims to statistically analyse the causal effects of sleep quality on their stress Levels. Performed a covariate analysis based on the DAG and did a propensity score matching to analyse the causal effects of the treatment, sleep here on the outcome, Stress Levels.
Custom-Bot-trained-on-custom-data-impersonating-Kanye-West-Text-Image-Audio-response-
Created a custom bot trained on data taken from reddit comments to create embeddings to mimic sarcastic and slightly offensive behaviour. The user enters any general text and the bot will respond accordingly with text reply, an image reply of it's thought process and generate a song as a reply. Used GoogleGeminiPro, OpenDalleV1.1 and sunoBark-Small
Deep-Learning-aided-Statistical-Arbritrage-Stratergy
This project develops a pairs trading strategy for the Automobile and Heavy Industries sectors. Using PCA for market indicators and the OPTICS algorithm for clustering, we identify potential pairs. Statistical tests, including cointegration and the Hurst exponent, are used to find mean-reverting pairs and using long/short position on the deviations
HMM-infused-Cusotm-Stacked-RNN-for-CVaR-analysis
This repository contains the code implementation and detailed explanation for a custom machine learning model that combines the power of Hidden Markov Models (HMMs) and Recurrent Neural Networks (RNNs) to provide more reliable volatility forecasts to forecast Conditional Value at Risk (CVaR) for credit spreads.
Implementing-ML-Models-from-scratch-for-multi-class-classification-and-regression
Implemented ML models like XGBoost, Fischers LDA, AdaBoost, SVM(multiclass), Decision Tree from scratch (without any libraries) and used them to train on Carbon Emissions dataset and Crime Rate dataset.
POSIXCompliantMultipleServerClientDatabaseSystem
Simulating an application for a distributed graph database system involving a load balancer process, a primary server process, two secondary server processes (secondary server 1 and secondary server 2), a cleanup process and several clients.
Quant-Finance-Codebook
Implemented Markowitz model and optimized using gradient Descent and Particle Swarm Optimization. Impolemented the Black Scholes Merton Model Option Pricer using Monte Carlo Simulations for European Options.
rish59p's Repositories
rish59p/arma-modelling-of-bitcoin-exchange-rates
rish59p/BudgetPlanner
rish59p/Causal-Inference-analysis-on-causal-effects-of-Sleep-on-Stress-Levels
This research aims to statistically analyse the causal effects of sleep quality on their stress Levels. Performed a covariate analysis based on the DAG and did a propensity score matching to analyse the causal effects of the treatment, sleep here on the outcome, Stress Levels.
rish59p/Convex-Hull-Algorithms-Visualisation
Visualized the Jarvis March and Kirkpatrick-Seidel algorithms, both convex hull algorithms, using a React app and D3.js. This project showcases the step-by-step construction of convex hulls, providing an interactive and educational experience.
rish59p/Course-Time-Clash-Checker
A shell based Python Script to check time clashes of your desired courses with your CDCs.
rish59p/crux-ml-summer-group-2022
Resources for the machine learning track in the cruX Summer Group 2022
rish59p/Custom-Bot-trained-on-custom-data-impersonating-Kanye-West-Text-Image-Audio-response-
Created a custom bot trained on data taken from reddit comments to create embeddings to mimic sarcastic and slightly offensive behaviour. The user enters any general text and the bot will respond accordingly with text reply, an image reply of it's thought process and generate a song as a reply. Used GoogleGeminiPro, OpenDalleV1.1 and sunoBark-Small
rish59p/Deep-Learning-aided-Statistical-Arbritrage-Stratergy
This project develops a pairs trading strategy for the Automobile and Heavy Industries sectors. Using PCA for market indicators and the OPTICS algorithm for clustering, we identify potential pairs. Statistical tests, including cointegration and the Hurst exponent, are used to find mean-reverting pairs and using long/short position on the deviations
rish59p/HMM-infused-Cusotm-Stacked-RNN-for-CVaR-analysis
This repository contains the code implementation and detailed explanation for a custom machine learning model that combines the power of Hidden Markov Models (HMMs) and Recurrent Neural Networks (RNNs) to provide more reliable volatility forecasts to forecast Conditional Value at Risk (CVaR) for credit spreads.
rish59p/Implementing-ML-Models-from-scratch-for-multi-class-classification-and-regression
Implemented ML models like XGBoost, Fischers LDA, AdaBoost, SVM(multiclass), Decision Tree from scratch (without any libraries) and used them to train on Carbon Emissions dataset and Crime Rate dataset.
rish59p/POSIXCompliantMultipleServerClientDatabaseSystem
Simulating an application for a distributed graph database system involving a load balancer process, a primary server process, two secondary server processes (secondary server 1 and secondary server 2), a cleanup process and several clients.
rish59p/Quant-Finance-Codebook
Implemented Markowitz model and optimized using gradient Descent and Particle Swarm Optimization. Impolemented the Black Scholes Merton Model Option Pricer using Monte Carlo Simulations for European Options.
rish59p/github-slideshow
A robot powered training repository :robot:
rish59p/PASCAL-Compiler-using-LEX-YACC
Developed a compiler for a subset of the PASCAL programming language, supporting integer constants, keywords, variables, expressions, assignments, conditional statements, loops, arrays, single-line comments, and read/write statements. This project involves lexical analysis, syntax analysis, semantic analysis, and code generation using LEX and YACC.
rish59p/PASCAL-Compiler-using-LEX-YACC-Lexical-Syntax-Semantic-Analysis-and-3AC-code-generation
Developed a compiler for a subset of the PASCAL programming language, supporting integer constants, keywords, variables, expressions, assignments, conditional statements, loops, arrays, single-line comments, and read/write statements. This project involves lexical analysis, syntax analysis, semantic analysis, and code generation using LEX and YACC.
rish59p/Predicting-Financial-Outcomes-of-Companies-through-10-K-reports-and-Balance-Sheets
Building and deploying a model that could crunch down the financial record data of companies to predict their market cap. Built up a model and selected essential feature variables on a custom dataset.
rish59p/PropertyStack
rish59p/Propositional-Logic-Proof-Checker
CPP code solution to check whether a given propositional logic proof is valid
rish59p/Vector-Autoregressive-Modelling-of-Interest-Rates-Inflation-and-Equity-Market
Modelled the Interest Rates, CPI, and Sensex50 using Vector Auto Regressive methods and estabilished Granger Causality along with Variance Decomposition and impulse Response functions, used filters for seasonality adjustments