๐ AI & Bigdata/Python
2023.05.08
๊ฐ์ํ๊ฒฝ ๋ช
์นญ์ solearn์ผ๋ก ํ๊ฒ ์ต๋๋ค ์ค์นํ ํจํค์ง ํ์ธํ๊ณ ์ถ์ ๋๋ yml ํ์ผ ์์ฑํด์ pip installํ ๊ฒ์ ํ์ธํ ๋ ์ข๊ณ , ๊ธฐ์กด์ ๊ฐ์ํ๊ฒฝ ์ค์ ์ ๋์ผํ๊ฒ ๊ฐ์ ธ๊ฐ๊ณ ์ถ์ ๋๋ (๋์ผํ ํ๋ก์ ํธ ์คํํ๋๋ฐ ๋ค๋ฅธ ๊ฒฝ์ฐ ๋ฑ) ๊ฐ์ํ๊ฒฝ์ ๋ณต์ฌํ๋ ๊ฒ์ด ๊ฐ์ฅ ์ฝ๊ณ ๋น ๋ฅด๊ฒ ํ ์ ์์ ๊ฐ์ํ๊ฒฝ ์กฐํ : ๊ฐ์ํ๊ฒฝ ๋ฆฌ์คํธ๊ฐ ๋์ค๊ณ ํด๋ ๋ช
์์ * ๊ฐ ํ์๋๋ ๊ณณ์ด ํ์ฌ ํ์ด์ฌ ํ๊ฒฝ์ ๋ํ๋ conda info --envs conda info -e ๊ฐ์ํ๊ฒฝ ์คํ cmd >> activate solearn ๊ฐ์ํ๊ฒฝ ์์ฑ : python 3.9๋ฒ์ /์๋์ฝ๋ค ํจํค์ง๋ฅผ ๊ฐ์ด ์ค์น conda create --name solearn python=ํ์ด์ฌ๋ฒ์ [๊ฐ์ด ์ค์นํ ํจํค์ง๋ช
] conda create -..
๐ AI & Bigdata/Python
2023.04.03
https://deep-eye.tistory.com/7 [Tensorflow] ์๋์ฝ๋ค ๊ฐ์ํ๊ฒฝ์์ ํ
์ํ๋ก์ฐ ์ค์นํ๊ธฐ 2019๋
๋ง, ํ
์ํ๋ก์ฐ 2.0 ๋ฒ์ ์ด ๋ฐฐํฌ๋๋ฉด์ ๋จธ์ ๋ฌ๋ ๋ถ์ผ์์ ํ
์ํ๋ก์ฐ์ ์ด๊ธฐ๋ ๋์ฑ ๋ ๋จ๊ฑฐ์์ก์ต๋๋ค. ์๋ก์์ง ํ
์ํ๋ก์ฐ ์ค์น๋ฅผ ์์์ผ๋ก CNN (Convolutional Neural Network) ๊ธฐ๋ฐ์ ์ด๋ฏธ์ง deep-eye.tistory.com
๐ AI & Bigdata/Python
2022.11.24
https://lemontia.tistory.com/841 [python3] jupyter ์ฌ์ฉ์ Connecting to kernel ๋ฌธ์ jupyter์ ํ์ด์ฌ์ ์คํํด๋ณด๋ฉด ์คํ๋ง ํ๊ณ ์๊ณ ์ค์ ๊ฒฐ๊ณผ๋ฌผ์ด ๋์ค์ง ์๋๋ค ์ฌ์ง์ ๋ณด๋ฉด Connecting to kernel ์ด ๋จ๊ณ , ์คํ์ ํ๊ณ ์๋ In[*] ์ ๋๋์ง ์์๋ค. ์นํ์ด์ง๋ฅผ ๋ณด๋ฉด Connecting to kernel ์ด lemontia.tistory.com
๐ AI & Bigdata/Python
2022.11.09
GPU ์ฐ์ฐ์ ์ํํด์ค ์ ์๋๋ก ํจCUDA: NVIDIA๊ฐ GPU ์ฐ์ฐ์ ๊ฐ๋ฅํ๊ฒ ๋ง๋ API ๋ชจ๋ธcuDNN: CUDA๋ฅผ ์ด์ฉํ GPU ๊ฐ์ ๋ผ์ด๋ธ๋ฌ๋ฆฌ ํ๋ ์์ํฌํ
์ํ๋ก์ฐํ์ดํ ์น: ์๋๋ฉด์์ ์ฐ์์ค์น์๋์ฝ๋ค(์๋์ฝ๋ค ์ค์น=> ํ์ด์ฌ)bash Anaconda ..(๊ฐ์ํ๊ฒฝ ์์ฑ)conda create ..์ฐ๋ถํฌ ์๋ฒ๋ฅผ ๊ธฐ์ค์ผ๋ก ํ์ด์ฌ > CUDA > cuDNN > pytorch ํ์ดํ ์น์์ ๊ฒฝ์ฌํ๊ฐ๋ฒtorch.tensor ์ธ์๋ก data, dtype, device, requires_grad ๋ฑ
๐ AI & Bigdata/Python
2022.09.06
from pycaret.datasets import get_data dataset = get_data('juice') pr = dataset.profile_report() pr.to_file('/content/drive/MyDrive/แแ
ขแแ
กแจแแ
ฅแธ/Kaggle/pr_report.html') pr AttributeError: 'DataFrame' object has no attribute 'profile_report'
๐ AI & Bigdata/Python
2022.09.01
!pip install pycaret[full] ํ๋๋ฐ ์ฝ๋ฉ์์ ์๊พธ ์๋ฌ๋์ ์คํ ์ ๋๋ ํ์ from pycaret.classification import * ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. xarray-einstats 0.2.2 requires numpy>=1.21, but you have numpy 1.19.5 which is incompatible. tensorflow 2.8.2+zzzcolab202207190829..