All Notebooks
Explore computational projects, data analysis, and algorithmic implementations.
9 notebooks found
Estimated Time Arrival approach and analysis for UI's Bis Kuning
FeaturedA data-driven approach to predicting the Estimated Time of Arrival (ETA) for Universitas Indonesia's campus shuttle (Bis Kuning). This notebook analyzes travel patterns and route efficiency to improve campus mobility.
TransportationETA PredictionData AnalysisUniversitas Indonesia
Updated: November 15, 2025
Radar-Based Human Detection with ERASENet
FeaturedSegments human presence from millimeter-wave radar heatmaps using a custom ERASENet-style model. The notebook covers radar tensor visualization, weighted pixel scoring, and a 30-epoch PyTorch training run that reached a best validation score of 0.9733 and a test score of 0.9394.
PyTorchRadarSegmentationSensor AI
Updated: October 21, 2025
Crowd Counting and Head Localization
FeaturedBuilds a slice-based crowd analysis pipeline that predicts both head counts and head-center coordinates in dense scenes. It combines density-map regression, SAHI-based patching, and localization evaluation, with a best validation loss of 0.0002 across the training run.
PyTorchCrowd CountingLocalizationComputer Vision
Updated: October 24, 2025
Human Activity Recognition Using Sensor Data
FeaturedClassifies four activity classes from accelerometer and gyroscope time-series signals. The notebook combines exploratory analysis, feature engineering, and gradient-boosted modeling for competition-style sensor classification.
PythonTime SeriesHuman Activity RecognitionXGBoost
Updated: July 21, 2025
Fraud Detection on Fintech Loan Transaction Data
FeaturedDetects fraudulent users in a fintech lending platform using anonymized user attributes and loan activity records. The notebook combines user profiles and transaction history to classify users as fraud or non-fraud.
PythonClassificationFraud DetectionFintech
Updated: August 31, 2024
Multilabel Classification of Fashion Products from Images
FeaturedClassifies multiple attributes from fashion product images, including clothing type and product color. The notebook builds an image-based multilabel classification pipeline to predict all relevant attributes from a single image.
PythonComputer VisionMultilabel ClassificationDeep Learning
Updated: October 5, 2024
Mental Health Condition Prediction from Survey Responses
FeaturedAnalyzes questionnaire-based mental health indicators to predict diagnosed mental health conditions. The notebook focuses on structured-data cleaning, survey response exploration, and supervised classification over multi-class mental health labels.
PythonClassificationMental HealthSurvey Data
Updated: September 10, 2024
Employee Health Risk Analysis and Cholesterol Modeling
FeaturedInvestigates which health and demographic factors most strongly relate to total cholesterol in an employee wellness dataset. The notebook emphasizes anomaly correction, feature engineering, and Random Forest feature-importance analysis over 1,336 employee records.
PythonEDAHealth AnalyticsRegression
Updated: April 17, 2024
Multi-View Scientific Citation Prediction
FeaturedPredicts whether one scientific paper should cite another by combining SPECTER-style document embeddings, sliding-window local similarity, metadata priors, and XGBoost. The final fused feature table reaches a mean 5-fold MCC of 0.6097 and produces a 336,021-row competition submission.
NLPScientific Citation PredictionTransformersXGBoost
Updated: March 28, 2026