Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 983 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 983 Bytes

Pretrained 네트워크를 이용한 추론

예제 $y = ax + b$

linear_regression1_image

예제 $y = ax^2 + bx + c$

linear_regression2_image


MNIST 데이터셋 MLP를 이용한 분류 예제입니다.

MLP_image

MNIST 데이터셋 CNN을 이용한 분류 예제입니다.

MLP_image

MNIST 데이터셋 MLP를 이용한 회귀 예제입니다.

MLP_image