Coder Social home page Coder Social logo

2022-hai-basicml-study's Introduction

HAI 2022 혼공머신 스터디

HAI에서 2022년에 진행하는 혼공머신 스터디 과제 레포입니다.
주별로 자신이 작성한 스터디 내용을 본 레포에 등록합니다.

과제 등록 방법

이 레포지토리를 자신의 계정에 Fork를 딴 후, Pull Request를 날려주시면 됩니다.

  1. 아래 이미지와 같이 자신의 계정으로 이 레포지토리를 Fork합니다.

스크린샷 2022-03-16 오후 9 12 27

  1. 이후, github에서 Code 부분을 눌러 나오는 git 링크를 복사합니다.

스크린샷 2022-03-16 오후 9 32 03

  1. 자신의 컴퓨터에서 원하는 위치에서 git clone을 합니다.
$ git clone https://github.com/<YOUR_USERNAME>/2022-HAI-BasicML-Study.git
  1. clone 후 해당 폴더에 들어가고, 자신만의 branch를 만듭니다. branch name은 영어이름/week<주차>로 해주세요.
$ cd 2022-HAI-BasicML-Study.git
$ git checkout -b sunghwan/week1
  1. 해당 Repo를 VSCode와 같은 코드편집기로 연 후, 각 주차별 폴더에 자신의 과제파일을 만듭니다. 과제명은 0팀_한글이름.md로 해주세요.
$ vi week1/1주차_김성환.md //또는 원하는 코드편집기를 사용해주세요.
  1. 과제를 작성 후에는 아래와 같이 Commit을 진행해주세요. 커미 메세지는 docs: n팀 이름 n주차로 작성해주세요.
$ git add week1/1주차_김성환.md
$ git commit -m "docs: 1팀 김성환 1주차"
  1. 과제를 레포로 push해주세요.
// 처음 repo로 push할 시
$ git push --set-upstream origin week1/sunghwan

// 이전에 push한 적이 있을 때
$ git push
  1. Pull Request로 이동하여 자신의 Pull Request를 만듭니다.

스크린샷 2022-03-16 오후 9 25 09

  1. base repository는 HAI Repo의 master branch를 선택해주시고, head repository는 여러분 계정에 Fork한 레포의 여러분이 새로 만든 branch를 선택해주세요.

스크린샷 2022-03-16 오후 9 26 13

  1. 제목은 [n주차 과제 제출] n팀 이름, 내용을 작성하고 Assignees를 자신으로 설정해주세요. 이후 Create Pull Request를 누릅니다.

스크린샷 2022-03-16 오후 9 27 41

이후, 임원진이 과제를 검토 후 과제 체크를 해드릴 예정입니다!

2022-hai-basicml-study's People

Stargazers

 avatar

Watchers

 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.