Skip to content
View JDeep1234's full-sized avatar

Highlights

  • Pro

Block or report JDeep1234

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
JDeep1234/README.md

Typing SVG
Gmail GitHub LinkedIn LeetCode



Profile views ย  Followers

๐Ÿง  About Me

Coding

"At the intersection of mathematics, security, and performance engineering."

I'm a developer working where ML Security, Quantitative Finance, and High-Performance Systems collide. I turn rigorous mathematical theory into production-grade, battle-tested systems โ€” and I love every step of that process.

  • ๐Ÿ”ญ Currently: Adversarial ML for financial models & LLM red-teaming
  • ๐ŸŒฑ Exploring: Stochastic modeling, HFT infrastructure & certified robustness
  • ๐Ÿ›ก๏ธ ML Security: Attacks, defenses, differential privacy, prompt injection
  • ๐Ÿ“ˆ Quant Finance: Stat arb, factor modeling, options pricing, order-book microstructure
  • โšก Systems: Low-latency pipelines, execution engine design, memory-efficient data structures
  • ๐Ÿ“ซ Contact: jdeepb34@gmail.com
  • โšก Fun Fact: My codebase often reads like a research paper โ€” math first, code second!


๐ŸŽฏ The Codebase Behind the Person

class BJnyanadeep:
    def __init__(self):
        self.name        = "B Jnyanadeep"
        self.location    = "India ๐Ÿ‡ฎ๐Ÿ‡ณ"
        self.languages   = ["Python", "C++", "Java", "SQL"]

        self.current_research = {
            "ml_security": "Adversarial robustness of financial ML models ๐Ÿ›ก๏ธ",
            "quant":       "Alpha signals via NLP + order-book microstructure ๐Ÿ“ˆ",
            "systems":     "Low-latency data pipelines & execution engine design โšก",
        }

        self.ml_security_stack = {
            "attacks":  ["FGSM", "PGD", "C&W", "Model Inversion", "Membership Inference"],
            "defenses": ["Adversarial Training", "Certified Robustness", "Differential Privacy"],
            "llm_sec":  ["Prompt Injection", "Jailbreaking", "Red-Teaming", "Fingerprinting"],
        }

        self.quant_stack = {
            "math":       ["Stochastic Calculus", "Linear Algebra", "Probability", "Time Series"],
            "tools":      ["NumPy", "Pandas", "SciPy", "QuantLib", "Backtrader"],
            "strategies": ["Stat Arb", "Factor Modeling", "Options Pricing", "Backtesting"],
        }

        self.competitive_coding = {
            "leetcode":   "425+ solved  |  Rating 1500+  |  100+ day streak",
            "hackerrank": "5 Stars  |  Problem Solving Domain",
            "github":     "500+ contributions  |  50+ repositories",
        }

        self.principles = [
            "Design for scale โ€” optimize for latency",
            "Security-first, performance always",
            "Test-driven, benchmark everything",
            "Clean abstractions over clever hacks",
        ]

    def say_hi(self):
        print("Thanks for stopping by! Let's connect and build something impactful. ๐Ÿš€")

me = BJnyanadeep()
me.say_hi()

๐Ÿ”ฌ Areas of Expertise

๐Ÿ›ก๏ธ ML Security

  • Adversarial attacks: FGSM, PGD, C&W
  • Model inversion & membership inference
  • Certified robustness & differential privacy
  • LLM red-teaming & jailbreak research
  • Prompt injection & fingerprinting
  • Secure ML pipeline design

๐Ÿ“ˆ Quantitative Finance

  • Stochastic calculus & time series
  • Statistical arbitrage strategies
  • Factor modeling & alpha research
  • Options pricing (BSM, Monte Carlo)
  • Order-book microstructure analysis
  • NLP-driven signal generation

โšก Systems Engineering

  • Low-latency pipeline architecture
  • HFT infrastructure concepts
  • Memory-efficient data structures
  • Concurrent & parallel computing
  • C++ performance optimization
  • Profiling & benchmarking

๐Ÿ› ๏ธ Tech Stack

๐Ÿ’ป Languages

Python C++ Java SQL

๐Ÿค– ML / AI / Data Science

PyTorch TensorFlow NumPy Pandas SciPy scikit-learn Hugging Face

โš™๏ธ Tools & Infrastructure

Docker Linux Git PostgreSQL Redis


๐Ÿ† Competitive Programming

Platform Stats
๐ŸŸก LeetCode 425+ Problems Solved ย ยทย  Rating 1500+ ย ยทย  100+ Day Streak
โญ HackerRank 5 Stars ย ยทย  Problem Solving Domain
๐Ÿ™ GitHub 500+ Contributions ย ยทย  50+ Repositories

๐Ÿ’ฌ Let's Connect & Build Together

Open to collaborations in ML security, quant research, and systems engineering.


Gmail GitHub LinkedIn LeetCode



โญ Star the repos you find useful โ€” it means more than you'd think!


Popular repositories Loading

  1. Iot-Projects-Part-B Iot-Projects-Part-B Public

    C++ 14

  2. DAA-Programs DAA-Programs Public

    C 8

  3. Applied-Cryptography-Lab-Programs Applied-Cryptography-Lab-Programs Public

    C 6

  4. AIML_LAB_5th_Sem AIML_LAB_5th_Sem Public

    Python 3 1

  5. SenSpy SenSpy Public

    Senspy is a network monitoring and anomaly detection tool built using Flask, Scapy, and Chart.js . It provides real-time insights into network traffic, anomaly analysis, and CPU usage through interโ€ฆ

    HTML 2 2

  6. JDeep1234 JDeep1234 Public

    TypeScript 2