Files
freeCodeCamp/curriculum/challenges/japanese/11-machine-learning-with-python/how-neural-networks-work/deep-learning-demystified.md
2022-01-20 20:30:18 +01:00

507 B

id, title, challengeType, videoId, dashedName
id title challengeType videoId dashedName
5e9a0e9ef99a403d019610cc ディープラーニングとは 11 bejQ-W9BGJg deep-learning-demystified

--question--

--text--

初めてネットワークをトレーニングする前に、入力ニューロンに割り当てる必要がある重みはどれですか?

--answers--

最小から最大まで。


完全にランダム。


アルファベット順。


上記のいずれでもない。

--video-solution--

2