Personal Project · Applied ML

Applied Machine Learning

Anomaly detection, forecasting, and classification deployed via APIs and containers

Overview

Hands-on work with machine learning concepts including anomaly detection, time-series forecasting, and classification, with a focus on practical deployment patterns via APIs and containerization. These projects explore the full ML lifecycle: from data preparation and feature engineering through model training to serving predictions via production-ready endpoints.

PyTorch Scikit-Learn MLFlow FastAPI Docker Pandas

ML Capabilities

πŸ”

Anomaly Detection

Statistical and ML-based approaches to identify unusual patterns in streaming and batch data. Useful for quality control and monitoring.

πŸ“ˆ

Time-Series Forecasting

Predicting future values from temporal data using LSTM networks and classical methods. Applied to operational metrics and demand patterns.

🏷️

Classification & Regression

Supervised learning with Scikit-Learn and PyTorch for categorization and continuous value prediction tasks.

πŸ”§

Feature Engineering

Data transformation, encoding, scaling, and feature selection pipelines that improve model performance and reproducibility.

Deep Learning Knowledge

🧠

CNN & RNN/LSTM

Convolutional networks for image-based tasks; recurrent networks for sequential and time-series data processing.

οΏ½

Transformers (BERT/GPT)

Understanding of attention-based architectures for NLP tasks including text classification and generation.

🎨

Generative Models

GANs and diffusion models for synthetic data generation and augmentation.

πŸ•ΈοΈ

Graph Neural Networks

GNNs for structured data with relational properties applicable to network topology and design graph analysis.

Deployment Patterns

Every model is deployed with production in mind:

Approach

I focus on practical ML not just training models, but deploying them as reliable services. The goal is always: data in β†’ clean predictions out β†’ monitored in production. This mindset directly supports my professional work in data pipeline design and automation.