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.
我一直在研究神经网络,因为我需要在 weka 中训练一个数据集,但是我没有要在 weka 上实现的任何数据集,谁能帮助我,这是我在其中实现的论文
http://www.lcc.uma.es/~lfranco/A25-Gomez+Franco+09.pdf
数据集很容易创建。你所需要的只是想一个场景。例如,在一所学校,学生需要在体能测试中获得 75 分或更高的分数,但这会因体重和身高而异。因此,您在表中的属性将是:
体重 - 身高 - 分数 - 通过/失败
通过/失败将是您的神经网络的标签。