LoginSignup
0
0

More than 1 year has passed since last update.

Day002 : Botterまでの道のり(使っているライブラリのメモ)

Posted at

シリーズ前後5つ

動機

モデルをどうやって作ろうかなと思ったときに,まずなんとなくでも理解する必要があると思って・・・。
シリーズ全体が200記事くらい書ければB級Botterにはなれるはず・・・。

 ライブラリ一覧

機械学習系

機械学習ライブラリ PyTorch

pip3 install torch==1.10.1+cu113 torchvision==0.11.2+cu113 torchaudio===0.10.1+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html

機械学習ライブラリ scikit-learn

多分最初から入っているはず。

conda install scikit-learn

最適化ライブラリ Optuna

conda install -c conda-forge optuna

計算ライブラリ

経済指標計算ライブラリ TA-Lib

conda install -c conda-forge ta-lib

配列計算ライブラリ CuPy

pip install cupy-cuda113 #CUDAのバージョンに合わせて!

お絵描き

データ可視化ライブラリ Bokeh

conda install bokeh

データ可視化ライブラリ mplfinance

古い記事だとmatplotlibでCandlestickチャートを描いてますが、mplfinanceへ移行したようです。

Botterの定義

Have a good Botter Life!!!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0