Skip to content
View Jimmply's full-sized avatar
  • Laseronics L.L.C.
  • Northridge, CA

Block or report Jimmply

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Jimmply/README.md

Dmitri Shurkhai

Manufacturing Data Scientist — IIoT · Predictive Maintenance · LLM Pipelines · Aerospace

4+ years building ML and LLM systems on industrial sensor data across laser welding, CNC milling, and additive manufacturing at Laseronics LLC (AS9100 / ITAR aerospace laser shop).

Projects

Project What it does
manufacturing-log-analyzer LLM diagnostics pipeline for machine logs — anomaly detection + root-cause classification
cnc-tool-wear-predictor Tool wear state + RUL prediction — 96.8% accuracy, ~18-cut MAE
weld-quality-classifier 5-class laser weld quality prediction with SHAP explainability
weld-signal-classifier Real-time defect detection from 10 kHz photodiode + acoustic signals
laser-parameter-optimizer Nd:YAG weld parameter recommendation for 7 aerospace alloys
milling-weld-quality-predictor Two-stage cascade: milling surface quality → weld quality
additive-process-monitor Layer-by-layer FDM printer failure detection — ~90% accuracy
anomaly-detection-dashboard Multi-algorithm industrial sensor anomaly detection
rag-manufacturing-qa RAG over manufacturing SOPs and maintenance docs
as9100-quality-tracker AS9100 shop floor dashboard — FPY, OTD, NCR traceability
customer-growth-forecasting ARIMA vs Prophet vs XGBoost holdout comparison — Prophet best (MAE 1,781)

Stack

Python · XGBoost · scikit-learn · PyTorch · SHAP · LangChain · ChromaDB · Streamlit · SQL · Spark · Airflow · Docker · AWS

Education

M.S. Data Science, UCLA (in progress) · Data Science Certificate, UCLA Extension · M.S. Engineering (Microelectronics), MIEM

Contact

etozhejimmy@gmail.com · LinkedIn · Kaggle · Northridge, CA

Pinned Loading

  1. as9100-quality-tracker as9100-quality-tracker Public

    AS9100 Rev D shop floor dashboard: FPY, OTD, NCR analysis, material cert traceability. Modeled on ITAR-registered laser welding operations.

    Python

  2. cnc-tool-wear-predictor cnc-tool-wear-predictor Public

    XGBoost wear state classifier + RUL regressor for CNC milling tool fleets. 96.8% accuracy, ~18-cut MAE. Streamlit fleet dashboard.

    Python

  3. laser-parameter-optimizer laser-parameter-optimizer Public

    XGBoost surrogate + scipy optimization recommends Nd:YAG/LASAG SLS 200 parameters for Ti-6Al-4V, Inconel 625, Hastelloy and 4 other aerospace alloys.

    Python

  4. manufacturing-log-analyzer manufacturing-log-analyzer Public

    LLM-powered diagnostics for manufacturing logs. Combines anomaly detection (Z-score, rolling stats) with multi-provider LLM analysis (Gemini, Claude, OpenAI) to classify failures and generate maint…

    Python

  5. weld-quality-classifier weld-quality-classifier Public

    XGBoost classifier predicting laser weld quality (Good/Spatter/Porosity/Undercut/Cold Weld) with SHAP explainability. Streamlit process window dashboard.

    Python

  6. weld-signal-classifier weld-signal-classifier Public

    10 kHz photodiode + acoustic emission signal classifier for Nd:YAG laser welds. Detects Spatter, Porosity, Cracking, Lack of Fusion in real time. ~93% accuracy.

    Python