일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
- clone coding
- python
- 강화학습
- Instagrame clone
- 앱개발
- kaggle
- React
- coding
- TeachagleMachine
- 전국국밥
- selenium
- 클론코딩
- pandas
- expo
- 딥러닝
- Reinforcement Learning
- 조코딩
- 데이터분석
- GYM
- 리액트네이티브
- 머신러닝
- 강화학습 기초
- 사이드프로젝트
- Ros
- redux
- ReactNative
- JavaScript
- 카트폴
- FirebaseV9
- App
- Today
- Total
목록시계열분석 (2)
qcoding

** 아래의 글들을 참조하여 작성하였습니다. https://robjhyndman.com/hyndsight/longseasonality/ Rob J Hyndman - Forecasting with long seasonal periods robjhyndman.com https://stackoverflow.com/questions/68923679/forecasting-time-series-with-multiple-seasonaliy-by-using-auto-arimasarimax-an Forecasting time series with multiple seasonaliy by using auto_arima(SARIMAX) and Fourier terms I am trying to forecast a time ..

* 본 글은 이전 발행글에서 아래의 githup의 코드를 그대로 가져와서 사용하였던 것을 수정하여, functional API 방법을 사용하여 코드를 고친 내용이다. 글의 큰 의미는 없으며 n_future 라는 새로운 미래 예측의 sequnce를 편하게 변경할 수 있게 변경하였다. https://github.com/flaviagiammarino/lstnet-tensorflow GitHub - flaviagiammarino/lstnet-tensorflow: TensorFlow implementation of LSTNet model for multivariate time series forecasting. TensorFlow implementation of LSTNet model for multivariat..