I have train my LSTM+CNN(DNN) model on 2 twitter dataset(domain same). It gives almost same accuracy on both dataset. Can i claim it generalize well on different datasets?
Did you train the model with each dataset before testing? If possible, I would perform cross-database testing: train with data from only one dataset, and test in the other dataset. That way you can more safely assess and state the generalisation capabilities of your model.