Giter VIP home page Giter VIP logo

autoencoder_factor's Introduction

要約

次元削減の代表的な手法であるPCAは、N系列のリターンの 線形結合によりK(<<N)系列のファクターを生成する手法。 上記の手法では資産間の非線形な関係性を捕捉することができない。

一方で、深層学習の手法で代表的な次元削減の手法である オートエンコーダ(AE)を使用すると、リターン同士の非線形な関係性を 捕捉したファクターモデルを構築することができる。

本稿では、AEを用いたファクターモデルを構築した。 AEを含むニューラルネットワークは、特徴量の選択に柔軟という長所を有する。 本稿では、株式の経済データを使用してベータの非線形な共変動をモデル化した。 一方でファクターの構成については解釈性を優先させ、一層の全結合層と線形の 活性化関数を使用した。

長期・大規模な米国株式の月次データを用いた検証の結果、 本稿で提示したAEによるファクターモデルはアウトオブサンプルの説明力に おいてPCAやFFモデルを上回ることが確認された。

現状の分析

TOPIX CORE30とLARGE70の日次終値を用いて簡単な再現分析を実施。 比較対象は単純なPCA。 2011/1~2019/12のデータを用いた分析の結果、AEとPCAでほぼ同程度のR^2を確認。

以降の課題は以下の通り。 ①ファクターの解釈 ②経済データの利用 ③モデル・データの修正変更

autoencoder_factor's People

Contributors

kood-devs avatar

Stargazers

Daniel Alavi avatar chuanmx20 avatar Q.Raine avatar Siyang Liu avatar Alooka avatar Andrew avatar  avatar Yuling Yang avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.