Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 797 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 797 Bytes

Wide and Deep

본 레파지토리는 Wide and Deep 모델에 대한 코드입니다. tensorflow 2.0 버전으로 구현 되어있으며, 이 블로그의 코드를 모델링과 데이터 부분으로 나눠 구현해 보았습니다.

파일 설명

  • Data.py : 데이터 로드
  • Model.py : wide, deep, wide and deep 모델

데이터

코드 실행 예시

python Run.py

reference

update

  • Last Update Date: 2020/8/26