Skip to content
View Shiv-Expert2503's full-sized avatar
🧑‍💻
Grinding
🧑‍💻
Grinding

Highlights

  • Pro

Block or report Shiv-Expert2503

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Shiv-Expert2503/README.md

Shivansh

Bridging Mathematics and AI to Model the Physical World.

Click to View My Interactive Portfolio

Mathematical Frontiers I've Tackled So far

Physics-Informed Neural Networks (PINNs)

  • The Challenge: How do you force a neural network to obey the laws of physics?
  • The Solution: By minimizing a composite loss function that simultaneously enforces known data points and the residual of the governing Partial Differential Equation ($\mathcal{F}(u)$).

$$\mathcal{L}(\theta) = \underbrace{\lambda_{data} \mathcal{L}_{data}}_{\text{Data Fidelity}} + \underbrace{\lambda_{physics} \mathcal{L}_{physics}}_{\text{Physical Law Constraint}}$$


Sinusoidal Representation Networks (SIRENs)

  • The Challenge: How can a network represent continuous, complex signals without losing detail?
  • The Solution: By constructing a network where each layer is a sinusoidal function, allowing it to perfectly capture the signal's derivatives and fine details.

$$\Phi(\mathbf{x}) = (f_L \circ \dots \circ f_1)(\mathbf{x}) \quad \text{where} \quad f_i(\mathbf{x}_i) = \sin(\mathbf{W}_i \mathbf{x}_i + \mathbf{b}_i)$$


🛠️ My Toolkit

Languages & Libraries Frameworks & Tools Core Mathematical Concepts
Python PyTorch & JAX & Tf Partial Differential Equations (PDEs)
NumPy & SciPy Matplotlib & Seaborn Fourier Analysis & Signal Processing
C++ (Basics) Git & GitHub Numerical Optimization Methods

Pinned Loading

  1. MULTIMODAL_RAG MULTIMODAL_RAG Public

    Python

  2. PINNs PINNs Public

    Jupyter Notebook 1

  3. SIREN_Streamlit SIREN_Streamlit Public

    Jupyter Notebook 1