TRANSMALY: A Real-Time Telemetry Anomaly Detector Using Transformer-Based Approach.
IEEE International Conference on Advanced Computing Technologies (ICACT). Mohan Babu University, India.DOI
GANesis: Optimizing Synthetic Data Generation to Feature Correlation and Training Stability.
IEEE International Conference on Contemporary Computing and Communications (InC4). CHRIST University, India.DOI
BERT-NER: A Transformer-Based Approach For Named Entity Recognition.
IEEE International Conference on Computing Communication and Networking Technologies (ICCCNT). IIT Mandi, India.DOI
Our research paper was accepted at the IEEE conference. The project is based on real-time satellite data.[July-2025]
Developing ML & DL Models
Generative AI & Agentic AI
Research and Innovation
Solving and Optimizing Problems
Ideas Become Reality! → Engineering
data = {'name': 'Ashish Saha','skills': ['AI/ML', 'LLMs', 'Gen AI'],'socials': ['LinkedIn', 'GitHub'],'problem solver': True, 'hire': lambda s: (s['problem solver'] andlen(s['skills']) >= 3)} is_hireable = data['hire'](data)print(is_hireable)# Fun Fact: clickable socials