I know that Artificial Neural Network is a very suitable method for predicting the compressive strength of concrete. I wonder if there is better way than this method for predicting this parameter?
It is not possible say which method is better than other one without taking into account some things, such as nature of your training data or the amount of data you have for training the classifier, for example. In some situations, ANN perform the best. however, in some other, Support Vector machines or decision forest are the most suitable ones.
My advice is then that for your specific problem, try some of them to investigate which is more effective in solving your prediction problem.
Dear mohammad, the application of each procedure such as ANN is depened on the types of data acquired not exactly the matter of experience by which data acquired by.