I am a Senior Machine Learning Engineer at Adobe Firefly, with a Master's in Computational Data Science from Indiana University, Bloomington, and over 10 years of experience designing, building, and deploying scalable machine learning systems. My current work spans distributed inference and training frameworks, MLOps platforms on Kubernetes, and foundation-model training for generative AI on billions of images and videos. Prior to Firefly, I worked on data and ML platforms at EvolutionIQ, Swiggy, and Flipkart. I am also a first-author published researcher in Fairness-Aware Graph Neural Networks (NetSci 2023, IC2S2 2023).
I'm always open to discussing new projects, creative ideas, or opportunities to be part of your vision.
MS (Computational Data Science)
GPA - 3.87/4.0
B-Tech (Computer Science & Engineering)
CGPA - 8.32/10.0
Ashutosh Tiwari, Prof. Sadamori Kojaku, Prof. Yong-Yeol Ahn — accepted at NetSci 2023 (Poster) and IC2S2 2023 (Parallel Talk) as first author.
Worked on novel model training methods to produce "Fairness Aware Graph Recommendation" models with Prof. YY Ahn and Prof. S Kojaku.
Paid RA on "User Intent as a Network" with Prof. YY Ahn, P Kantak, and FB Yara. Collaboration with Luddy, funded by Kelly School of Business.
Contributed extensively to design of TieML and Events' Timeline modelling using fine-tuned Large Language Models.
Senior Machine Learning Engineer (ML Platform & Frameworks)
Senior Software Engineer (Data Platform)
Software Dev Engineer II (ML Platform)
Bengaluru, India
Software Development Engineer (Search Relevance)
Bengaluru, India
Software Development Engineer
Bengaluru, India
Software Engineer
Bengaluru, India
This is a project based on competition held by AnalyticsVidhya.
In this contest solution, contestants had to come up with a solution to a multiclass text classification problem.
This was again a AnalyticsVidhya contest, where contestants were supposed to predict the period for which a patient is going to be hospitalized.
A novel deep on-policy model free actor critic reinforcement learning approach to act in a large action space using only the difference in scenes.
A survey of different approaches to study the structure of bias manifolds in different datasets. Also, a novel approach to study the evolution of bias in a dataset over a period of time.
A survey of different possible neural network architectures to learn to understand the world using MS COCO dataset.
A novel approach to cluster food items using deep self supervised learning which uses ingredient embeddings.
Built a Multiclass model(inspired by Inception v3) to annotate images of lifestyle products. We also used Google OCR API to extract selected text from the tag. The end goal was to find top candidate FSNs. Text from tag was primarily used for features like price and brand. Others more important ones came from annotations(color, type, cloth type etc). On top of this to search that product we formed a query using this information and predicted using a CRF model trained on clickstream data of Flipkart using features from features generated using Flipkart's catalog. It was so appreciated that it is in the process of going to production(which is the reason, not providing code pointer here). We did use differential learning rates to tune accuracies in the last stages of training to reach a 99.6% validation accuracy.
Deal recommendations to a user based on NSVD, using it as an unsupervised, collaborative filtering algorithm. Language: Python. Packages: Tensorflow, py2neo, pandas, and numpy. DB used was Neo4j. Dataset used was movielens dataset.