You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to my AI & LLM project portfolio! Iโm passionate about cutting-edge machine learning research and real-world AI applications. This repository showcases projects across Large Language Models (LLMs), data science competitions, and classic ML/NLP tasks, highlighting the impact, tools, and methods behind each.
๐ก Explore my achievements, skills, and certificationsโupdated regularly to reflect my AI journey.
Implemented speculative decoding to accelerate LLM inference by letting a smaller draft model propose multiple tokens, which are then selectively verified by a larger target model.
Key Insight: Parallelizing token generation using a lightweight draft model significantly speeds up decoding while maintaining the accuracy of the main model.
Reimplemented Microsoftโs 1-BitNet, which leverages 1-bit quantization for training large-scale LLMs, drastically reducing memory and communication cost.
Key Insight: 1-bit quantization, combined with error compensation, enables near full-precision accuracy while significantly lowering training overhead.
Developed a model to classify patent papers into EPO categories, including text preprocessing with NLTK (stop words removal, stemming, lemmatization) and TF-IDF vectorization..
Used an ensemble of CNN and RNN models to improve accuracy to 68%, ranked Top 10 among 1000+ competitors, and presented the solution to a jury.
Trained a Naive Bayes spam classifier with engineered features (keywords, sender info, formatting patterns).
๐ Research Engagement
In addition to projects and competitions, I also contribute to research.
I maintain a Preprints folder containing my own works:
๐ My Research Preprints
These reflect my initial explorations into AI research directions and demonstrate my ability to translate ideas into written scholarly form.
Alongside this, I have studied and annotated 25+ research papers to deepen my theoretical understanding of AI. These span:
Reading and annotating research papers not only strengthens my theoretical foundation but also sparks creative new ideas for projects, experiments, and applications.
About
This space showcases my explorations in the realm of AI, I have done for academic, self-learning and hobby purposes.