- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我刚开始使用 FANN,正在尝试使用 python 绑定(bind)访问它。
ann = libfann.neural_net()
ann.create_sparse_array(3, (12, 8, 1))
ann.set_learning_rate(100)
ann.set_activation_function_output(libfann.SIGMOID_SYMMETRIC_STEPWISE)
ann.train_on_file("file.txt", 500, 50, 0.01)
文件看起来像这样:
5352 12 1
29020800.0 384.78 371.8 373.33 377.37 377.3 -4.04 374.201 120.803 51.3301 61.7468 -10.4167
406.35
28088200.0 379.82 360.3 367.86 378.25 378.2 -10.39 374.824 123.364 47.1374 58.8249 -11.6875
409.0
44059900.0 381.8 354.24 374.57 372.5 372.5 2.07 374.466 125.843 42.8831 55.6365 -12.7534
402.55
等 5352 输入。
但是当我运行它时,它会在 5 秒内完成并打印以下内容:
Max epochs 500. Desired error: 0.0099999998.
Epochs 1. Current error: 2680.8283691406. Bit fail 5352.
Epochs 50. Current error: 2647.2299804688. Bit fail 5352.
Epochs 100. Current error: 2647.2299804688. Bit fail 5352.
Epochs 150. Current error: 2647.2299804688. Bit fail 5352.
Epochs 200. Current error: 2647.2299804688. Bit fail 5352.
Epochs 250. Current error: 2647.2299804688. Bit fail 5352.
Epochs 300. Current error: 2647.2299804688. Bit fail 5352.
Epochs 350. Current error: 2647.2299804688. Bit fail 5352.
Epochs 400. Current error: 2647.2299804688. Bit fail 5352.
Epochs 450. Current error: 2647.2299804688. Bit fail 5352.
Epochs 500. Current error: 2647.2299804688. Bit fail 5352.
有人可以提示我可能出了什么问题吗?
最佳答案
根据引用手册http://leenissen.dk/fann/html/files/fann_data-h.html#fann_activationfunc_enum , 输出应该在 <-1, 1> 之间您必须扩展您的输出;)
关于python - 我看到最大位失败并且错误率没有改变,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9401232/
我目前正在使用随机森林分类模型。我正在使用 randomForest 包。由于我总共处理 11 个不同的类,因此使用 plot() 函数会生成 12 个错误率图 - 类错误率和 OOB 错误率。有没有
我计划在几个字段上索引我的 1 亿行(Ruby on Rails)数据库,问题是我无法知道这些迁移的进度。 通常,如果我正在运行手动数据迁移,我会执行基本的 i+=1;print("#{i},") 来
我正在 Rails 2.3.x 的学习管理系统上工作。这是我的代码: -@users.each do |user| %tr %td =link_to h
在我的 Java 应用程序中使用 Weka API 对数据进行分类后,我需要打印准确性、错误率、特异性和灵敏度。有什么方法可以帮助我提取这些百分比吗?谢谢 最佳答案 标准 Weka 输出已经列出了您要
我使用 synset 从 softmax 输出计算排序前 k 预测。 这给了我前 5 个类名。但我想知道如何计算它的百分比。我的意思是前 5% 的错误。 谁能指导一下。谢谢。 最佳答案 在训练期间,您
现在我连续有两个表格 然后是_micropost_form_purchase.html.erb "purchase
如何让我的提交按钮上传图像? Add files... Start upload Cancel uplo
我是一名优秀的程序员,十分优秀!