<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title/><link>https://porushy.github.io/</link><atom:link href="https://porushy.github.io/index.xml" rel="self" type="application/rss+xml"/><description/><generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Mon, 24 Oct 2022 00:00:00 +0000</lastBuildDate><image><url>https://porushy.github.io/media/icon_hu_6a46348f2384c7d5.png</url><title/><link>https://porushy.github.io/</link></image><item><title>Algorithmic Lending &amp; Model Governance</title><link>https://porushy.github.io/projects/algorithmic-lending/</link><pubDate>Fri, 31 Jul 2026 00:00:00 +0000</pubDate><guid>https://porushy.github.io/projects/algorithmic-lending/</guid><description>&lt;p&gt;Jun 2026 – Jul 2026&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Built credit-scoring models using Logistic Regression and Random Forest on the German Credit (Statlog) dataset.&lt;/li&gt;
&lt;li&gt;Conducted SHAP-based explainability and fairness/bias analysis to understand how the model predicts.&lt;/li&gt;
&lt;li&gt;Identified biases shown by the model based on demographic data and mapped the behaviour to Indian digital governance frameworks.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Credit Risk &amp; Expected Credit Loss (ECL)</title><link>https://porushy.github.io/projects/credit-risk-ecl/</link><pubDate>Sat, 25 Jul 2026 00:00:00 +0000</pubDate><guid>https://porushy.github.io/projects/credit-risk-ecl/</guid><description>&lt;p&gt;Jul 2026&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Built a Basel-style expected credit loss engine which converts an algorithmic lending model&amp;rsquo;s output into calibrated PD and combines it with LGD and EAD to produce loan-level ECL.&lt;/li&gt;
&lt;li&gt;Implemented IFRS-9 three-stage impairment logic and ran LGD sensitivity analysis to test how provisioning shifts under alternative recovery assumptions.&lt;/li&gt;
&lt;li&gt;Analysed risk-grade deciles and quantified how sharply expected loss concentrates in a small share of the book, which drives a disproportionate share of provisions.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Financial Market Surveillance</title><link>https://porushy.github.io/projects/financial-market-surveillance/</link><pubDate>Mon, 20 Jul 2026 00:00:00 +0000</pubDate><guid>https://porushy.github.io/projects/financial-market-surveillance/</guid><description>&lt;p&gt;Jul 2026&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Built an anomaly-detection model based on an unsupervised learning algorithm called Isolation Forest.&lt;/li&gt;
&lt;li&gt;Detected anomalies in USD-INR exchange-rate data using rolling-volatility features.&lt;/li&gt;
&lt;li&gt;Detected stress episodes matching real crisis periods (2008 GFC, 2013 taper tantrum, 2020 COVID), along with the recent 2026 rupee depreciation.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Consumer Complaint Analytics</title><link>https://porushy.github.io/projects/consumer-complaint-analytics/</link><pubDate>Fri, 10 Jul 2026 00:00:00 +0000</pubDate><guid>https://porushy.github.io/projects/consumer-complaint-analytics/</guid><description>&lt;p&gt;Jun 2026 – Jul 2026&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Engineered a full NLP pipeline on the CFPB Consumer Complaint Database (8+ GB) using TF-IDF and logistic regression.&lt;/li&gt;
&lt;li&gt;Made an automated complaint classifier, which achieved ~0.87 accuracy.&lt;/li&gt;
&lt;li&gt;Identified the growing share of templated filings and distinguished automated volume from genuine consumer harm using advanced statistical analysis, such as Cramér&amp;rsquo;s V and the chi-square test of independence.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Experience</title><link>https://porushy.github.io/experience/</link><pubDate>Tue, 24 Oct 2023 00:00:00 +0000</pubDate><guid>https://porushy.github.io/experience/</guid><description/></item><item><title>European Option Pricing under Black-Scholes</title><link>https://porushy.github.io/projects/european-option-pricing/</link><pubDate>Mon, 30 Nov 2020 00:00:00 +0000</pubDate><guid>https://porushy.github.io/projects/european-option-pricing/</guid><description>&lt;p&gt;Aug 2020 – Nov 2020 · MS Project&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Analysed risk-neutral valuation and delta-hedging of vanilla and binary European options via the Black-Scholes framework, including option Greeks and implied volatility.&lt;/li&gt;
&lt;li&gt;Simulated a volatility surface for Microsoft stock in R.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Bayesian Logistic Regression with MCMC</title><link>https://porushy.github.io/projects/bayesian-logistic-regression-mcmc/</link><pubDate>Sat, 30 Nov 2019 00:00:00 +0000</pubDate><guid>https://porushy.github.io/projects/bayesian-logistic-regression-mcmc/</guid><description>&lt;p&gt;Aug 2019 – Nov 2019&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Estimated the posterior distribution of a parameter in a given model using Bayesian logistic regression.&lt;/li&gt;
&lt;li&gt;Used MCMC to implement the Metropolis-Hastings algorithm to draw samples from the posterior.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Mixture of Gaussians with Cross Validation</title><link>https://porushy.github.io/projects/mixture-of-gaussians/</link><pubDate>Fri, 29 Nov 2019 00:00:00 +0000</pubDate><guid>https://porushy.github.io/projects/mixture-of-gaussians/</guid><description>&lt;p&gt;Aug 2019 – Nov 2019&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Predicted the number of hidden classes in given data from a bivariate mixture of Gaussians using cross-validation and the Akaike Information Criterion (AIC).&lt;/li&gt;
&lt;li&gt;Implemented the EM algorithm to find MLE estimates of a given mixture with the predicted classes in R.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Optimization Algorithm</title><link>https://porushy.github.io/projects/optimization-algorithm/</link><pubDate>Tue, 30 Apr 2019 00:00:00 +0000</pubDate><guid>https://porushy.github.io/projects/optimization-algorithm/</guid><description>&lt;p&gt;Jan 2019 – Apr 2019&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Developed an algorithm to find the orthogonal projection of a point on a parametric curve, and approximated a given function based on discrete data.&lt;/li&gt;
&lt;li&gt;Used Newton&amp;rsquo;s method to find the root, and Chebyshev interpolation by choosing Chebyshev nodes as interpolating points in MATLAB.&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>