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.
我在 SPSS 中创建了一个神经网络,SPSS 给了我一个存储所有突触权重信息的 xml 文件。所以我的问题是,有没有一种简单的方法可以创建一个主动神经网络(可以预测未来的案例)?
当您运行 NN 时,在对话框中的导出选项卡上,像您所做的那样指定一个文件名(扩展名为 xml)。
如果要对数据集评分,请使用实用程序 > 评分向导并选择您保存的 xml 文件。
这些操作具有等效的语法以及对话界面。
HTH,乔恩·派克