Projects & Blogs
A collection of my thoughts, experience, past and current projects.
Making a Portfolio Site
Nov 20, 2025
self-hosting web-development html css javascript eleventy virtualization proxmoxSharing my journey and experience on self-hosting and building this portfolio site using Eleventy, Bootstrap and Tailscale. While looking into the services that Tailscale offered, I stumbled upon Tailscale Funnel, which routes local hosted services, to the internet, enabling public internet access to it. Hence, I created a virtual machine on Proxmox with minimal resources, dedicated to serving this site.
Setting up Proxmox Virtual Environment, TrueNAS, and Tailscale - The start of a Network Attached Storage (NAS)
Nov 16, 2025
self-hosting virtualization proxmox ubuntu debianSharing my journey in setting up Proxmox Virtual Environment as a Hypervisor OS for virtualization needs, TrueNAS as a Network Attached Storage (NAS) OS, and Tailscale for secure remote access to these local services on the Proxmox Virtual Environment host.
Experience as a Technology Risk & Compliance Auditor in Financial Services
Apr 30, 2025
technology-risk-management finance audit complianceA writeup on what I have done and learned in Ernst & Young as a Technology Risk & Compliance Auditor in Financial Services.
Can LSTM Networks Beat the Market? A Deep Learning Approach to S&P 500 Prediction
Dec 30, 2024
python data-science machine-learning lstm finance forecasting tensorflow keras pandasA comparative study of neural network models (LSTM, CNN-LSTM) for S&P 500 index prediction. The analysis evaluates multiple architectures against baseline strategies like buy-and-hold and naive forecasting, finding that while specialized models like LSTM with Batch Normalization and Regularization improve technical error metrics (MSE, MAE). However, when tested with a simulated trading, beating market returns remains a significant challenge requiring further architectural and strategy refinement.
Credit Score Classification with PySpark Machine Learning
Sep 16, 2024
big-data pyspark machine-learning decision-tree-classifier random-forest-classifier multilayer-perceptron pythonThis project involves building a credit score classification model using PySpark's machine learning library. By leveraging distributed computing, we compare the performance of Multilayer Perceptron, Decision Tree Classifier, and Random Forest Classifier to predict creditworthiness based on selected customer and financial features.
Big Data Analysis - Using Hadoop for MapReduce, Cluster Analysis, and Image Classification
Jul 08, 2024
big-data mapreduce apache-mahout machine-learning image-classification pythonThis project explores various capabilities of distributed computing across three distinct analytical domains by processing large datasets to perform descriptive statistics and clustering as well as image classification. The implementation includes Hadoop MapReduce jobs for weather data analysis on a dataset of hourly weather observations and unsupervised learning using Apache Mahout with several distance metrics, on a dataset of french plays. This work also showcases a scalable cat and dog classifier using the CLIP model within a Hadoop Streaming framework.
Multi-Dataset Time Series Modeling - Stationarity, Seasonality, and Forecasting Performance
Jun 25, 2024
python data-science data-visualization data-analysis financial-modelling time-series pandas statsmodels forecasting monte-carlo-simA comprehensive comparative study of time series forecasting methods across six diverse datasets (Gold, S&P 500, FTSE, USDC/USDT, StackOverflow questions, and cinema tickets). This analysis evaluates 10+ forecasting techniques—from naive baselines to ARIMA/SARIMA models—with quantitative performance metrics (MSE, RMSE, MAE), explores stationarity testing, seasonality decomposition, Monte Carlo simulation, and implements a simulated trading strategy.
Predicting Financial Well-Being - A Socioeconomic Analysis using Bayesian Networks
May 15, 2024
bayesian-network data-analysis decision-support-system python pandasDeveloping a Decision Support System to predict financial literacy and behaviour along with well being based on socioeconomic factors using a Bayesian network.