26번째 줄: |
26번째 줄: |
| |학습된 모델을 활용한다. | | |학습된 모델을 활용한다. |
| |} | | |} |
| + | |
| + | == 셋업 == |
| + | 일반적으로 텐서플로우를 벡엔드로 케라스를 사용하기 때문에 다음과 같이 준비를 해준다.<syntaxhighlight lang="python"> |
| + | import numpy as np |
| + | import tensorflos as tf |
| + | from tensorflos import keras |
| + | </syntaxhighlight> |
| [[분류:Keras]] | | [[분류:Keras]] |