際際滷

際際滷Share a Scribd company logo
????? ?? Git ?
Github Page ??? ???
???(@subinium)
65?
@subinium (# )
SW 10
(2020.01)
: Git Github,
Git
Github
Github Page
Git
GIt Idea
Easy Git
Github Sourcetree
Markdown
Github Page
https://git-scm.com/book/ko/v2
.
Git ??
Git , ?
Git ?
2019_ 2019_ _ 2019_ _ 2
2019_ _ 2019_ _ 2019_ _
?? ?? ´
1 2 3
4 5 6
* :
1. : ?
2. : CMD / CTRL + Z ,
3. : N N
4. :
!
VCS (Version Control System, )
,
Delta
Snapshot ( )
: https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control
(CVCS) (DVCS)
Linux
(Linux)
DVCS BitKeeper
Linux Linus Tovalds
Linux
(Linux)
1991 2002 2005
Simple History of Git
File A
File B
File C
Version 1 Version 2 Version 3 Version 4
Subversion (SVN)
ΔA1 ΔA2
ΔB1
ΔC1 ΔC2
CVCS(Central VCS, )
Git
DVCS,
,
File A
File B
File C
Version 1
A1
C1
Version 2
A2
Version 3
B1
C2
Version 4
B¨ B¨
C1¨
A2¨
Git work ow .
3~4 :)
: https://knowyourmeme.com/photos/572093-how-to-draw-an-owl
Git
/ /
Easy Git
1
2
3
4
2
??? ??? (Initialization & Repository)
Repo( )
( )
, , ,
Git
Git
Git? ?? Local ?? ??? ??
local ( )
, Wi-Fi
Git? ???? ??? ? ? ??.
==
=> -1 == + (-1)
Git
??? Git? ??? ???? ???.
Git X.
, .
X
About Page
Git
, ?
, .
Tracked
Untracked
Git
Git 3
Unmodi?ed
Modi?ed
Staged ( ) ( , Staging)
2
Git
(Staging)
(Commit)
Git
?? ?, ????? ??? ?? (1)
?? ?? ?, ???? ????? ?
#
( )
?
1.
2.
Git
?? ?, ????? ??? ?? (2)
?? ? ??? ?? ?? ??? ?
#
,
?
Stage .
Git
Committed Committed
File A
234DE21~
File A
1AC3981~
Status
40 + ?!
Git
??? ??? ?? (Content-addressable Key-Value Storage)
Key ,
( ) Hash
SHA1 40
* Hash :
Git
Commit Hash Checkout !
Git
https://www.sourcetreeapp.com/
Git ? NO!
GUI https://git-scm.com/downloads/guis
Terminal, git bash ?
.
https://git-scm.com/downloads
Github ????
Github
DEEP
.
.
0.0.1 1.0.0 1.0.1
.
1.1.0
[A].[B].[C] . 3 .
.
[A] : Major :
[B] : Minor : ,
[C] : Patch :
?
NO!
.
??? ?? ??? (Branch)!
Master
Develop
[ ]
Github
.
???? ? ??? ? ???
? ?? ??
Git	????	??	????	??git	init
.
master branch .
.git
.git
.
.
.gitignore
.gitignore
?
( ) .gitignore .
https://github.com/github/gitignore
README.md :
-
-
-
README.md
, , LICENSE + Repo Main Page
OpenSource PyTorch README
README.md :
1. ( / )
2.
3.
4.
5.
6.
7.
8.
9.
[file]?	?????	??,	???	???	??git	add	[file]
Unmodi?ed
Modi?ed
Staged
+ README.md
+ README.md
git	status git	diff
, ?
?
???	???	??	commitgit	commit	-m	^add	README.md ̄	
+ README.md
/
.
(1 !)
??	commit	??	????git	log
/
commit, Date, Author, Message
commit : B191209~
Date : 19.1.1
Author : nick
Message : README
commit : 97A0725~
Date : 18.1.1
Author : nick
Message : README
commit : 1357248~
Date : 17.1.1
Author : nick
Message :
origin???	????	[url]?	??git	remote	add	origin	[url]
Origin/Master
+ README.md
. ( )
Master
??	???	master	branch?	????git	push	origin	master	
Origin/Master
+ README.md
Master
!
?? ???
???? ??
Master
??	?????	????git	clone	[url]
Origin/Master
.
master Commit ?
master , ?
Origin/Master
[name]	branch	???git	branch	[name]	
Master
suit
Origin/Master
/
[name]	branch?	????git	checkout	[name]	
Master
.
suit
Origin/Master
[name]	branch?	??	branch?	???git	merge	[name]
Master
suit
(master)
, push .
?? Branch ???
?? ????? ??
..
( ) ?
(2)
base?	master?	re-base??git	rebase	master
Master
Base
future/
#14000605
Base
Master
rebase
???	branch?	????.git	branch	-d	[name]
Master
future/
#14000605
future/
#14000604
future/
#14000603
branch
???? ??
?? ???? ??
.
PUSH
/master /master
2 .
Pull Fetch . .
PULL / FETCH
: Fetch
??	????	???git	fetch
Origin/Master
Master
FETCH_HEAD
?
: PULL
MasterOrigin/Master
. (fetch + merge)
??	????	?????	mergegit	pull
?
(Con ict)
Commit (reset, revert),
???? ????
????? ??
? .
, clone
.
RESET!
Master
Branch	??	???	???git	reset	[option]	[branch]
, reset !
! (Hard, Mixed, Soft)
Reset
Master
.
Master
???	???	???git	revert	[branch]
,
revert
Revert
Master
Branch ?
??	????	??	????	??	????git	stash
, branch ?
!
Working Directory Stash
Stash
Apply
???? ??
??? ??
fork
upstream/Master
??	???	??.	?????	?	?	??
Origin/Master
Master
Fork
Remote Remote
PUSH
I am groot
PUSH ?
.
?
Fork
Clone + Remote
Branch
add, commit, push
: https://wayhome25.github.io/git/2017/07/08/git- rst-pull-request-story/
Pull Request(PR)
Code Review
Merge PR
Merge
branch
Groot : I am Groot( )
Avengers : ;;
Avengers : ? :
Pull Request
Github Work?ow
branch ?
Github Page ????
Github Page + Jekyll
!
Markdown
, HTML .
Markdown Editor
Visual Studio Code
Markdown-preview-enhanced
Title
bold, italic, Quote
List
Table
link, image
Code (Highlight)
Formula (KaTex, MathJax)
Diagram (Mermaid)
???? Commit? ?? ??
1. TIL (Today I Learned) :
2. Jekyll Blog :
: http://planetozh.com/blog/
Github
Ruby Ruby
????? ??? ??? CLI? ??
Mac, Ubuntu terminal, Windows Cmd with Ruby
https://jekyllrb.com/docs/installation/windows/
1. Theme Repo Clone / Fork
2. Jekyll
3. setting : _con g.yml
4.
5. About
Github Theme
Minimal mistake
Github Page
= Good for Custom
Theme
https://github.com/RyanFitzgerald/devportfolio
Jekyll
_con g.yml :
_posts :
_pages :
_includes :
_layouts :
assets : image, css
index.html :
Liquid Tag
https://shopify.github.io/liquid/basics/introduction/
Front End
MathJax
Post Setting
Title
Category
Tag
Permalink
TOC (Table of Contents)
Sidebar
Overlay Image / Teaser
About Page (CV)
=
Portfolio, Resume
http://woowabros.github.io/experience/2017/07/17/resume.html
https://sujinlee.me/professional-github/
1. ? ????
?? ?? ??

??? ???? ??
2. ?? ??, ?? ??
??? ??

?? ??
3. ??? ????
??? ??

?? : Editor + Image + Knowledge

4. ??? ????
???, ?? ??

????? 5?? ??

??? ??
5. ??? ????
??? ? ?? ??
6. ?? ????
???? ?? ??
Blogging OVERVIEW
1
2
3
4
5
6
Why?
Think About
? ?? ??? Self Branding & Study
Who?
Think About
??? ?? ? ???, ?? ?? ?? ????
How?
Think About
??? ? ???? ??? ?? ??
What?
Think About
??? ????? ?? ??? ?? ?
Where?
Think About
??? ? ???? ???? ??
When?
Think About
???? ??? ??? ????
: https://youtube.com/c/
: https://subinium.github.io
A.I. Lookbook : https://www.facebook.com/AI.Lookbook
: https://www.facebook.com/algoguide/
: https://www.facebook.com/shovelingdesignoper/
Thank You

More Related Content

What's hot (20)

DevOps with Ansible
DevOps with AnsibleDevOps with Ansible
DevOps with Ansible
Swapnil Jain
?
syzkaller: the next gen kernel fuzzer
syzkaller: the next gen kernel fuzzersyzkaller: the next gen kernel fuzzer
syzkaller: the next gen kernel fuzzer
Dmitry Vyukov
?
Veriloggen.Stream: デ`タフロ`からハ`ドウェアを恬る2018定3埖3晩 互了栽撹嗔の氏 及5指 @|奨垢I寄僥
Veriloggen.Stream: デ`タフロ`からハ`ドウェアを恬る2018定3埖3晩 互了栽撹嗔の氏 及5指 @|奨垢I寄僥Veriloggen.Stream: デ`タフロ`からハ`ドウェアを恬る2018定3埖3晩 互了栽撹嗔の氏 及5指 @|奨垢I寄僥
Veriloggen.Stream: デ`タフロ`からハ`ドウェアを恬る2018定3埖3晩 互了栽撹嗔の氏 及5指 @|奨垢I寄僥
Shinya Takamaeda-Y
?
Gitlab ci, cncf.sk
Gitlab ci, cncf.skGitlab ci, cncf.sk
Gitlab ci, cncf.sk
Juraj Hantak
?
Terraform in deployment pipeline
Terraform in deployment pipelineTerraform in deployment pipeline
Terraform in deployment pipeline
Anton Babenko
?
GitLab Auto DevOps 寄盾裂!CI/CD 圻躾敏壥@嘛
GitLab Auto DevOps 寄盾裂!CI/CD 圻躾敏壥@嘛GitLab Auto DevOps 寄盾裂!CI/CD 圻躾敏壥@嘛
GitLab Auto DevOps 寄盾裂!CI/CD 圻躾敏壥@嘛
Chen Cheng-Wei
?
Kubernetes internals (Kubernetes ????)
Kubernetes internals (Kubernetes ????)Kubernetes internals (Kubernetes ????)
Kubernetes internals (Kubernetes ????)
DongHyeon Kim
?
Introduction to Gitlab | Gitlab 101 | Training Session
Introduction to Gitlab | Gitlab 101 | Training SessionIntroduction to Gitlab | Gitlab 101 | Training Session
Introduction to Gitlab | Gitlab 101 | Training Session
Anwarul Islam
?
Unit Testing in Python
Unit Testing in PythonUnit Testing in Python
Unit Testing in Python
Haim Michael
?
Jenkins 壅秘T
Jenkins 壅秘TJenkins 壅秘T
Jenkins 壅秘T
Jumpei Miyata
?
禽看界一艶姻ライフサイクルの児粥 仇跡を未みiけろ
禽看界一艶姻ライフサイクルの児粥 仇跡を未みiけろ禽看界一艶姻ライフサイクルの児粥 仇跡を未みiけろ
禽看界一艶姻ライフサイクルの児粥 仇跡を未みiけろ
Masahito Zembutsu
?
Git submodule
Git submoduleGit submodule
Git submodule
Olaf Alders
?
KubeMonkey? ?? Chaos Engineering ?? ???? - ??? (AWS ????????)
KubeMonkey? ?? Chaos Engineering ?? ???? - ??? (AWS ????????)KubeMonkey? ?? Chaos Engineering ?? ???? - ??? (AWS ????????)
KubeMonkey? ?? Chaos Engineering ?? ???? - ??? (AWS ????????)
Channy Yun
?
Automated Deployments with Ansible
Automated Deployments with AnsibleAutomated Deployments with Ansible
Automated Deployments with Ansible
Martin Etmajer
?
K双Q Elixir 〜 Go 〜 C# x Scala , Node.js
K双Q Elixir 〜 Go 〜 C# x Scala , Node.jsK双Q Elixir 〜 Go 〜 C# x Scala , Node.js
K双Q Elixir 〜 Go 〜 C# x Scala , Node.js
Yoshiiro Ueno
?
Lessons learned from writing over 300,000 lines of infrastructure code
Lessons learned from writing over 300,000 lines of infrastructure codeLessons learned from writing over 300,000 lines of infrastructure code
Lessons learned from writing over 300,000 lines of infrastructure code
Yevgeniy Brikman
?
Introduction to docker and docker compose
Introduction to docker and docker composeIntroduction to docker and docker compose
Introduction to docker and docker compose
Lalatendu Mohanty
?
麗周鰓O圻tSOLID + DI
麗周鰓O圻tSOLID + DI麗周鰓O圻tSOLID + DI
麗周鰓O圻tSOLID + DI
Jeff Chu
?
書さら療けない繁のための悪顎恢艶姻稼艶岳艶壊階秘壇
書さら療けない繁のための悪顎恢艶姻稼艶岳艶壊階秘壇書さら療けない繁のための悪顎恢艶姻稼艶岳艶壊階秘壇
書さら療けない繁のための悪顎恢艶姻稼艶岳艶壊階秘壇
VirtualTech Japan Inc./Begi.net Inc.
?
Faster and Easier Software Development using Docker Platform
Faster and Easier Software Development using Docker PlatformFaster and Easier Software Development using Docker Platform
Faster and Easier Software Development using Docker Platform
msyukor
?
syzkaller: the next gen kernel fuzzer
syzkaller: the next gen kernel fuzzersyzkaller: the next gen kernel fuzzer
syzkaller: the next gen kernel fuzzer
Dmitry Vyukov
?
Veriloggen.Stream: デ`タフロ`からハ`ドウェアを恬る2018定3埖3晩 互了栽撹嗔の氏 及5指 @|奨垢I寄僥
Veriloggen.Stream: デ`タフロ`からハ`ドウェアを恬る2018定3埖3晩 互了栽撹嗔の氏 及5指 @|奨垢I寄僥Veriloggen.Stream: デ`タフロ`からハ`ドウェアを恬る2018定3埖3晩 互了栽撹嗔の氏 及5指 @|奨垢I寄僥
Veriloggen.Stream: デ`タフロ`からハ`ドウェアを恬る2018定3埖3晩 互了栽撹嗔の氏 及5指 @|奨垢I寄僥
Shinya Takamaeda-Y
?
Terraform in deployment pipeline
Terraform in deployment pipelineTerraform in deployment pipeline
Terraform in deployment pipeline
Anton Babenko
?
GitLab Auto DevOps 寄盾裂!CI/CD 圻躾敏壥@嘛
GitLab Auto DevOps 寄盾裂!CI/CD 圻躾敏壥@嘛GitLab Auto DevOps 寄盾裂!CI/CD 圻躾敏壥@嘛
GitLab Auto DevOps 寄盾裂!CI/CD 圻躾敏壥@嘛
Chen Cheng-Wei
?
Kubernetes internals (Kubernetes ????)
Kubernetes internals (Kubernetes ????)Kubernetes internals (Kubernetes ????)
Kubernetes internals (Kubernetes ????)
DongHyeon Kim
?
Introduction to Gitlab | Gitlab 101 | Training Session
Introduction to Gitlab | Gitlab 101 | Training SessionIntroduction to Gitlab | Gitlab 101 | Training Session
Introduction to Gitlab | Gitlab 101 | Training Session
Anwarul Islam
?
Unit Testing in Python
Unit Testing in PythonUnit Testing in Python
Unit Testing in Python
Haim Michael
?
禽看界一艶姻ライフサイクルの児粥 仇跡を未みiけろ
禽看界一艶姻ライフサイクルの児粥 仇跡を未みiけろ禽看界一艶姻ライフサイクルの児粥 仇跡を未みiけろ
禽看界一艶姻ライフサイクルの児粥 仇跡を未みiけろ
Masahito Zembutsu
?
KubeMonkey? ?? Chaos Engineering ?? ???? - ??? (AWS ????????)
KubeMonkey? ?? Chaos Engineering ?? ???? - ??? (AWS ????????)KubeMonkey? ?? Chaos Engineering ?? ???? - ??? (AWS ????????)
KubeMonkey? ?? Chaos Engineering ?? ???? - ??? (AWS ????????)
Channy Yun
?
Automated Deployments with Ansible
Automated Deployments with AnsibleAutomated Deployments with Ansible
Automated Deployments with Ansible
Martin Etmajer
?
K双Q Elixir 〜 Go 〜 C# x Scala , Node.js
K双Q Elixir 〜 Go 〜 C# x Scala , Node.jsK双Q Elixir 〜 Go 〜 C# x Scala , Node.js
K双Q Elixir 〜 Go 〜 C# x Scala , Node.js
Yoshiiro Ueno
?
Lessons learned from writing over 300,000 lines of infrastructure code
Lessons learned from writing over 300,000 lines of infrastructure codeLessons learned from writing over 300,000 lines of infrastructure code
Lessons learned from writing over 300,000 lines of infrastructure code
Yevgeniy Brikman
?
Introduction to docker and docker compose
Introduction to docker and docker composeIntroduction to docker and docker compose
Introduction to docker and docker compose
Lalatendu Mohanty
?
麗周鰓O圻tSOLID + DI
麗周鰓O圻tSOLID + DI麗周鰓O圻tSOLID + DI
麗周鰓O圻tSOLID + DI
Jeff Chu
?
書さら療けない繁のための悪顎恢艶姻稼艶岳艶壊階秘壇
書さら療けない繁のための悪顎恢艶姻稼艶岳艶壊階秘壇書さら療けない繁のための悪顎恢艶姻稼艶岳艶壊階秘壇
書さら療けない繁のための悪顎恢艶姻稼艶岳艶壊階秘壇
VirtualTech Japan Inc./Begi.net Inc.
?
Faster and Easier Software Development using Docker Platform
Faster and Easier Software Development using Docker PlatformFaster and Easier Software Development using Docker Platform
Faster and Easier Software Development using Docker Platform
msyukor
?

Similar to [T????] ????? ?? Git? Github Page ??? ??? (20)

[???????] Docker? ??? Gitlab CI/CD ?? ???
[???????] Docker? ??? Gitlab CI/CD ?? ???[???????] Docker? ??? Gitlab CI/CD ?? ???
[???????] Docker? ??? Gitlab CI/CD ?? ???
Ji-Woong Choi
?
Git ??? GitHub(??IDE ??)
Git ??? GitHub(??IDE ??)Git ??? GitHub(??IDE ??)
Git ??? GitHub(??IDE ??)
Junyoung Lee
?
Git ??? GitHub(Git????? ??) / Getting started with git+github
Git ??? GitHub(Git????? ??) / Getting started with git+githubGit ??? GitHub(Git????? ??) / Getting started with git+github
Git ??? GitHub(Git????? ??) / Getting started with git+github
Junyoung Lee
?
Git lecture2
Git lecture2Git lecture2
Git lecture2
ssuseraf62e91
?
Git? ?? ? ????!
Git? ?? ? ????!Git? ?? ? ????!
Git? ?? ? ????!
Young Kim
?
Git Tutorial
Git TutorialGit Tutorial
Git Tutorial
MDLicht
?
git-workflow
git-workflowgit-workflow
git-workflow
Aria (In Suk) Kim
?
Git Merge - ?? ??? ???? ??: 2022? 7? 8? Git ???
Git Merge - ?? ??? ???? ??: 2022? 7? 8? Git ???Git Merge - ?? ??? ???? ??: 2022? 7? 8? Git ???
Git Merge - ?? ??? ???? ??: 2022? 7? 8? Git ???
Kim Muhun
?
????????? ????????? ????? ????? ?????
????????? ????????? ????? ????? ?????????????? ????????? ????? ????? ?????
????????? ????????? ????? ????? ?????
Matthew (???)
?
[VCS] Git&GitLab_Designer
[VCS] Git&GitLab_Designer[VCS] Git&GitLab_Designer
[VCS] Git&GitLab_Designer
Lee Beomho
?
[NDC16] Effective Git
[NDC16] Effective Git[NDC16] Effective Git
[NDC16] Effective Git
Chanwoong Kim
?
Git lecture1
Git lecture1Git lecture1
Git lecture1
ssuseraf62e91
?
Git: A Motivating Introduction
Git: A Motivating IntroductionGit: A Motivating Introduction
Git: A Motivating Introduction
Jongwook Choi
?
XECon2015 :: [1-3] ??? - Git Workflow with GitHub
XECon2015 :: [1-3] ??? - Git Workflow with GitHubXECon2015 :: [1-3] ??? - Git Workflow with GitHub
XECon2015 :: [1-3] ??? - Git Workflow with GitHub
XpressEngine
?
Git
GitGit
Git
Choonghyun Yang
?
Gitlab.key
Gitlab.keyGitlab.key
Gitlab.key
Jongseok Choi
?
Git ??
Git ??Git ??
Git ??
HyunWook Kang
?
Git from google techtalks by Randal
Git from google techtalks by RandalGit from google techtalks by Randal
Git from google techtalks by Randal
yagurchoi
?
Git ??? ??? 1
Git ??? ??? 1Git ??? ??? 1
Git ??? ??? 1
???? ???
?
postgres_?????_???_???????.pdf
postgres_?????_???_???????.pdfpostgres_?????_???_???????.pdf
postgres_?????_???_???????.pdf
Lee Dong Wook
?
[???????] Docker? ??? Gitlab CI/CD ?? ???
[???????] Docker? ??? Gitlab CI/CD ?? ???[???????] Docker? ??? Gitlab CI/CD ?? ???
[???????] Docker? ??? Gitlab CI/CD ?? ???
Ji-Woong Choi
?
Git ??? GitHub(??IDE ??)
Git ??? GitHub(??IDE ??)Git ??? GitHub(??IDE ??)
Git ??? GitHub(??IDE ??)
Junyoung Lee
?
Git ??? GitHub(Git????? ??) / Getting started with git+github
Git ??? GitHub(Git????? ??) / Getting started with git+githubGit ??? GitHub(Git????? ??) / Getting started with git+github
Git ??? GitHub(Git????? ??) / Getting started with git+github
Junyoung Lee
?
Git? ?? ? ????!
Git? ?? ? ????!Git? ?? ? ????!
Git? ?? ? ????!
Young Kim
?
Git Merge - ?? ??? ???? ??: 2022? 7? 8? Git ???
Git Merge - ?? ??? ???? ??: 2022? 7? 8? Git ???Git Merge - ?? ??? ???? ??: 2022? 7? 8? Git ???
Git Merge - ?? ??? ???? ??: 2022? 7? 8? Git ???
Kim Muhun
?
????????? ????????? ????? ????? ?????
????????? ????????? ????? ????? ?????????????? ????????? ????? ????? ?????
????????? ????????? ????? ????? ?????
Matthew (???)
?
[VCS] Git&GitLab_Designer
[VCS] Git&GitLab_Designer[VCS] Git&GitLab_Designer
[VCS] Git&GitLab_Designer
Lee Beomho
?
Git: A Motivating Introduction
Git: A Motivating IntroductionGit: A Motivating Introduction
Git: A Motivating Introduction
Jongwook Choi
?
XECon2015 :: [1-3] ??? - Git Workflow with GitHub
XECon2015 :: [1-3] ??? - Git Workflow with GitHubXECon2015 :: [1-3] ??? - Git Workflow with GitHub
XECon2015 :: [1-3] ??? - Git Workflow with GitHub
XpressEngine
?
Git from google techtalks by Randal
Git from google techtalks by RandalGit from google techtalks by Randal
Git from google techtalks by Randal
yagurchoi
?
Git ??? ??? 1
Git ??? ??? 1Git ??? ??? 1
Git ??? ??? 1
???? ???
?
postgres_?????_???_???????.pdf
postgres_?????_???_???????.pdfpostgres_?????_???_???????.pdf
postgres_?????_???_???????.pdf
Lee Dong Wook
?

More from Subin An (15)

Image data augmentatiion
Image data augmentatiionImage data augmentatiion
Image data augmentatiion
Subin An
?
T ka kr_4th
T ka kr_4thT ka kr_4th
T ka kr_4th
Subin An
?
Datasheets for dataset
Datasheets for datasetDatasheets for dataset
Datasheets for dataset
Subin An
?
Voice Conversion : Audio???? VCC2020????
Voice Conversion : Audio???? VCC2020????Voice Conversion : Audio???? VCC2020????
Voice Conversion : Audio???? VCC2020????
Subin An
?
[Keynote? ???? GAN?] DCGAN
[Keynote? ???? GAN?] DCGAN[Keynote? ???? GAN?] DCGAN
[Keynote? ???? GAN?] DCGAN
Subin An
?
[Keynote? ???? GAN?] Vanilla GAN
[Keynote? ???? GAN?] Vanilla GAN[Keynote? ???? GAN?] Vanilla GAN
[Keynote? ???? GAN?] Vanilla GAN
Subin An
?
Pytorch Implementation : ??? ??? ??????
Pytorch Implementation : ??? ??? ??????Pytorch Implementation : ??? ??? ??????
Pytorch Implementation : ??? ??? ??????
Subin An
?
????, ??? ?????
????, ??? ?????????, ??? ?????
????, ??? ?????
Subin An
?
Introduction to CNN
Introduction to CNNIntroduction to CNN
Introduction to CNN
Subin An
?
???? ???? ???? ??
???? ???? ???? ?????? ???? ???? ??
???? ???? ???? ??
Subin An
?
2nd DLCAT : Newbie Guide to Blogging
2nd DLCAT : Newbie Guide to Blogging2nd DLCAT : Newbie Guide to Blogging
2nd DLCAT : Newbie Guide to Blogging
Subin An
?
2019 ????? ????? ???? ??
2019 ????? ????? ???? ??2019 ????? ????? ???? ??
2019 ????? ????? ???? ??
Subin An
?
Global AI Boot Camp Busan : ???? ?? ??? (Python Visualization)
Global AI Boot Camp Busan : ???? ?? ??? (Python Visualization)Global AI Boot Camp Busan : ???? ?? ??? (Python Visualization)
Global AI Boot Camp Busan : ???? ?? ??? (Python Visualization)
Subin An
?
2018 ????? ????? ???? KCPC ?? ??
2018 ????? ????? ???? KCPC ?? ??2018 ????? ????? ???? KCPC ?? ??
2018 ????? ????? ???? KCPC ?? ??
Subin An
?
[????? ???? ????] 1? ?????
[????? ???? ????] 1? ?????[????? ???? ????] 1? ?????
[????? ???? ????] 1? ?????
Subin An
?
Image data augmentatiion
Image data augmentatiionImage data augmentatiion
Image data augmentatiion
Subin An
?
Datasheets for dataset
Datasheets for datasetDatasheets for dataset
Datasheets for dataset
Subin An
?
Voice Conversion : Audio???? VCC2020????
Voice Conversion : Audio???? VCC2020????Voice Conversion : Audio???? VCC2020????
Voice Conversion : Audio???? VCC2020????
Subin An
?
[Keynote? ???? GAN?] DCGAN
[Keynote? ???? GAN?] DCGAN[Keynote? ???? GAN?] DCGAN
[Keynote? ???? GAN?] DCGAN
Subin An
?
[Keynote? ???? GAN?] Vanilla GAN
[Keynote? ???? GAN?] Vanilla GAN[Keynote? ???? GAN?] Vanilla GAN
[Keynote? ???? GAN?] Vanilla GAN
Subin An
?
Pytorch Implementation : ??? ??? ??????
Pytorch Implementation : ??? ??? ??????Pytorch Implementation : ??? ??? ??????
Pytorch Implementation : ??? ??? ??????
Subin An
?
????, ??? ?????
????, ??? ?????????, ??? ?????
????, ??? ?????
Subin An
?
Introduction to CNN
Introduction to CNNIntroduction to CNN
Introduction to CNN
Subin An
?
???? ???? ???? ??
???? ???? ???? ?????? ???? ???? ??
???? ???? ???? ??
Subin An
?
2nd DLCAT : Newbie Guide to Blogging
2nd DLCAT : Newbie Guide to Blogging2nd DLCAT : Newbie Guide to Blogging
2nd DLCAT : Newbie Guide to Blogging
Subin An
?
2019 ????? ????? ???? ??
2019 ????? ????? ???? ??2019 ????? ????? ???? ??
2019 ????? ????? ???? ??
Subin An
?
Global AI Boot Camp Busan : ???? ?? ??? (Python Visualization)
Global AI Boot Camp Busan : ???? ?? ??? (Python Visualization)Global AI Boot Camp Busan : ???? ?? ??? (Python Visualization)
Global AI Boot Camp Busan : ???? ?? ??? (Python Visualization)
Subin An
?
2018 ????? ????? ???? KCPC ?? ??
2018 ????? ????? ???? KCPC ?? ??2018 ????? ????? ???? KCPC ?? ??
2018 ????? ????? ???? KCPC ?? ??
Subin An
?
[????? ???? ????] 1? ?????
[????? ???? ????] 1? ?????[????? ???? ????] 1? ?????
[????? ???? ????] 1? ?????
Subin An
?

[T????] ????? ?? Git? Github Page ??? ???