機械学習のパッケージ

sklearn

matplotlib

グラフなどを描画することができる

https://qiita.com/nkay/items/d1eb91e33b9d6469ef51

keras

ディープラーニング

Pytorch

https://pytorch.org/get-started/previous-versions/

cudaのバージョンとか、condaで入れるかpipで入れるかで違うみたいなので、上のURLで確認する。
cudaのバージョンは「nvcc –version」で確認できる。

前の記事

jupyter notebookを使う