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 库构建并训练了一个神经网络。这是初步培训;大部分数据将在线收集。
当在线数据可用时,我想使用这些新数据改进网络(不是重新训练,而是使之前的训练更准确)。
如何使用 FANN 进行这种增量训练?
从更改为的文件训练:
set_training_algorithm(FANN_TRAIN_INCREMENTAL)
然后逐步训练(在线)
否则请参阅:
http://fann.sourceforge.net/fann.html