Hi All,
I have recently started working on neural networks for hardware implementation where we normally work with fully connected networks for pattern classification. I am facing this issue as to how to report the pattern classification accuracy. There are 2 situations that mainly arises in this context:
1) How to report the training accuracy vs epoch data? whether this should be some sort of mean data over several runs for every epoch or the best performing data?
2) How to report the test accuracy for the trained model?
NB: There has been some discussions on stack exchange on this (https://stats.stackexchange.com/questions/205610/reporting-of-neural-network-accuracy-for-academic-publications) but its not very conclusive