Skip to content
View GURU1001S's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report GURU1001S

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
GURU1001S/README.md
Typing SVG
Profile Views    

SYSTEM BOOT — INITIALIZING RESEARCHER PROFILE

#!/usr/bin/env python3
# ============================================================
#  GURU_PRASAATH_S.py  —  Core Identity Module
#  Status: ACTIVE | Version: 2026.05 | Build: UNSTOPPABLE
# ============================================================

class GuruPrasaathS:
    """
    First-year CSE undergrad operating at PhD-level research velocity.
    Bridging the gap between physical laws and machine intelligence.
    """
    def __init__(self):
        self.name          = "Guru Prasaath S"
        self.alias         = "GURU1001S"
        self.role          = "AI Researcher × Physics-ML Engineer"
        self.location      = "Coimbatore, Tamil Nadu, India 🇮🇳"

        self.research_domains = [
            "Physics-Informed Neural Networks (PINNs)",
            "Quantum Machine Learning (QML)",
            "Causal Intelligence & Structural Observability",
            "Predictive Maintenance — Aviation Sector",
            "Digital Twins (Sim-to-Real Transfer)",
            "MLOps & Production-Grade ML Systems",
        ]

        self.philosophy = (
            "Physics constrains. "
            "Mathematics describes. "
            "Code manifests. "
            "Intelligence transcends."
        )

    def __repr__(self):
        return f"<Researcher | {self.role} | Rewriting rules since 2024>"

me = GuruPrasaathS()
print(me.philosophy)
# → "Physics constrains. Mathematics describes. Code manifests. Intelligence transcends."

🧠 RESEARCH NEXUS

🌊 Physics-Informed Neural Networks

  • Hard-constraint PDE enforcement via custom loss functions
  • Turbofan thermodynamic cycle modeling (UTDTB)
  • Thermal boundary condition learning (ThermoPINN)
  • Sim-to-Real transfer with physics regularization
  • Goal: Neural networks that cannot violate physics

⚛️ Quantum Machine Learning

  • Variational Quantum Circuits (VQC) for classification
  • Quantum kernel methods & feature maps
  • Hybrid quantum-classical training loops
  • NISQ-era algorithm design
  • Goal: Computational advantage before fault-tolerance

🔗 Causal Intelligence

  • Structural Causal Models (SCMs) for streaming systems
  • Real-time intervention detection (CausalNerve)
  • Counterfactual reasoning in high-stakes ML
  • Granger causality in temporal sensor data
  • Goal: AI that understands WHY, not just WHAT

✈️ Predictive Maintenance (Aviation)

  • CNN-LSTM-Attention hybrid for RUL prediction
  • NASA CMAPSS turbofan degradation modeling
  • Uncertainty-aware prognostics frameworks
  • Physics-grounded failure mode analysis
  • Goal: Zero unscheduled engine failures

🚀 FLAGSHIP PROJECTS

🔥 UTDTB v5 — Universal Turbofan Digital Twin Benchmark

The most comprehensive open-source turbofan digital twin framework for physics-grounded ML research.

[Real Sensor Data] ──► [Physics Encoder] ──► [PINN Core]
       │                      │                    │
[Synthetic Twin]  ──► [Causal Graph]   ──► [RUL Predictor]
       │                      │                    │
[Uncertainty]    ──────────────────────► [Prognostics Output]
  • 🔬 Physics-grounded, causally-structured architecture
  • 📊 Uncertainty-aware inference with calibrated confidence
  • 🔄 Domain adaptation across operating conditions
  • ⚡ Production-ready MLOps pipeline integration

Stack: Python PyTorch NumPy scikit-learn MLflow Docker

UTDTB

🌡️ ThermoPINN — Physics-Constrained Meta-Learning for Aerospace

Specialized PINN architectures for thermal modeling — where heat equations meet neural networks.

Innovation: Custom loss formulation enforcing Fourier's Law of Heat Conduction directly into training. The network cannot produce thermodynamically impossible predictions.

  • Meta-learning backbone for rapid adaptation to new thermal regimes
  • Aerospace materials database integration
  • Gradient-based uncertainty quantification

Stack: Python PyTorch FEniCS SciPy Matplotlib

ThermoPINN

🧬 CausalNerve — Real-time Adaptive Causal Intelligence

A streaming causal AI framework that detects interventions and maintains structural observability in real-time.

from causalnerve import StreamingCausalGraph

graph = StreamingCausalGraph(
    nodes=["sensor_A", "pressure", "temperature", "RUL"],
    update_frequency="10ms"
)
graph.on_intervention(lambda node, effect: alert_system(node, effect))
graph.stream(live_sensor_feed)  # causality, live.

Stack: Python NetworkX PyTorch Apache Kafka Redis

CausalNerve

🌌 Alien-Physics-AI — Discovering Laws of Simulated Universes

An AI that discovered the exact inverse-cube (1/r³) gravitational law of a simulated universe — without being told the law exists.

Proves neural networks can perform symbolic regression on physical simulations — autonomously discovering mathematical laws from raw observation data.

What it found: F ∝ 1/r³ (not our universe's 1/r²) — the AI found the alien physics.

Alien-Physics

✈️ NASA Predictive Maintenance — CNN-LSTM-Attention Hybrid

Custom hybrid neural architecture to predict Remaining Useful Life (RUL) of turbofan engines.

Architecture: CNNLSTMAttentionRUL output

  • NASA CMAPSS dataset (4 operational conditions)
  • Outperforms standard LSTM and CNN baselines
  • Uncertainty bounds on every prediction

NASA-PM


💻 TECH ARSENAL

⚗️ Scientific Computing & ML

Python PyTorch TensorFlow NumPy SciPy

🚀 MLOps & Infrastructure

Docker MLflow Git Linux

🌐 Frontend & Web

Next.js TypeScript Three.js Framer


📊 GITHUB COMMAND CENTER

GitHub Stats   Top Languages



GitHub Streak



Activity Graph

🏆 TROPHIES & STATS

Followers   Stars   Repos   Commits


PINNs QML CausalAI DigitalTwin MLOps


🛠️ SKILLS

Skills

🌌 CONTRIBUTION SNAKE

github contribution snake

🧬 RESEARCH PHILOSOPHY

"Most people treat neural networks as black boxes. I treat physics as the skeleton, mathematics as the muscle, and code as the nervous system. The result isn't just a model — it's a digital organism that understands the world it was born from."

REALITY        →  [Physical Laws: PDE, ODE, Conservation Laws]
    ↓
MATHEMATICS    →  [Differential Geometry, Information Theory, Statistics]
    ↓
ML THEORY      →  [PINNs, Causal Inference, Quantum Circuits, Bayesian ML]
    ↓
CODE           →  [PyTorch, Python, Docker, MLflow, Kafka]
    ↓
DEPLOYMENT     →  [Real-World Impact: Aviation, Healthcare, Energy]

📡 CONNECT


Portfolio   LinkedIn   Email


Research Collaboration  |  Open Source  |  Internships  |  Technical Discussions


Visitor Count



Pinned Loading

  1. Alien-Physics-AI Alien-Physics-AI Public

    Discovered the exact inverse-cube (1/r^3) law of a simulated universe.

    Python

  2. NASA-Predictive-Maintenance-AI-using-cnnlstmattention NASA-Predictive-Maintenance-AI-using-cnnlstmattention Public

    Engineered a custom CNN-LSTM-Attention hybrid neural network to predict the Remaining Useful Life (RUL) of turbofan engines.

    Python

  3. UTDTB-v5 UTDTB-v5 Public

    UTDTB v5 — A physics-grounded, causally-structured, uncertainty-aware turbofan digital twin benchmark for prognostics, domain adaptation, and physics-informed ML.

    Python

  4. ThermoPINN ThermoPINN Public

    Physics-Constrained Meta-Learning for Aerospace Prognostics (Research Platform)

    Python

  5. CausalNerve CausalNerve Public

    Real-time adaptive causal intelligence framework for streaming systems, interventions, and structural observability.

    Python