Normally we would use a dataset that is available publicly. Separate it into training and testing sets. This allows for replication of your results and comparison to other approaches.
You could also try your trained neural net on another data set as you suggest, but I would suggest you start by replicating results on a public dataset to check your implementation is correct.