Repository of my own data science and AI engineering projects.
Simple R script analyzing US Arrest dataset using fuzzy clustering techniques.
Simple R Shiny application complete with simple login and data visualization
Linear regression analysis in multiple ways using Python
R script used for deterministic modeling of falling body. Used as suplement of one of my medium article (in Bahasa Indonesia): Bunuh Diri atau Dibunuh: Penggunaan Pemodelan Mekanistik dalam Penyelesaian Masalah Forensik
Analyzing German Credit Dataset to understand about credit scoring and default risk using R
Analyzing and predicting cars price using R
Analyzing customer churn data and build machine learning model to predict and understand the churn phenomena using R
Analyzing credit card fraud using R and tidymodels
Do fraud detection using machine learning models with R
Do analysis on E-commerce Dataset using Python and BigQuery using several methods/analysis
Deep Learning for image classification on MNIST and CIFAR-10 Dataset using Python and Tensorflow
Dashboard that monitor employees statistics and their personal performance complete with prediction of employee attrition and model explanation using LIME. Based on HR Attrition Data on Kaggle
Simple application that show the implementation of deep learning model to MNIST data using Tensorflow & Keras and Gradio.
This notebook is my experiment on experimenting with several embedding algorithms on several version to check which one is the best algorithm without any hyperparameter tuning.
This notebook showcase my experiment on using several embedding algorithms to visualize and understand the impact on parameter tuning to separability of legitimate vs fraud transaction behavior.
This notebook showcase my experiment on using several embedding algorithms to visualize and understand the use of embedding model to separate legitimate transaction and money laundering behavior.
This notebook is my experiment on experimenting with several embedding algorithms using R.
This notebook is my experiment on using multiple embedding model for Indonesian tweet sentiment classification by leveraging fasttext & BPE pretrained embedding then use it to train classifier (Logistic Regression and Random Forest) vs FastText Supervised model.