--- id: 5e8f2f13c4cdbe86b5c72d92 title: 使用 TensorFlow 的神经网络 challengeType: 11 videoId: uisdfrNrZW4 dashedName: neural-networks-with-tensorflow --- # --question-- ## --text-- 一个密集连接的神经网络是这样一种网络: ## --answers-- 当前层中的所有神经元都连接到前一层中的一个神经元。 --- 每层的所有神经元都是随机连接的。 --- 当前层中的所有神经元都连接到前一层中的每个神经元。 ## --video-solution-- 3