Files
freeCodeCamp/curriculum/challenges/chinese/11-machine-learning-with-python/tensorflow/neural-networks-with-tensorflow.md

574 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e8f2f13c4cdbe86b5c72d92 使用 TensorFlow 的神经网络 11 uisdfrNrZW4
aid bvid cid
378031840 BV1Qf4y1c7Dc 409129888
neural-networks-with-tensorflow

--question--

--text--

一个密集连接的神经网络是这样一种网络:

--answers--

当前层中的所有神经元都连接到前一层中的一个神经元。


每层的所有神经元都是随机连接的。


当前层中的所有神经元都连接到前一层中的每个神经元。

--video-solution--

3