Skip to content
View RsqM's full-sized avatar

Block or report RsqM

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
RsqM/README.md

hi, i'm rohan.

i build things with machine learning.

mostly interested in:

  • neural networks
  • training systems
  • edge / embedded AI
  • ML infrastructure
  • making GPUs slightly unhappy

tools

python • pytorch • numpy • rust • c++ • tensorflow/tflite • cuda • occasionally ONNX


hardware

esp32-s3 • jetson orin nano

deploying models where they probably shouldn't run
(GRUs and other sequence models on microcontrollers, LLM inference on edge devices)


systems

llama.cpp • ARM builds • edge inference • containerized ML environments


cloud

aws • azure


research

  • published work in the Nature Scientific Reports portfolio
  • patent granted by the Indian Patent Office

environments

linux mostly.


expertise

building deep models for classification, regression, and autoregressive tasks.

comfortable with the full pipeline: architecture design, training, finetuning, and debugging models that refuse to converge.

particularly interested in the math underneath it all: optimization, loss landscapes, gradient dynamics, and why certain models behave the way they do.

LLM security and alignment mechanics.

recently exploring guardrail removal and alignment behavior in transformer models using orthogonal projection–based finetuning: modifying attention up-projections and MLP down-projections to isolate and manipulate refusal directions in activation space. similar ideas appear in tools like Heretic, where safety behavior can be ablated while preserving most of the model’s underlying capability with KL-Divergence very close to 0.

mostly interested in what this reveals about the geometry of alignment in large models.


thoughts

  • training models is controlled chaos
  • gradients usually know more than i do
  • edge ML is convincing tiny chips to do unreasonable things
  • if it runs overnight without crashing, we celebrate

links:

Pinned Loading

  1. DiffuseMNIST DiffuseMNIST Public

    U-Net powered denoising diffusion model for high-quality image generation, prototyped on MNIST.

    Python

  2. BeliefState-Objective BeliefState-Objective Public

    Implements Belief-State-Objective used to train MSFT's Belief State Transformers

    Python 1

  3. GRPO GRPO Public

    Group Relative Policy Optimization (GRPO) Introduced by DeepSeek, Simulated on PyTorch

    Python 2

  4. GRUInference-ESP32S3 GRUInference-ESP32S3 Public

    A strictly edge-based weather forecasting system running entirely on an Arduino Nano ESP32. This project captures real-time sensor data (Temperature, Humidity, Pressure) via a BME280 and uses a com…

    C

  5. ComputerVision ComputerVision Public

    CV Reference and Storage Repository

    Python

  6. MLF-AWS-RsqM MLF-AWS-RsqM Public

    Sagemaker Files for Udacity Machine Learning Fundamentals (Part of the AWS AI/ML Scholarship, Advanced Cohort)

    HTML