freeCodeCamp/curriculum/challenges/chinese-traditional/11-machine-learning-with-py.../tensorflow/neural-networks-with-tensor...

31 lines
506 B
Markdown
Raw Normal View History

---
id: 5e8f2f13c4cdbe86b5c72d92
title: 使用 TensorFlow 的神經網絡
challengeType: 11
videoId: uisdfrNrZW4
dashedName: neural-networks-with-tensorflow
---
# --question--
## --text--
一個密集連接的神經網絡是這樣一種網絡:
## --answers--
當前層中的所有神經元都連接到前一層中的一個神經元。
---
每層的所有神經元都是隨機連接的。
---
當前層中的所有神經元都連接到前一層中的每個神經元。
## --video-solution--
3