Skip to content
View YukiEuler's full-sized avatar
  • Diponegoro University

Highlights

  • Pro

Organizations

@Intergalactic-Science-Kingdom-ISK

Block or report YukiEuler

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
YukiEuler/README.md

Yesaya Rudolf Susanto Widyanto

Machine Learning Researcher · Data Scientist · Software Engineer

Building reliable and efficient intelligent systems for scientific and real-world applications.

GitHub LinkedIn Google Scholar GitHub followers

## About Me

I am a Computer Science graduate from the Department of Informatics, Universitas Diponegoro, with interests in machine learning research, data science, and software engineering.

My work focuses on transforming research ideas into reproducible systems, particularly in:

  • Spatio-temporal graph learning
  • Time-series forecasting
  • Reliable and uncertainty-aware machine learning
  • Computer vision for public safety
  • Cross-lingual and low-resource NLP
  • Efficient AI for resource-constrained environments

I also have experience in competitive data science, mathematical problem-solving, smart-contract development, and mobile application development.

Research

Undergraduate Thesis

Multi-Step Microseismic Magnitude Prediction with Calibrated Uncertainty Estimation Using Spatio-Temporal Graph Attention Networks

A spatio-temporal deep-learning framework combining Graph Attention Networks and LSTM models to predict microseismic magnitude sequences.

The research incorporates deep ensembles and post-hoc calibration to produce more reliable uncertainty intervals across multiple temporal resolutions.

Repository · UNDIP Repository

Publication

Separable Convolutional Hierarchical Decomposition for Lightweight Residential Load Forecasting in Smart Grids

Co-authored research introducing a lightweight hierarchical time-series forecasting architecture based on depthwise separable convolution.

The model was developed for accurate multi-horizon residential-load forecasting while requiring fewer parameters than computationally intensive Transformer and LSTM baselines.

Published in Advance Sustainable Science, Engineering and Technology, 2026.

Selected Achievements

  • Gold Medal — ICECInno 2024 AquaGuard: Real-Time Drowning Detection System Using Computer Vision for Enhanced Child Safety University Undergraduate Category, Universiti Malaysia Pahang Al-Sultan Abdullah.

  • 2nd Place — HOLOGY 7.0 Data Mining Competition, 2024 National technology competition organized by the Faculty of Computer Science, Universitas Brawijaya.

  • 3rd Place — Data Slayer 3.0 Machine Learning Competition, 2025 National data-science competition organized by Telkom University Purwokerto and joined by 163 teams.

  • Universitas Diponegoro Representative — ON-MIPA Mathematics, 2023 Selected to represent UNDIP at the Central Java regional stage.

Featured Projects

A research-oriented framework for multi-step microseismic magnitude prediction using spatial graph attention, temporal sequence modeling, and calibrated uncertainty estimation.

PyTorch · PyTorch Geometric · GAT · LSTM · Deep Ensembles


A real-time driver-drowsiness detection system supporting browser-camera and video-based inference.

The application detects conditions such as focused driving, talking, yawning, and microsleep, then generates an audio warning when potentially dangerous behavior is detected.

PyTorch · MobileNetV3 · LSTM · ONNX · Streamlit · WebRTC


A cross-lingual information-retrieval system for searching Javanese Wikipedia articles using Indonesian queries.

The project explores both lexical and neural retrieval through TF-IDF, multilingual BERT, LaBSE, and fine-tuned language models.

NLP · Information Retrieval · mBERT · LaBSE · Streamlit


A smart-contract system for transparent and accountable government-budget disbursement.

It models budget allocation, payment proposals, vendor validation, multisignature approval, and fund disbursement through Soroban smart contracts.

Rust · Soroban · Stellar · Smart Contracts


A modular LaTeX thesis template for Informatics students at Universitas Diponegoro.

It includes APA 7th-edition references, automated numbering, and an organized multi-file document structure.

LaTeX · BibLaTeX · Academic Tooling

Technology Stack

Machine Learning and Data

Python PyTorch scikit-learn NumPy pandas ONNX

Software Development

Rust TypeScript Dart C C++ LaTeX

Frameworks and Tools

Streamlit Flutter Stellar Git GitHub

Current Focus

  • Reliable graph neural networks for scientific forecasting
  • Calibrated uncertainty estimation
  • Lightweight architectures for time-series applications
  • AI systems for public safety and social impact
  • Reproducible machine-learning experimentation

Public GitHub Statistics

Statistics are generated from public GitHub repositories and may not include private work or contributions made to repositories owned by organizations and other users.

Collaboration

I am open to research collaboration and software projects involving:

  • Scientific and applied machine learning
  • Graph neural networks and time-series forecasting
  • Computer vision and intelligent safety systems
  • Indonesian and regional-language NLP
  • Efficient and uncertainty-aware AI
  • Open-source research software

For collaboration or professional opportunities, reach me through LinkedIn or email.

Popular repositories Loading

  1. GeoFarm GeoFarm Public

    HackFest 2024 Submission

    Dart 3

  2. Travelling-Salesman-Problem Travelling-Salesman-Problem Public

    Mencari rute terpendek dari sebuah perjalanan.

    Jupyter Notebook 1

  3. Data-Structure Data-Structure Public

    Random data structure that I found interesting to implement in C

    C 1

  4. Leap-of-Stones Leap-of-Stones Public

    A platformer game that use GDExtension

    C++ 1

  5. Skripsi-Latex-IF-Undip Skripsi-Latex-IF-Undip Public

    Template LaTeX Skripsi Informatika UNDIP. Mendukung sitasi APA 7th (BibLaTeX), struktur folder modular, dan penomoran otomatis standar akademik.

    TeX 1

  6. tic-tac-toe tic-tac-toe Public

    Tic Tac Toe with Python

    Python