Skip to content

Latest commit

 

History

76 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1강 - Introduction

0. Schedule

Jan 26th, 27th
Introduction week1 + assignment 1 due to Feb 2nd
Feb 2nd, 3rd
Introduction week2 + assignment 2 due to Feb 9th
Feb 9th, 10th Intro
Introduction week4 + assignment 4 due to Feb 16th
Feb 16th, 17th Machine Learning
Machine Learning week 1 + assignment 1 due to Feb 23th
Feb 23th, 24th Text Mining
Text Mining week 1 + assignment 1 there's no due date

3 python Introductory courses + 2 appliances (each from machine learning and text mining)
패스트 캠퍼스 강의 16강

과제: 매주 화요일까지 해당 week의 contents 수강 및 assignment push
수업 내용: 화요일, 강의에 대한 개념 보조설명
수요일, 과제 진행을 위한 상세설명 및 과제 review

1. Overload

스케치 설명으로 대체합니다.

2. How to enrol

1) main page 에서 enrol for free click

3. How to start an assignment

1) Coursera 내장 Jupyter

4. initializing project repository

1) Github 가입
2) repository 생성
3) License 추가
4) commit & pull request
5) download Git
6) clone repository
7) add, commit, push, 안되면 touch 해보기

  1. 바탕화면으로 이동 cd desktop
  2. 레파지토리 클론 git clone https:// ~~
  3. 이메일 추가 git config --global user.email "email"
  4. 아이디 추가 git config --global user.name "id"
  5. 클론된 라페지토리로 이동 cd python_study_SYL
  6. 파일 하나 만들기 touch initial
  7. add 하기 __git add .
  8. commit 하기 __git commit -m "initial commit"
  9. push 하기 __git push origin HEAD:master
  10. ID, password 입력 후 종료

또는 해당 과정을 github web interface를 통해

  1. add file 클릭
  2. upload file 클릭
  3. file drop down 후 commit changes 클릭
  4. make pull request
  5. merge pull request
    과정을 통해서도 손쉽게 업로드 가능.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages