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.
我需要在 R 环境中使用 PSO 算法训练神经网络。我已经知道所有关于神经网络的 R 包(neuralnet、AMORE 等),但其中没有一个包含 PSO 训练(只有反向传播)。
想法?谢谢您的帮助。
过去我使用 PSO 来优化 R 中 XGBoost 模型的超参数。
这篇文章见这个链接
希望这可以帮助!