Google Collaboratory for Keras MNIST MLP example

in collaboratory •  6 years ago 
  1. 콜라브 페이스북 검색
    결과없음
    2.두렵지만 영어로 검색시도
    놀랍게도 colab라 검색하니 엄청 나옴
    일주일 정도 전 콜라보레토리랑 같은 거네. 그때는 무슨 말인지 몰랐지

  2. https://medium.com/deep-learning-turkey/google-colab-free-gpu-tutorial-e113627b9f5d

  3. Deep Learning Development with Google Colab, TensorFlow, Keras & PyTorch - https://www.kdnuggets.com/2018/02/google-colab-free-gpu-tutorial-tensorflow-keras-pytorch.html
    Google Colab : a free cloud service and now it supports free GPU
    you can
    improve your Python programming language coding skills.
    develop deep learning applications using popular libraries such as Keras, TensorFlow, PyTorch, and OpenCV
    FREE
    5.튜토리얼대로 콜라브에 예제코드를 써봄. 정상작동

  4. google colab youtube by 3mindev
    이것저것 눌러보기
    도움말 읽기
    7.Jupyter Notebook environment
    open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text
    8.MNIST MLP 코드 분석
    sequential model : a linear stack of layers
    ‎dense layer : 입력 뉴런과 출력 뉴런이 모두 연결
    ‎kernel : weights
    ‎2d layers : 두 변수
    RMSprop : gradient descent 종류 중 하나

  5. keras mnist mlp 코드를 복사해서 콜라브에 붙여넣기하고 실행 잘 작동함
    너무 편해서 앞으로 액셀 다루듯 딥러닝을 다룰 수 있을 듯
    [ 0.5 ] MNIST
    [ ] 2차 함수 뉴럴넷으로 구현
    [ ] MNIST CNN

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!