回心誌

日々是回心

2024-02-01から1ヶ月間の記事一覧

【ブルベ・イエベ】パーソナルカラー診断はどこから来てどこへ行くのか【春夏秋冬】

Color analysis - WikipediaWikipedia(英語版)では「カラーアナリシス(Color Analysis)」という項目で取り扱われている。いくつか別名があるが、衣服、化粧などの色彩を決める際の参考として、個人の肌の血色、瞳、髪色を用いて「似合う色」を選定する技…

【ネタバレあり】The Long Darkのストーリーモードをクリアしよう #3

前回に続いてウィンターサバイバルゲーム「The Long Dark」のストーリーモード(Wintermute)をプレイしていく。

pythonでstockindicatorsライブラリを使う

SMAとかならTA-Libでいいんだけど、Zig-Zagを使ってみたかったので入れてみた。 うーん。デフォルトでPandasやNumpyに対応していなくて、quetes_listに変換する必要があり、処理件数が多いとパフォーマンス的にちょっと厳しい。Guide and Pro tips | Stock I…

「CNN-LSTMモデルを用いた株式相場予想」を試す

元ネタ CNN-LSTMモデルを用いた株式相場予想 #Python - Qiita ソースコード forecast_sp500/cnn_lstm.ipynb at main · sugiyama404/forecast_sp500 · GitHub git clone https://github.com/sugiyama404/forecast_sp500.git cd forecast_sp500/ python3 -m ve…

"Including non-PyTorch memory, this process has 17179869184.00 GiB memory in use"

ResNetの学習がなんかうまくいかない。 OutOfMemoryError: CUDA out of memory. Tried to allocate 2.00 MiB. GPU 0 has a total capacity of 11.99 GiB of which 0 bytes is free. Including non-PyTorch memory, this process has 17179869184.00 GiB memo…

"Wavelet Denoised-ResNet CNN and LightGBM Method to Predict Forex Rate of Change"を追試する。その2

前回の続き。 "Wavelet Denoised-ResNet CNN and LightGBM Method to Predict Forex Rate of Change"を追試する。その1 - 回心誌 とりあえず、動くようにはなったので、今度はもっと行数を増やして再度テスト。 行数を増やして再度テスト 10万行にして、ハ…

"Wavelet Denoised-ResNet CNN and LightGBM Method to Predict Forex Rate of Change"を追試する。その1

何かというと、この論文。 https://arxiv.org/pdf/2102.04861.pdf 以下のサーベイ論文で、RSMEが非常に小さいとして取り上げられていた。 Zexin Hu, Yiqi Zhao and Matloob Khushi "A Survey of Forex and Stock Price Prediction Using Deep Learning" (202…