Amirtha Ganesh R

Data Scientist | Data Analyst | ML Engineer

I'm a final year M.Sc. Data Science student at VIT-AP with a strong passion for solving real-world problems through data. I hold a B.Sc. (Honors) in Data Science & Analytics from Sharda University, Delhi, and bring over five years of academic experience in data science, machine learning, deep learning, data analysis, and statistical modeling. I enjoy working hands-on with data, transforming raw information into meaningful insights, and I'm comfortable owning the full ML lifecycle, from analysis and feature engineering to model development and deployment.

My work spans the full analytics spectrum, descriptive, diagnostic, predictive, and prescriptive, along with post-deployment model improvement, with an emphasis on accuracy, robustness, and real-world impact. I've optimized ML/DL models through continuous experimentation and evaluation, and I currently have a research paper in the publishing pipeline at IEEE CICN 2025. Curious by nature and driven by challenges, I'm always eager to build data-driven systems that make a measurable difference.

5+
YEARS OF ACADEMIC DATA SCIENCE EXPERIENCE
17+
PRODUCTION-READY MODELS
12+
CERTIFICATIONS & INDUSTRY SIMULATIONS
1
IEEE RESEARCH PUBLICATION
Amirthaganesh R - Data Scientist

Skills

Programming Languages
Python (NumPy, Pandas, Scikit-learn)
R (ggplot2, dplyr, tidyr)
SQL (PostgreSQL, MySQL)
MATLAB
Machine Learning
Supervised (Linear/Logistic Regression, SVM)
Ensemble (XGBoost, Random Forest, AdaBoost)
Unsupervised (K-Means, DBSCAN, Hierarchical)
Dimensionality Reduction (PCA, t-SNE, LDA)
Deep Learning
Frameworks (TensorFlow, Keras, PyTorch)
CNNs (ResNet, VGG, MobileNet)
RNNs (LSTM, GRU, Bidirectional)
GANs (DCGAN, CTGAN, Conditional GAN)
Transfer Learning & Fine-tuning
Data Analysis & Visualization
Data Wrangling (Pandas, NumPy)
Statistical Analysis (Hypothesis Testing)
Visualization (Matplotlib, Seaborn, Plotly)
BI Tools (Tableau, Power BI)
EDA & Feature Engineering
MLOps & Deployment
Model Deployment (Flask, Streamlit)
Containerization (Docker)
Version Control (Git, GitHub)
Experiment Tracking (MLflow, Weights & Biases)
Cloud Platforms (Oracle OCI, AWS)
Specialized Skills
NLP (Text Classification, Sentiment Analysis)
Computer Vision (Object Detection, Classification)
Time Series Analysis (ARIMA, Prophet)
Big Data (Hadoop)
Model Optimization & Hyperparameter Tuning

Projects

Hybrid GAN Data Synthesizer
Hybrid GAN Data Synthesizer

Dual-engine synthetic tabular data generator using Gaussian Copula and CTGAN with automated preprocessing and comprehensive evaluation metrics.

💡 Insight: Synthetic data matched real distribution statistics closely enough to drop into existing pipelines without retraining downstream models.
GANs Streamlit Python
GitHub
SmartFit AI
SmartFit AI

ML-powered fitness platform analyzing 20K+ records using PCA, K-Means clustering, and neural networks for personalized insights.

💡 Insight: Clustering uncovered 4 distinct fitness personas in the data, enabling recommendations a generic dashboard would have missed.
Neural Networks K-Means Streamlit
GitHub Live Demo
RippleWorks
RippleWorks

Water quality intelligence system with dual XGBoost models for WQI regression and classification deployed as interactive web app.

💡 Insight: Pairing a regression score with a separate safety classifier caught borderline-unsafe samples a single model alone would have scored as fine.
XGBoost KNN Streamlit
GitHub
Sentiment Analysis RNN
Sentiment Analysis RNN

Sequential neural networks (RNN, LSTM, GRU) for text classification with real-time prediction on news articles and reviews.

💡 Insight: Gated architectures (LSTM/GRU) held onto context in longer reviews far better than vanilla RNNs, where early signal kept fading out.
LSTM GRU NLP
GitHub Live Demo
News Authenticity Detection
News Authenticity Detection

Classifies news articles as Fake or Real using TF-IDF features for classical models and LSTM embeddings for deep learning.

💡 Insight: LSTM embeddings picked up on subtler linguistic patterns in fake articles that TF-IDF's word-frequency approach missed entirely.
LSTM TF-IDF Classification
GitHub
Drone Livestock Detection
Drone Livestock Detection

YOLOv8-based livestock detection system for identifying and counting sheep in aerial imagery. mAP50: 0.782, Precision: 0.793.

💡 Insight: 0.782 mAP50 held up on real aerial footage, not just curated benchmark images, which is where most detection models quietly fall apart.
YOLOv8 Computer Vision UAV
GitHub
YOLOv8 Garbage Detection
YOLOv8 Garbage Detection

Comparative study of YOLOv8 Nano at different resolutions (416×416 vs 608×608) for garbage detection. Analyzes speed-accuracy trade-offs.

💡 Insight: Higher resolution improved detection accuracy but cost real inference speed, pinpointing exactly where that trade-off breaks for real-time use.
YOLOv8 Model Optimization Research
GitHub
QSR Site Selection Analysis
QSR Site Selection Analysis

Data-driven approach to identifying optimal locations for Quick Service Restaurant expansion in Maharashtra using demographic and POI data.

💡 Insight: Layering demographic data on top of POI density surfaced expansion sites that foot-traffic data alone would have overlooked.
Geospatial Analysis Market Research Pandas
GitHub
E-Commerce Market Viability
E-Commerce Market Viability

Framework to identify high-potential markets and operational risks in e-commerce expansion. Delivered in 4 hours using 9 interconnected datasets.

💡 Insight: Cross-referencing 9 datasets in a single framework surfaced operational risks that any one dataset viewed alone would have hidden.
Business Analytics Random Forest Clustering
GitHub
Aircraft Engine Anomaly Detection
Aircraft Engine Anomaly Detection

Identifying engines operating at abnormally high turbine gas temperatures using Isolation Forest and unsupervised machine learning.

💡 Insight: Isolation Forest flagged abnormal turbine temperatures earlier than a fixed-threshold alert would have, catching drift before it became failure.
Isolation Forest Anomaly Detection PCA
GitHub
Energy Demand Forecasting
Energy Demand Forecasting

Forecasting electrical load demand and solar power generation in Italy using ARIMA models for grid management and energy planning.

💡 Insight: ARIMA captured seasonal demand swings accurately enough to support real grid planning decisions, not just retrospective backtesting.
ARIMA Time Series Energy Analytics
GitHub
Student Performance Prediction
Student Performance Prediction

Analyzing 80,000 student records with linear and non-linear models. R²: 0.8705, previous GPA correlation: 0.93.

💡 Insight: Previous GPA alone explained 93% of the variance in outcomes, showing where targeted intervention matters more than piling on more data.
Linear Regression Random Forest Education Analytics
GitHub Docs
Handwritten Digit Recognition
Handwritten Digit Recognition

Deep learning project classifying handwritten digits (0–9) from 28×28 grayscale images. Validation Accuracy: ~97%.

💡 Insight: A lean ANN reached ~97% validation accuracy, proof that architecture choice matters more than raw model size on structured image tasks.
Neural Networks Image Classification MNIST
GitHub
Deep Learning Experiments
Deep Learning Experiments

Collection of DL experiments: LSTM text classification, MLP regression, RNN sentiment analysis, CNN image classification on CIFAR-10.

💡 Insight: Running architectures side by side on the same problems showed which model actually fits which task, instead of defaulting to one by habit.
LSTM CNN RNN
GitHub
TESLA Daily Return Prediction
TESLA Daily Return Prediction

Full-stack financial forecasting pipeline with 116 engineered features. Linear Regression outperforms XGBoost/LightGBM in out-of-sample accuracy.

💡 Insight: Simple Linear Regression beat XGBoost and LightGBM out-of-sample, a reminder that added model complexity isn't always added signal.
Time Series FinTech Feature Engineering
GitHub
Diabetes Readmission Prediction
Diabetes Readmission Prediction

Predicting hospital readmission using ensemble learning on 101,766 patient records. Gradient Boosting achieves 69.82% accuracy.

💡 Insight: Gradient Boosting hit 69.82% accuracy across 100K+ patient records, enough to meaningfully flag high-risk readmissions before discharge.
Gradient Boosting Healthcare Classification
GitHub Dashboard
Trader Behavior vs Market Sentiment
Trader Behavior vs Market Sentiment

Analyzing relationship between trader profitability and Bitcoin Fear & Greed Index using 211K+ trades. Fear periods yield 2.5× higher PnL.

💡 Insight: Fear periods produced 2.5× higher PnL than greed periods, a contrarian signal buried inside 211K+ trades most traders never look for.
Statistical Analysis Trading Analytics Behavioral Finance
GitHub

Achievements & Certifications

Journey

2020-2023

B.Sc Data Science & Analytics – Sharda University, Delhi

Graduated with Honors, building a strong foundation in statistical modeling, ML algorithms, and data analysis. Participated in 3 hackathon-based competitions, gaining hands-on experience in rapid prototyping and team collaboration. Founded a startup venture exploring data-driven solutions, which provided invaluable entrepreneurial insights into product development and business analytics.

June 2022 - Aug 2022

Data Analyst Intern – White Elephant

Analyzed 100K+ records achieving 85% data quality improvement through comprehensive data cleaning and validation pipelines. Applied dimensionality reduction techniques including t-SNE and PCA, reducing feature space by 40% while maintaining 92% variance. Improved model accuracy by 12% through advanced regularization techniques and feature engineering.

June 2024 - Aug 2024

Data Science Intern – MBA Bazaar

Analyzed mock test, MCQ, and quiz data for CAT/XAT/GMAT prep platforms to identify topic-wise accuracy, time spent per question, and performance drop-offs. Built student performance tracking logic to classify users into beginner/intermediate/exam-ready segments. Cleaned and structured raw learner data including attempts, scores, retries, and engagement metrics using Python (Pandas, NumPy). Created predictive models to estimate exam readiness based on mock scores and practice consistency. Designed dashboards using Excel, Power BI, and Google Data Studio for mentors to monitor batch-wise progress. Conducted analysis on content effectiveness across case studies, workshops, and live sessions to identify learning interventions that improved scores. Supported the product team with data-backed insights for optimizing learning paths and mock test difficulty calibration.

2024-2026

M.Sc Data Science – VIT, AP

Currently pursuing with CGPA 8.43/10.0, specializing in statistical modeling, deep learning, machine learning, computer vision, and production ML systems. Serving as co-leader of the Data Science Club, fostering collaborative learning and organizing technical workshops. Completed multiple academic projects under different mentors, focusing on machine learning and deep learning architectures including CNNs for image classification and computer vision tasks. Developed BrainWeave, an information retrieval system that converts PDF and Word documents into visually structured mindmaps to enhance comprehension and learning efficiency. Working extensively with convolutional neural networks for various computer vision applications.

2025

IEEE Publication & Oracle Certification

Wrote a research paper on the topic "Dimensionality Reduction for Intrusion Detection Using Crow Search Optimization and Grey Wolf Optimization" at the 2025 IEEE 17th International Conference on Computational Intelligence and Communication Networks (CICN) held at National Institute of Technology, Goa. Currently in the publishing pipeline. Earned Oracle Cloud Infrastructure 2025 Certified Data Science Professional certification, demonstrating expertise in cloud-based ML deployment and scalable AI solutions.

Let's Connect

Open to collaborations, research opportunities, internships, and full-time roles in data science.