์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- set add
- set method
- ๊ตํํ์
- ํน๋ณ ๋ฉ์๋
- ์ ๋ฝ
- ์ฒญ์ถ ํ์ดํ
- Python
- electrochemical models
- ์ ๋ฝ ๊ตํํ์
- m1 anaconda ์ค์น
- li-ion
- Machine learning
- ๋ฅ๋ฌ๋
- fluent python
- Deeplearning
- ์ด์ฐจ์ ์ง
- ๋ฏธ๋์์ ํด์ธ๊ตํ
- ๋ฏธ๋์์ ์ฅํ์
- anaconda ๊ฐ์ํ๊ฒฝ
- ์ ํํ๊ท
- Linear Regression
- cost function
- 2022๋
- special method
- ์ค์คํธ๋ฆฌ์
- Andrew ng
- fatigue fracture
- gradient descent
- ๋์23์ด
- ์๊ทน์ฌ
- Today
- Total
Done is Better Than Perfect
conda ๊ฐ์ ํ๊ฒฝ ์์ฑ, ๊ด๋ฆฌ ๋ณธ๋ฌธ
์ด๋ฒ์ ๋ ธํธ๋ถ์ ๋ฐ๊พธ๊ณ ๊ฐ๋ฐํ๊ฒฝ์ ์ค์ ํ๋ ์ค์ธ๋ฐ ์ด๋ฒ์ ์๋กญ๊ฒ ๋์จ M1์ด๋ผ ์ต์ํด์ง๋๋ผ ์ด๊ฒ์ ๊ฒ ๋ง์ ธ๋ณด๋ ์ค์ด๋ค.
์์ฃผ ์ฌ๋ฏธ์๋ค ๐
1) anaconda ์ค์น
- LINUX, MAC, WINDOWS
anaconda์ค์นํ์ด์ง์ ์ ์ผ ์๋์์ ๋ณธ์ธ์ ์ปดํจํฐ์ ๋ง๋ OS๋ฅผ ๊ณจ๋ผ ์ค์นํ๋ฉด ๋๋ค.
Anaconda | The World's Most Popular Data Science Platform
Anaconda is the birthplace of Python data science. We are a movement of data scientists, data-driven enterprises, and open source communities.
www.anaconda.com
- MAC M1
APPLE M1์ ์ฌ์ฉํ์๋ ๋ถ๋ค์ miniforge๋ก ์ค์นํด์ผ ํ๋ค.
conda-forge/miniforge
A conda-forge distribution. Contribute to conda-forge/miniforge development by creating an account on GitHub.
github.com
๋ฅ๋ฌ๋์ ํ์ํ tensorflow, keras๋ฅผ ์ค์นํด์ผ ํ๋๋ฐ M1์ ์ค์น๋ฐฉ๋ฒ๋ ๋ฌ๋ผ์ ๊ฝค๋ ๊ณ ์ํ๋ค
ํน์ tensorflow ๋ฑ์ ์ค์นํ ์ฌ๋์ ์๋ ๋งํฌ์ ์ ์ค๋ช ์ด ๋์ด์์ผ๋ ์ฐธ๊ณ ํ๊ธธ ๋ฐ๋๋ค.
miniforge, tensorflow, keras ์ค์น ์ฐธ๊ณ ์ฌ์ดํธ:
Setting Machine Learning Environment On M1 Mac (Apple Silicon)
Tensorflow / OpenCV / Conda / Brew setting up On M1 Mac
trayansh.medium.com
1) ์ค์น ํ์ธ
## ์๋์ฝ๋ค ๋ฒ์ ํ์ธ
conda --version
## ์๋์ฝ๋ค ์ต์ ๋ฒ์ ์
๋ฐ์ดํธ
conda update conda
2) anaconda ๊ฐ์ํ๊ฒฝ
2) ๊ฐ์ํ๊ฒฝ
## ๊ฐ์ ํ๊ฒฝ ์์ฑ(ํ์ด์ฌ ๋ฒ์ ์ ํ์๋ก ์ ์จ์ค๋ ๋๋ค.)
conda create --name "๊ฐ์ํ๊ฒฝ๋ช
" python="ํ์ด์ฌ ๋ฒ์ "
## ๊ฐ์ํ๊ฒฝ ์ญ์ธ
conda remove --name "๊ฐ์ํ๊ฒฝ๋ช
"
## ๊ฐ์ํ๊ฒฝ ๋ชฉ๋กํ์ธ
conda info envs
## ๊ฐ์ํ๊ฒฝ ํ์ฑํ
conda activate "์์ฑํ ๊ฐ์ํ๊ฒฝ๋ช
"
## ๊ฐ์ํ๊ฒฝ ๋นํ์ฑํ
conda deactivate
## ํ์ฌ์ ๊ฐ์ํ๊ฒฝ์์ ์ค์น๋ ๋ชจ๋ ์ ๋ณด ๋์ด
conda list
์ฒ์ ๊ธ์ ์จ๋ณด๋๋ฐ ์งง์ ๊ธ์ ์ฐ๋ฉด์๋ ์๊ฐํด์ผ ํ ๊ฒ๋ค์ด ์์ฃผ ๋ง์์ ๋ณต์กํ๋ค
๋ด๊ฐ ๋์์ ๋ฐ์๋ ๊ฒ์ฒ๋ผ ๋๊ตฐ๊ฐ์๊ฒ๋ ๋์ ๊ธ์ด ๋์์ด ๋์์ผ๋ฉด ์ข๊ฒ ๋ค!
'๐ค AI > ๊ฐ๋ฐ๊ณต๋ถ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Fluent Python ์คํฐ๋] Study Note #1 Data Model (0) | 2021.11.15 |
---|---|
[์๊ณ ๋ฆฌ์ฆ] ์ต๋ ๊ณต์ฝ์, ์ต์ ๊ณต๋ฐฐ์ (0) | 2021.08.03 |
[๋ฅ๋ฌ๋] ์ ํ ํ๊ท์ ์ต์ ์ ๊ณฑ๋ฒ (0) | 2021.07.20 |
[์๊ณ ๋ฆฌ์ฆ] set method (0) | 2021.07.16 |