Character-Level Language Modeling with Transformer
Character-level language models are powerful tools for generating text that can capture the intricacies of language, such as spelling, punctuation, and formatting, without being limited by a fixed vocabulary of words. This project utilizes a Transformer architecture to learn patterns in the input text and generate new text that closely resembles the style and structure of the training data.
DockerizeAsML Python Library
DockerizeAsML is a Python library that allows users to effortlessly dockerize an entire machine learning (ML) project with a single command-line instruction. It automatically recognizes ML model files in the project directory, generates an appropriate Dockerfile, and provides flexibility in configuration.
Research Paper Implementations
Implemented transformer architectures from "Attention Is All You Need" for text summarization and ResNet models from "Deep Residual Learning for Image Recognition" for image classification. Evaluated models on benchmark datasets, achieving a 10% uplift in summarization ROUGE scores and a 7% gain in image recognition accuracy.
Ongoing Research on Federated Learning and Differential Privacy
Prototyped a privacy-preserving federated learning system using TensorFlow and PyTorch, with CI/CD pipelines for distributed edge-node model updates. The goal is a scalable platform for multimodal sensor and user data that preserves privacy while maintaining more than 90% of centralized model accuracy.
Character-level Language Modeling
Developed a compact approximately 0.21M-parameter Transformer model for character-level language modeling and text generation, enabling fine-grained textual pattern learning and coherent text generation.
Advanced Multi-Modal Crop Health Classification System
Built a deep learning system integrating multi-spectral imagery, temporal sensor data, and environmental context. Combined ResNet-style CNNs, LSTMs, and cross-modal attention, with uncertainty estimation and advanced training strategies.
Cancer Digital Twin
Developed a computational framework for patient-specific cancer progression simulation using clinical, genomic, and imaging data. Implemented risk assessment, treatment simulation, progression modeling, and a FastAPI backend for personalized prediction workflows.
Python Library (Docker Automation)
Created a Python library that Dockerizes single-model machine learning applications through a one-command CLI, generating optimized Docker configurations and API scaffolding.
NeuroSleepNet (v1.0)
Developed a plug-and-play memory layer for AI agents to mitigate catastrophic forgetting using a latent replay buffer, compressed memory embeddings, automatic task boundary detection, LLM sidecar memory injection, and a real-time memory health dashboard.