Files
freeCodeCamp/curriculum/challenges/chinese-traditional/11-machine-learning-with-python/tensorflow/convolutional-neural-networks-evaluating-the-model.md

31 lines
440 B
Markdown
Raw Normal View History

---
id: 5e8f2f13c4cdbe86b5c72d99
title: '卷積神經網絡:評估模型'
challengeType: 11
videoId: eCATNvwraXg
dashedName: convolutional-neural-networks-evaluating-the-model
---
# --question--
## --text--
什麼 **不是** 提高卷積神經網絡準確性的好方法?
## --answers--
擴充你已有的數據。
---
使用預先訓練的模型。
---
使用你的測試數據重新訓練模型。
## --video-solution--
3