You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multi-strategy crypto trading bot with Claude AI as qualitative filter. 4 parallel strategies (spot reversal, perp shorts, trend-following, funding arbitrage) on Binance. Bootstrap+DSR validation. Full 6-week paper trading case study included. DISCONTINUED — preserved as research artifact.
Physics-informed simulation of projectile aerodynamics, investigating how fin-length-to-diameter (L/D) ratios influence range and velocity decay. Featuring RK4 integration, bisection optimisation, and statistical bootstrapping.
CI gate for RAG retrieval quality. Declares retrievers (TF-IDF, FAISS dense, BM25, hybrid RRF) in config, evaluates recall/MRR/nDCG with bootstrap CIs against a committed labeled dataset, and fails the build on statistically significant drops vs a git-versioned baseline. Caught a 7-point recall regression; 97% test coverage.