Skip to content

Instantly share code, notes, and snippets.

View audhiaprilliant's full-sized avatar
🎯
Focusing

Audhi Aprilliant audhiaprilliant

🎯
Focusing
View GitHub Profile
@audhiaprilliant
audhiaprilliant / introduction-plotly-1.py
Last active March 7, 2022 00:50
Introduction to Plotly
# Data manipulation
import pandas as pd
# Mathematical operation
import numpy as np
# Data viz
import plotly
import plotly.graph_objects as go
from plotly.subplots import make_subplots
@audhiaprilliant
audhiaprilliant / birthday_paradox.ipynb
Created January 21, 2022 04:23
Probability theory in birthday paradox
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@audhiaprilliant
audhiaprilliant / genetic_algorithm_kmeans.ipynb
Created December 11, 2021 17:27
Genetic Algorithm for clustering analysis Using kmeans
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@audhiaprilliant
audhiaprilliant / genetic_algorithm_manual.ipynb
Last active March 28, 2023 07:56
Manual calculation of Genetic Algorithm using Roulette Wheel selection
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@audhiaprilliant
audhiaprilliant / bfs_dfs_tree_transversal.ipynb
Created October 24, 2021 15:40
Breadth-First Search and Depth-First Search
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@audhiaprilliant
audhiaprilliant / transfer_learning_feature_extraction.ipynb
Last active October 16, 2021 12:40
Transfer learning using feature extraction of MobileNetV2
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@audhiaprilliant
audhiaprilliant / centroid_initialization.ipynb
Last active September 12, 2021 14:50
How to determine initial cluster in kmeans
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.