Skip to content

lstm_baseline 파라미터 변경 #1

Description

@juhee3199

window_size =61

lstm2layer epochs=100, batch_size=30
->7.8718e-04

lstm5layer epochs=100, batch_size=50
-> 5.1591e-04

lstm5 위코드에서 출력노드64로 바꿈
-> 성능 많이 떨어짐.
lstm5 위코드에서 출력노드20로 바꿈
-> 0.0010

lstm5 epochs=100, batch_size=10
-> 3.9842e-04

-> 61 lstm3.csv -> 3.7701

lstm5 epochs=150, batch_size=10
-> 2.4993e-04 까지 떨어졌다가 0.0053으로 오름

lstm5 epochs=140, batch_size=10
-> 2.6626e-04
-> lstm5 e150 b10.csv
BUT 4.1386282351 (MSE가 완전 많이 떨어짐..)**

lstm6 epochs=100, batch_size=50
-> 0.0012

==> 최적 = lstm5, epochs=100, batch_size=50

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions