๐ 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! ๐





