Skip to content

Latest commit

 

History

History

3.SimpleExamples


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