π Passionate Developer specializing in ML Security, Quantitative Systems, and Software Engineering
π Currently Working On: Adversarial ML & model robustness, low-latency systems, and quant research tooling
π± Learning: Stochastic modeling, HFT infrastructure, red-teaming LLMs, and secure ML pipelines
π‘ Interests: Quantitative Finance, ML Security, Systems Design, Adversarial AI, and Algorithmic Trading
π« Contact: jdeepb34@gmail.com
β‘ Fun Fact: I love turning complex mathematical models into efficient, production-grade systems!
class BJnyanadeep:
def __init__(self):
self.name = "B Jnyanadeep"
self.language_spoken = ["Python", "C++", "Java", "SQL"]
self.current_focus = [
"ML Security & Adversarial Robustness",
"Quantitative Research & Algo Trading",
"Systems Engineering & Low-Latency Design",
"Secure ML Pipelines & Red-Teaming LLMs"
]
self.coding_platforms = {
"leetcode": {"problems_solved": "425+", "contest_rating": "1500+", "streak": "100+ days"},
"hackerrank": {"stars": "5β", "domain": "Problem Solving"},
"github": {"contributions": "500+", "repos": "50+"}
}
self.quant_stack = {
"math": ["Stochastic Calculus", "Linear Algebra", "Probability Theory", "Time Series"],
"tools": ["NumPy", "Pandas", "SciPy", "QuantLib", "Backtrader"],
"strategies": ["Statistical Arbitrage", "Factor Modeling", "Options Pricing", "Backtesting"]
}
self.ml_security = {
"adversarial_ml": ["FGSM", "PGD Attacks", "Model Inversion", "Membership Inference"],
"defenses": ["Adversarial Training", "Certified Robustness", "Differential Privacy"],
"llm_security": ["Prompt Injection", "Jailbreaking", "Red-Teaming", "Model Fingerprinting"]
}
self.swe_principles = [
"Design for scale, optimize for latency",
"Security-first architecture",
"Test-driven, benchmark everything",
"Clean abstractions over clever hacks"
]
self.achievements = [
"Hacktoberfest Contributor",
"Adversarial ML Researcher",
"Open Source Advocate",
"Quant Systems Builder"
]
def current_research(self):
return {
"ml_sec": "Robustness of financial ML models under distribution shift & adversarial perturbation π‘οΈ",
"quant": "Building alpha signals using NLP + order book microstructure π",
"swe": "Low-latency data pipelines and execution engine design β‘"
}
def say_hi(self):
print("Thanks for dropping by! Let's connect and build something amazing together.")
print("π Always ready for new coding challenges and collaborations!")
print("π Currently bridging quant finance, ML security, and systems engineering β one algorithm at a time!")
me = BJnyanadeep()
me.say_hi()
print(f"π¬ Research: {me.current_research()}")β Don't forget to star the repositories you find interesting!
π― Let's solve problems together and make the world a better place through code!
Happy Coding! π





