โญ Anaconda ๋ฐฐํฌํ ์ค์นํ ๊ฒฝ์ฐ ์ฌ์ดํท๋ฐ์ด ํฌํจ๋์ด ์๊ธฐ ๋๋ฌธ์ ์ถ๊ฐ ์ค์น ํ์ X
1. python -c "import sklearn; print(sklearn.version)"
=> ์ฌ์ดํท๋ฐ ์ค์น ํ์ธ
2. pip install tensorflow==2.0.0(๋ณธ์ธ์ด ๊น๊ณ ์ถ์ ๋ฒ์ ์ ๋ ฅ)
3. python -c "import tensorflow as tf; print(tf.version)"
=> ํ
์ํ๋ก์ฐ ์ค์น ํ์ธ
4. conda env create -f environment.yml
=> ํ์ผ ์์ฑ ํ์ธ ํ .txt๋ฅผ ์์ ํ ์ง์ฐ๊ณ .yml๋ก ํ์ฅ์ ๋ณ๊ฒฝ
5. conda activate(๋นํ์ฑํ๋ deactivate) python-ml
=> ์ค์น ํ ์๋์ผ๋ก ์ฝ๋ค ํ๊ฒฝ ์์ฑ & ํ
์ํ๋ก์ฐ์ ํ์ํ ๋ค๋ฅธ ํจํค์ง ์ค์น
โญ Jupyter notebook/Google Colab
(Google Colab : ๊ตฌ๊ธ์์ ์ ๊ณตํ๋ ์ฃผํผํฐ ๋ ธํธ๋ถ ํ๊ฒฝ)
โ ์ฃผํผํฐ ๋ ธํธ๋ถ ํ์ผ ํ์ฅ์ : ipynb
โ ์ฃผํผํฐ ๋ ธํธ๋ถ์ ๋ค๋ฅธ ์ฌ์ดํธ ์ฐธ๊ณ ํด์ ๋ ๊ณต๋ถํ ๊ฒ
"๋จธ์ ๋ฌ๋ ๊ต๊ณผ์ with ํ์ด์ฌ, ์ฌ์ดํท๋ฐ, ํ ์ํ๋ก" ์ฑ ์์ ๋ฐ์ท
'๐จโ๐ซ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[VSC] how to use C in vscode (0) | 2020.12.30 |
---|---|
[Python] anaconda, tensorflow ์ค์น (0) | 2020.12.29 |
[PyCharm] process finished with exit code 9009 (0) | 2020.11.19 |
[Ubuntu] fanout not supported by kernel: Kernel too old or cluster-id XX already in use (0) | 2020.11.09 |
[VSC] No Python at '' (1) | 2020.11.06 |