CPU vs GPU

CPU : Central processing unit

GPU : Graphics processing unit

Untitled

Deep Learning Frameworks

Deep Learning Frameworks를 사용하는 이유

Untitled

Untitled

⇒ Numpy를 사용하면 GPU에서 실행 불가, 그때 그때 gradient를 직접 구해야 한다는 단점 존재

⇒ Deep Learning Framework의 목표는 forward pass를 numpy 처럼 작성을 해 놓으면 GPU에서 동작하고, Gradient도 알아서 계산해주는 것