윈도우 아나콘다 Keras 설치

1 개요[ | ]

윈도우 아나콘다 Keras 설치
윈도우 아나콘다 케라스 설치

2 사전작업[ | ]

3 설치[ | ]

  • Win --- 모든 프로그램 --- Anaconda3 (64-bit) --- Anaconda Prompt 실행
(base) C:\Users\jmnote>pip install keras
Collecting keras
  Downloading Keras-2.4.3-py2.py3-none-any.whl (36 kB)
Requirement already satisfied: h5py in c:\users\jmnote\anaconda3\lib\site-packages (from keras) (2.10.0)
Collecting pyyaml
  Downloading PyYAML-5.4.1-cp38-cp38-win_amd64.whl (213 kB)
     |████████████████████████████████| 213 kB 939 kB/s
Requirement already satisfied: numpy>=1.9.1 in c:\users\jmnote\anaconda3\lib\site-packages (from keras) (1.19.5)
Collecting scipy>=0.14
  Downloading scipy-1.6.1-cp38-cp38-win_amd64.whl (32.7 MB)
     |████████████████████████████████| 32.7 MB 3.3 MB/s
Requirement already satisfied: six in c:\users\jmnote\appdata\roaming\python\python38\site-packages (from h5py->keras) (1.15.0)
Installing collected packages: scipy, pyyaml, keras
Successfully installed keras-2.4.3 pyyaml-5.4.1 scipy-1.6.1

4 확인[ | ]

(base) C:\Users\jmnote>pip list --format=columns | findstr Keras
Keras                  2.4.3
Keras-Preprocessing    1.1.2

5 같이 보기[ | ]

6 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}