mnist2 인공신경망을 이용한 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 예.. 2020. 7. 31. 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 다음