SOFTMAX1 Softmax 회귀로 MNIST 손글씨 분류하기 개발 환경 설정 python3.7 tensorflow 1.14.0 https://grow-up-by-coding.tistory.com/15 아나콘다 가상환경 생성 및 주피터 노트북에 추가하기 개발환경 Windows10, anaconda3(64bit)+python3.8 가상환경: python3.7 tensorflow 1.14.0 가상환경 생성 cmd창을 켜주세요! 그리고 다음과 같은 명령어를 입력해주세요! conda create -n tfbook 또는 conda creat.. grow-up-by-coding.tistory.com 예제 1 2 import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data cs 위와 같이 필.. 2020. 7. 29. 이전 1 다음