Git Product home page Git Product logo

dlopt's Introduction

딥러닝을 위한 최적화와 수치해석

아래 목차의 링크를 이용하며 쉽게 소스코드를 볼 수 있습니다.
책에서 사용된 모든 이미지는 images폴더에 있습니다.
궁금한 점은 Issue를 통해 문의하시면 최대한 빠른 시일에 답변해드립니다.
혹시 있을 코드 오류나 오탈자 등도 Issue를 통해 알려주시면 수정하여 반영하겠습니다.

개발환경 설정하기

yml을 통해 불러오기

$ git clone https://github.com/DNRY/dlopt.git
$ cd dlopt
$ conda remove --name deep-learning --all
$ conda env create -f notebooks/env.yml
$ conda activate deep-learning

yml없이 직접 설정하기

$ conda create --name deep-learning python=3.5
$ conda activate deep-learning
(deep-learning) $ conda install numpy=1.14.5 tensorflow=1.10 matplotlib=2 jupyter_client=5.3.1 jupyter notebook seaborn scikit-learn setuptools=39.1.0 cython

노트북 실행하기

$ git clone https://github.com/DNRY/dlopt.git
$ cd dlopt
$ conda activate deep-learning
(deep-learning)$ cd notebooks
(deep-learning)$ jupyter notebook

목차

  1. 개발환경 설정하기
  2. 주피터 노트북과 파이썬 튜토리얼
  3. 텐서플로 튜토리얼
  4. 최적화 이론에 필요한 선형대수와 미분
  5. 딥러닝에 필요한 최적화 이론
  6. 고전 수치최적화 알고리즘
  7. 딥러닝을 위한 수치최적화 알고리즘
  8. 선형회귀 모델
  9. 선형 분류 모델
  10. 신경망 회귀 모델
  11. 신경망 분류 모델
  12. 언더피팅/오버피팅 소개
  13. 언더피팅의 진단과 해결책
  14. 오버피팅의 진단과 해결책
  15. 텐서보드(TensorBoard) 활용
  16. 모델 저장하기와 불러오기
  17. 딥러닝 가이드라인
  18. CNN 모델
  19. GAN(Generative Adversarial Networks) 모델
  20. 영상
  21. 문자열 분석 word2vec

수정사항

1. 51 Page 2.3.1 데이터 타입마다 다른 for loop 스타일

  • 변경 전:
    #출력:
    1 2
    3 4
    5 6
    1 2
    3 4
    5 6
    
  • 변경 후:
    #출력:
    1 2
    3 4
    5 6
    

2. 137 Page 수식 오탈자

  • 변경 전:

수정사항2

  • 변경 후:

수정사항2

3. 135 Page 수식 오탈자

  • 변경 전:

수정사항3

  • 변경 후:

수정사항3

4. 187 Page 설명 추가

  • 변경 전: 손실 함수와 손실함수의 그래디언트를 파이썬 함수로 선언하는 코드는 다음과 같습니다.
  • 변경 후: 손실 함수와 손실함수의 그래디언트를 파이썬 함수로 선언하는 코드는 다음과 같습니다. 코드에서는 수식의 간결함을 위해서 손실함수에 0.5를 곱하여 구현했습니다.

dlopt's People

Contributors

yoon-gu avatar yhbyhb avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.