Projects
Uniswap v3: Impermanent Loss and Swap fees Modeling
4/24/26Analysis of optimal liquidity providing to Uniswap pools for maximum fee accumulation....
On Identifiability in Transformer Neural Networks
4/24/26Transformer neural networks produce attention distributions in self-attention layers. These distributions are not always identifiable, meaning multipl...
RISC-V Multistage Pipelined CPU
4/10/22Designed and implemented a 5-stage pipelined processor in SystemVerilog to support the RISC-V RV32I ISA. Implemented a branch prediction module for co...
Crypto Trading Strategy
1/10/24Trading strategy that uses KAMA crossovers with an ADX trend-strength filter, backtested across ~1.8M parameter combinations on crypto and tech stocks...
Real-Time Kernel (STM32)
3/15/21Implemented on an ARM Cortex M processor in C using rate monotonic scheduling, immediate ceiling priority protocol, and memory protection....