Skip to content

Instantly share code, notes, and snippets.

Optimizer Keterangan
SGD Stochastic Gradient Descent, update bobot sederhana
RMSprop Bagus untuk data time series / sekuens
Adagrad Learning rate adaptif untuk fitur jarang muncul
Adamax Variasi Adam untuk data besar
Task Loss function
@nadiawaa
nadiawaa / vektor_biner.md
Created October 4, 2025 23:33
vektor biner
Angka Asli One-Hot Encoding
0 [1,0,0,0,0,0,0,0,0,0]
1 [0,1,0,0,0,0,0,0,0,0]
2 [0,0,1,0,0,0,0,0,0,0]
... ...
9 [0,0,0,0,0,0,0,0,0,1]
@nadiawaa
nadiawaa / dataset_luas_tanah_dan_harga_rumah.md
Created October 4, 2025 14:08
dataset luas tanah dan harga tumah
luas tanah harga rumah
30 300
50 500
70 700
90 900