Skip to content

Udacity PyTorch Scholarship Challenge from Facebook summary note 한국어

License

Notifications You must be signed in to change notification settings

ohahohah/udacity-pytorch-scholarship-from-facebook

Repository files navigation

udacity-pytorch-scholarship-from-facebook

Udacity PyTorch Scholarship Challenge from Facebook summary note 입니다.

  • course page
  • Resource Library
    These notes were written in Markdown with Latex formulae. The formulae are converted to images by TeXify.

Contributor

SiYoungOh (ohahohah)

Note

Contribution guide

How to contribute this repository 이 리포지토리에 기여하는 법

github 가 처음이라면 git awesomelist 에서 콘텐츠를 통해 학습하시는걸 추천드립니다.

  1. Fork the project And clone local workspace.
  2. Create an upstream remote and sync your local repository before you branch. $ git remote add upstream https://github.com/ohahohah/udacity-pytorch-scholarship-from-facebook.git
  3. Branch for each piece of work. I recommend making your branch including issue number like 34_lesson04_summary. git checkout -b 34_lesson04_summary
  4. Find or Create issue and assgine yourself
  5. Do the work, write good commit messages. git commit -m "#34 Lesson 09 summary"
  6. Push to your origin repository.
  7. Create a new PR to master branch. The PR message should contain issue number (e.g. #34)

Wrting Doc Guide

  • 문서는 markdown(.md)를 사용. 수식은 TeXify
    • 중요한 부분은 **bold**, *italiic* 등을 적절히 활용해 강조합니다.
    • 내용의 주제가 나뉘는 경우 대제목과 소제목으로 나눠 가독성을 높힙니다.
    • 코드는 코드 블럭으로 묶어서 나타냅니다. ```
  • Image는 summary할 lesson name으로 폴더를 만들어서 사용 (e.g. img_lesson02/ )
  • image file name은 issuenumber_description. (e,g. 34_ReLU_graph.png)
  • 해당 문서와 관련해 내용을 참고한 곳이 있다면 반드시 참고 링크 혹은 출처를 명시
  • 해당 노트의 참조는 링크를 포함하여 하단에 적어둡니다.

Releases

No releases published

Packages

No packages published