You are on page 1of 3

LAPORAN ANALISA

UAS DATA, INFORMASI, DAN PENGETAHUAN 2021/2022


Judul Penelitian Implementasi Recurrent Neural Network Untuk Prediksi Harga Minyak
Dunia
Bentuk Evaluasi Perbandingan MAE, & RSME Metode LSTM vs. GRU
Paper Referensi [1] H. Salvi, “Long Short-Term Model for Brent Oil Price
Forecasting,” Int. J. Res. Appl. Sci. Eng. Technol., vol. 7, no. 11,
pp. 315–319, 2019.

Dataset Oil Brent Prices oleh Mustafa Abusalah di Kaggle.com


https://www.kaggle.com/datasets/mabusalah/brent-oil-prices
Long Short Term Memory (LSTM) Method
Preprocessing Normalizing with MinMax Scaller
Dataset Look back = 60
70:30 ratio
Training Data : Test Data
Methodology LSTM = 4 Layers
Dropout = 0.2
Units = 60
Epoch = 25
Batch Size = 64
Optimizer = Adam

Result
Gated Recurrent Unit (GRU) Method
Preprocessing Normalizing with MinMax Scaller
Dataset Look back = 22
70:30 ratio
Training Data : Test Data
Methodology GRU = 2 Layers
Hidden Dimension = 22
Units = 1
Epoch = 75
Batch Size = Batch First
Optimizer = Adam
Learn Rate = 0.01
Train Loss 7.643641583854333e-05
Test Loss 0.00015840362175367773

Result

You might also like