LSTM
![[HPC Lab] LSTM으로 Google Cluster Trace Data의 CPU rate 예측하기 - 예측](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fd224Bj%2FbtsFB8c6bTd%2FMouywkxM9Tw0spJo4d3A41%2Fimg.png)
[HPC Lab] LSTM으로 Google Cluster Trace Data의 CPU rate 예측하기 - 예측
https://welldonecode.tistory.com/96 [HPC Lab] LSTM으로 Google Cluster Trace Data의 CPU rate 예측하기 - 데이터 전처리 Cluster Autometic DR 논문의 공저자를 목표로 대장정을 시작한다. 아래의 google 공식 github에서 cluter trace data 2011 (version 2) 를 이용하여 CPU rate에 관련된 데이터를 만들고자 한다. https://github.com/google/clus welldonecode.tistory.com 이전 포스팅에서 데이터 전처리를 완료하여 단일 클러스터의 CPU, Memory 사용량에 대한 10분 주기의 시계열 데이터를 생성하였다. 이번엔 기본적인 LSTM 모델을 생성하여 해..