Recent posts

Pix2Pix

16 minute read

Pix2Pix Code 참조: Tensorflow pix2pix 논문 참조: Image-to-Image Translation with Conditional Adversarial Networks Pix2Pix가 뭔지에 대해서 자세히 알아보기 전에 먼저 Pix2Pix의 결과부터 ...

Tensorflow Hub

7 minute read

Tensorflow Hub Tensroflow Hub란 재사용 가능한 머신러닝 모듈 라이브러리 이다. 즉, Tensorflow Hub은 머신러닝 모델의 재사용 가능한 부분을 게시, 검색, 소비하기 위한 라이브러리 이다. 모듈은 해다 가중치 및 자산이 포함되어 있으며 전이 학습이...

Time series forcasting

8 minute read

Time series forcasting Tensorflow 2.0에 맞게 다시 Tensorflow를 살펴볼 필요가 있다고 느껴져서 Tensorflow 정식 홈페이지에 나와있는 예제부터 전반적인 Tensorflow 사용법을 먼저 익히는 Post가 된다. 필요한 Library...

Classification On Imbalanced Data

16 minute read

Classification on imbalanced data Tensorflow 2.0에 맞게 다시 Tensorflow를 살펴볼 필요가 있다고 느껴져서 Tensorflow 정식 홈페이지에 나와있는 예제부터 전반적인 Tensorflow 사용법을 먼저 익히는 Post가 된다. ...

Classify Structured data with feature columns

8 minute read

Classify Structured data with feature columns Tensorflow 2.0에 맞게 다시 Tensorflow를 살펴볼 필요가 있다고 느껴져서 Tensorflow 정식 홈페이지에 나와있는 예제부터 전반적인 Tensorflow 사용법을 먼저 익히는 ...