From 8a04feb876207d86dcbdbd3469b10c683dafa704 Mon Sep 17 00:00:00 2001 From: "(Bit-Mage)" Date: Sat, 14 Dec 2024 08:20:18 +0530 Subject: [PATCH] updates Signed-off-by: (Bit-Mage) --- content/resume/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/resume/index.md b/content/resume/index.md index 0f4dfd224..c061ec2ac 100644 --- a/content/resume/index.md +++ b/content/resume/index.md @@ -85,7 +85,7 @@ curl -s https://thebitmage.com/resume/resume.json | fabric -s --pattern create_ | **Project** | **Synopsis** | **Principal Domains** | |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------| | [Guinness world Record : Deduplication, Anomaly Detection, Tampering Detection](https://thebitmage.com/post/guinness-dedup-anomaly/) | checkout blog link for more context | Computer Vision | -| Sentinment Analysis for Support Tickets | implemented a primal ETL, fine-tuned an LLM (unsupervised) over a stratified subset, inference jobs formed integral part of business analysis crons | Natural Language Processing, Data Engineering | +| Sentinment Analysis for Support Tickets | implemented a primal ETL, fine-tuned a Language Model (weakly-supervised) over a (psuedo-labelled) stratified subset, inference jobs formed integral part of business analysis crons | Natural Language Processing, Data Engineering | | [Quantum Error Correction Codes](https://github.com/rajp152k/coursework_IITH/blob/536c1a74dcb877ee25eeb7708652e6d8fcde8c02/SEM_8/Quantum_Computing/Quantum_Project.ipynb) | created a framework to test efficacy of qubit allocation strategies for noise-resistant quantum computation | Quantum Computing | | [Tic-Tac-Toe Reinforcement Learning](https://github.com/rajp152k/coursework_IITH/blob/536c1a74dcb877ee25eeb7708652e6d8fcde8c02/SEM_7/AI3000/A2/RL%20A2%20Q5.ipynb) | tested out RL algorithms with random and heuristics based agents | Reinforcement Learning | | [Option Pricing via Monte Carlo Simulations](https://github.com/rajp152k/coursework_IITH/tree/536c1a74dcb877ee25eeb7708652e6d8fcde8c02/SEM_7/MA4340/CS18BTECH11039_MA4340_PROJECT) | delved into monte carlo option pricers, while comparing results with conventional stochastic calculus models (Black Scholes) | Stochastic Calculus |