Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
FANN ライブラリを使用して C++ で人工ニューラル ネットワークをトレーニングしています。関数 "fann_save()" を使用してニューロンの重みをテキスト ファイルに保存するために使用される構文、特にセクションconnections (connected_to_neuron, weight)=(ファイルの最後のセクション) を理解/翻訳できません。
connections (connected_to_neuron, weight)=
印刷された値は何を参照していますか?