Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents


사전 작업

파이썬 아나콘다 설치(python anaconda installation) 


Anaconda prompt


  1. 아나콘다 프롬프트를 실행합니다.
  2. 텐서플로우를 설치합니다.

    Code Block
    pip install tensorflow

    Image Added


  3. 케라스를 설치합니다.

    Code Block
    pip install keras
  4. 정상 설치 여부를 확인하기 위해 ipython 을 실행합니다.
  5. ipython 에서 tensor 와 keras 를 임포트해서 동작여부를 확인합니다.
    Image Added

  6. exit 로 ipython 에서 빠져 나옵니다.