gravatar

Argaadya

Arga Adyatama

Recently Published

Reverse Geocoding: Acquiring Address from Location Coordinates
Reverse Geocoding refers to converting latitude and longitude into readable addresses. In this post, we will explore 2 options for doing reverse geocoding and see their pros and cons: using API and using shapefile data
Segmenting Customer with LRFMP Model
The main purpose of this article is to learn how to identify different customer segments in retail industry using K-Means clustering method/
Airbnb Data Analysis
In this article, we will explore the data analysis using SQL query in R.
Linear Model and Regularization
Build linear model with regularization with python
CRISPR-DM Case Study
Image Classification with Convolutional Network
Use Convolutional Layer to predict if an image is a cat, dog, or a panda.
Reporting Covid-19 Cases with Geospatial Data
Use ggplot2, leaflet, and geogrid to visualize Covid-19 case in Indonesia
Building Neural Network for MNIST Dataset
Building Neural network model with keras using MLP and CNN
#COVID19 Social Network Analysis
This article shows an implementation of graph theory to build a social network analysis.
Hotel Demand Forecasting
Product Distribution with Nearest Neighbour and Genetic Algorithm
Capacitated Vehicle Routing Problem (CVRP) with Nearest Neighbour and Genetic Algorithm
Markov Chains and Text Generation
The goal of text generation is to create a predictive text or an auto-generated text based on the previous typed term or word. This article will cover on how to do text generation using Markov Chains
How basic data analysis work