Skip to content
View KeepALifeUS's full-sized avatar

Block or report KeepALifeUS

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KeepALifeUS/README.md

Vladyslav Shapovalov

AI Systems Architect • Multi-Agent Systems • Deep Reinforcement Learning

LinkedIn GitHub


Building AI-powered field service management at Exoserva

What I Build

Multi-Agent Systems  →  4 AI agents coordinating via stigmergy (80% token reduction)
Deep RL Pipelines    →  PPO, DQN, Rainbow from scratch in PyTorch
ML Infrastructure    →  AutoML, XGBoost pipelines, SHAP interpretability
DDD Architecture     →  Event-sourced domains for financial analytics

Featured Projects

Project What It Does Tech
autonomous-agents 4 AI agents collaborate like ant colonies Claude API, Stigmergy
ml-ppo PPO from scratch with GAE PyTorch
ml-dqn Rainbow DQN: Double, Dueling, PER, Noisy PyTorch
ml-xgboost XGBoost + SHAP interpretability Python, FastAPI
ml-common 768-dim state vectors for trading NumPy, Numba
More ML Projects
Project Description
ml-automl-pipeline Automated ML with Optuna
ml-volatility-forecasting GARCH models for time series
ml-anomaly-detection Isolation Forest, LOF, Autoencoders
ml-explainable-ai SHAP, LIME interpretability
ml-meta-learning MAML, Reptile, ProtoNet

Tech Stack

Python TypeScript PyTorch Claude PostgreSQL Docker K8s


Core platform repos are private — commercial product in active development.

Pinned Loading

  1. multi-agent-orchestration multi-agent-orchestration Public

    Production system for coordinating multiple AI agents on shared codebase using stigmergy-based coordination. Built with Claude API.

  2. ml-ppo ml-ppo Public

    PPO from scratch: GAE, parallel envs, continuous/discrete actions. PyTorch.

    Python

  3. ml-dqn ml-dqn Public

    Rainbow DQN: Double, Dueling, PER, Noisy Nets. Atari benchmarks. PyTorch.

    Python 1

  4. ddd-analytics-domain ddd-analytics-domain Public

    DDD Analytics: ROI, Sharpe Ratio, Max Drawdown calculation. Event-driven, TypeScript.

    TypeScript

  5. ml-xgboost ml-xgboost Public

    XGBoost pipeline: SHAP interpretability, feature engineering, FastAPI serving.

    Python

  6. ml-automl-pipeline ml-automl-pipeline Public

    AutoML for crypto trading: feature engineering, Optuna optimization, ensemble methods.

    Python