Data Science
These are the data science projects i made wether for work or for fun to implement method like EDA, prepocessing, prediction and data visualization
Dashboard
World Happiness Data on Tableau
World Happiness Data and relation between GDP and happiness score on Tableau.
Customer Feedback Dashboard
Costumer feedback data visualization, with prepocessing.
Trending YouTube Video GB Dashboard
This is a trending youtube video overview dashboard, study case Great Britain.
COVID 19 Dashboard
Spreading of covid in Indonesia.
Jupyter/Colab Notebook
Data Analysis and EDA on Beijing Air Quality Dataset
This experiment has detailed preprocessing, analysis, visualization and a simple dashboard on Beijing dataset.
Custom VGG Network with Functional API
This is how you create VGG network from scratch, so you can custom it.
Used Car EDA and Price Prediction with RFG And LGBM
This notebook is showing EDA of dataset car from craiglist, filling up extreme null value and predict the price with Random forest and LGBM.
Generative Adversarial Network with Hands
We will build a Generative Adversarial Network (GAN) that generates pictures of hands.
Gold Prediction with LSTM and ARIMA
This is an experiment of gold prediction using LSTM and ARIMA.
LVQ Implementation in Hand-written MNIST Dataset
This is an experiment of Hand writing prediction using LVQ, LVQ2 and LVQ2.1.