Notice
Recent Posts
Recent Comments
Link
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- flutter
- 업무강도
- jupyter-notebook
- multiclass-label
- how-to
- optimizations
- miniconda
- 다중
- cross-entropy
- 안장
- 회사
- loadentrypoint
- 일상
- serviceworkerversion
- sftp
- neural-networks
- universal-approximation
- NN
- stone-weierstrass
- deep-learning
- 로드
- 입문
- vsCode
- 변속
- 구매리스트
Archives
- Today
- Total
목록miniconda (1)
Happy Sisyphe

1. https://docs.anaconda.com/miniconda/#miniconda-latest-installer-links 접속하여, installer download 하기2. 시작화면에서 miniconda 실행하기3. miniconda 콘솔에서, jupyter notebook 설치 및 실행하기하위 command 한줄씩 실행conda initconda create --name nn python=3.9 -ypip install torch==2.0.0 torchvision==0.15.1pip install d2lcd c:/mkdir nnconda activate nnjupyter notebook4. 새로운 notebook 파일 생성하기
Programming/ML&DL
2024. 10. 14. 14:30