I have been working on the neural network for that i need to train a data set in weka
but i dont have any data set to implement on weka can anyone help me in that
here is my paper in which im implementing
I have been working on the neural network for that i need to train
Share
Datasets are simple to create. All you need is to think of a scenario. For example, in a school, students would need to score 75 or higher in physical fitness test but this would vary according to weight and height. So your attributes in the table would be:
Weight – Height – Marks – Pass/Fail
Pass/Fail would be your Neural Net’s label.