AI開発/macへのPythonのインストール
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
[[開発環境]]
AI開発/macへのPythonのインストール~
https://qiita.com/yoshizaki_kkgk/items/4663148a2b3ca078ddbc
Homebrewのインストール
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercon...
Python3のインストール
brew install python3
Pythonライブラリのインストール
pip3 install numpy # 線形代数
pip3 install scipy # 数式処理
pip3 install matplotlib # 描画
pip3 install pandas # データ操作
Python機械学習ライブラリのイストール
pip3 install scikit-learn
Pythonディープラーニングライブラリのインストール
pip3 install chainer
Pythonデータ分析ツールのインストール
pip3 install jupyter
終了行:
[[開発環境]]
AI開発/macへのPythonのインストール~
https://qiita.com/yoshizaki_kkgk/items/4663148a2b3ca078ddbc
Homebrewのインストール
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercon...
Python3のインストール
brew install python3
Pythonライブラリのインストール
pip3 install numpy # 線形代数
pip3 install scipy # 数式処理
pip3 install matplotlib # 描画
pip3 install pandas # データ操作
Python機械学習ライブラリのイストール
pip3 install scikit-learn
Pythonディープラーニングライブラリのインストール
pip3 install chainer
Pythonデータ分析ツールのインストール
pip3 install jupyter
ページ名: