├── README.md ├── _config.yml └── ko ├── README.md ├── balloon.min.css ├── custom.js ├── favicon.ico ├── gulpfile.js ├── images ├── Sculley2015-debt-mlcode.png ├── diagram-crosscutting-after.png ├── diagram-crosscutting-before.png ├── diagram-im2txt.png ├── teaser-01-note.png ├── teaser-03-note.png ├── tensorflow-icon.png ├── tensorflow-logo.png ├── tensorflow-model-zoo.png ├── train_valid-epoch6.png └── train_valid_command-with-info.png ├── index.html ├── lib └── jquery.min.js ├── package.json ├── remark-custom.min.js ├── slides ├── 00-begin.md ├── 10-introduction.md ├── 20-abstraction.md ├── 20-data.md ├── 20-highlevel.md ├── 20-modelstyle.md ├── 20-monitoring.md ├── 20-scope.md ├── 20-tips.md ├── 20-trainval.md ├── 30-practices.md └── 99-end.md └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/_config.yml -------------------------------------------------------------------------------- /ko/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/README.md -------------------------------------------------------------------------------- /ko/balloon.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/balloon.min.css -------------------------------------------------------------------------------- /ko/custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/custom.js -------------------------------------------------------------------------------- /ko/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/favicon.ico -------------------------------------------------------------------------------- /ko/gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/gulpfile.js -------------------------------------------------------------------------------- /ko/images/Sculley2015-debt-mlcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/images/Sculley2015-debt-mlcode.png -------------------------------------------------------------------------------- /ko/images/diagram-crosscutting-after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/images/diagram-crosscutting-after.png -------------------------------------------------------------------------------- /ko/images/diagram-crosscutting-before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/images/diagram-crosscutting-before.png -------------------------------------------------------------------------------- /ko/images/diagram-im2txt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/images/diagram-im2txt.png -------------------------------------------------------------------------------- /ko/images/teaser-01-note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/images/teaser-01-note.png -------------------------------------------------------------------------------- /ko/images/teaser-03-note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/images/teaser-03-note.png -------------------------------------------------------------------------------- /ko/images/tensorflow-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/images/tensorflow-icon.png -------------------------------------------------------------------------------- /ko/images/tensorflow-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/images/tensorflow-logo.png -------------------------------------------------------------------------------- /ko/images/tensorflow-model-zoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/images/tensorflow-model-zoo.png -------------------------------------------------------------------------------- /ko/images/train_valid-epoch6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/images/train_valid-epoch6.png -------------------------------------------------------------------------------- /ko/images/train_valid_command-with-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/images/train_valid_command-with-info.png -------------------------------------------------------------------------------- /ko/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/index.html -------------------------------------------------------------------------------- /ko/lib/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/lib/jquery.min.js -------------------------------------------------------------------------------- /ko/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/package.json -------------------------------------------------------------------------------- /ko/remark-custom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/remark-custom.min.js -------------------------------------------------------------------------------- /ko/slides/00-begin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/slides/00-begin.md -------------------------------------------------------------------------------- /ko/slides/10-introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/slides/10-introduction.md -------------------------------------------------------------------------------- /ko/slides/20-abstraction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/slides/20-abstraction.md -------------------------------------------------------------------------------- /ko/slides/20-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/slides/20-data.md -------------------------------------------------------------------------------- /ko/slides/20-highlevel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/slides/20-highlevel.md -------------------------------------------------------------------------------- /ko/slides/20-modelstyle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/slides/20-modelstyle.md -------------------------------------------------------------------------------- /ko/slides/20-monitoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/slides/20-monitoring.md -------------------------------------------------------------------------------- /ko/slides/20-scope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/slides/20-scope.md -------------------------------------------------------------------------------- /ko/slides/20-tips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/slides/20-tips.md -------------------------------------------------------------------------------- /ko/slides/20-trainval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/slides/20-trainval.md -------------------------------------------------------------------------------- /ko/slides/30-practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/slides/30-practices.md -------------------------------------------------------------------------------- /ko/slides/99-end.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/slides/99-end.md -------------------------------------------------------------------------------- /ko/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wookayin/TensorFlowKR-2017-talk-bestpractice/HEAD/ko/style.css --------------------------------------------------------------------------------