Advance Deep Learning 16

단순이동평균(SMA)를 기반으로 전략 백테스팅

"금융 파이썬 쿡북 Ch2. 파이썬에서의 기술적 분석 "의 내용을 기반으로 작성하였습니다. (실습 깃헙) 1. 백테스팅이란? 과거데이터를 활용해 자신의 알고리즘, 투자전략 원칙을 검증하는 과정하는 것이다. 초기투자금액 설정, 시작일이나 종료일을 설정하거나 매매나 수익의 분석을 제공하는 등의 성과를 분석하여 어느 정도의 수익을 낼 수 있는 지를 확인하는 것이다. 즉, 과거의 데이터(Back)과 알고리즘을 테스트한다는 의미인 테스팅(testing)이 결합되어 사용된 용어이다. (Source : https://inshang.tistory.com/19) 2. 백테스트 프레임워크 backtrader 백테스트를 위해 사용하는 프레임워크는 다양한데 그 중에서도 backtrader를 사용해 보겠다. (https://w..

[Advanced ML & DL Week6] Simple Project_Multivariate LSTM-FCNs for Time Series Classification

논문링크 : Multivariate LSTM-FCNs for Time Series Classification 팀 블로그 작성 글 링크 :https://kubig-2022-2.tistory.com/120 [Advanced ML & DL Week6] Simple Project_Multivariate LSTM-FCNs for Time Series Classification 작성자 : 14기 김태영 논문링크 : Multivariate LSTM-FCNs for Time Series Classification Multivariate LSTM-FCNs for Time Series Classification Over the past decade, multivariate time series classification ..

[Advanced ML & DL Week5] Multivariate LSTM-FCNs for Time Series Classification

논문링크 : Multivariate LSTM-FCNs for Time Series Classification Multivariate LSTM-FCNs for Time Series Classification Over the past decade, multivariate time series classification has received great attention. We propose transforming the existing univariate time series classification models, the Long Short Term Memory Fully Convolutional Network (LSTM-FCN) and Attention L arxiv.org 팀 블로그 작성 글 링크 : ..

[Advanced ML & DL Week4] BERT : Pre-training of Deep Bidirectional Transformers for Language Understanding

논문 링크 : BERT, Pre-training of Deep Bidirectional Transformers for Language Understanding 팀 블로그 작성 글 링크 : https://kubig-2022-2.tistory.com/86 [Advanced ML & DL Week4] BERT : Pre-training of Deep Bidirectional Transformers for Language Understanding 작성자 : 14기 김태영 논문 링크 : BERT, Pre-training of Deep Bidirectional Transformers for Language Understanding 1. Introduction BERT가 등장하기 이전의 SOTA 모델로는 GPT-1이..

[Advanced ML & DL Week2] Zero-shot Learning Through Cross-Modal Transfer

논문링크 : Zero-shot Learning Through Cross-Modal Transfer 팀블로그 작성 글 링크 : https://kubig-2022-2.tistory.com/54 [Advanced ML & DL Week2] Zero-shot Learning Through Cross-Modal Transfer 작성자 : 14기 김태영 논문링크 : Zero-shot Learning Through Cross-Modal Transfer 1. Introduction 1) Zero-Shot Learning Zero-Shot Laerning이란 "unseen example에 대해서 문제를 잘 해결할 수 있도록 모델을 학습하는 것"을 의 kubig-2022-2.tistory.com

[Advanced ML & DL Week1] Simple and Scalable Predictive Uncertainty Estimation Using Deep Ensembles

논문 링크 : Simple and Scalable Predictive Uncertainty Estimation Using Deep Ensembles - DeepMind 팀블로그 작성 글 링크 : https://kubig-2022-2.tistory.com/30 [Advanced ML & DL Week1] Simple and Scalable Predictive Uncertainty Estimation Using Deep Ensembles 작성자 : 14기 김태영 논문 링크 : Simple and Scalable Predictive Uncertainty Estimation Using Deep Ensembles - DeepMind 1. Introduction and Basic 1) 신경망 모델의 한계점 다양한 ..