Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- MRI
- Actor-Critic
- sample rows
- fastapi
- resample
- normalization
- straightup
- sidleup
- model-free control
- non parametic softmax
- shadowing
- checkitout
- Knowledge Distillation
- 3d medical image
- loss functions
- REINFORCE
- pulloff
- Inorder Traversal
- thresholding
- scowl
- clip intensity values
- noise contrast estimation
- rest-api
- Excel
- remove outliers
- domain adaptation
- objective functions for machine learning
- Policy Gradient
- 자료구조
- freebooze
Archives
- Today
- Total
목록전체 글 (57)
Let's Run Jinyeah

1. Git Repository 생성 "Git Repository란? git이 모든 변화를 추적하고 commit을 기록하는 디렉터리 . git이 숨겨진 파일로 존재함 Create a repo from Scratch ~ $ git init Clone an Existing Repository 주의! git repository안에 새로운 git repository를 만들 수 없다. ~ $ git clone 2. Git 상태 확인 git status git repository 내의 파일 상태 Changes to be committed: added but not commited changes Changes not staged for commit: not added Untracked: not followed by ..
Programming/Git&Github
2020. 1. 10. 21:14