Should I design ANN (Artificial Neural Network) architectures automatically?
I see that many experts (including me) design their Artificial Neural Networks intuitively, just following some basic rules and testing and choosing between a few models.
I also know about some algorithms and tools to design them in an automated way but I never used them.
Should I shift to automated design?
1 comment
[ 3.3 ms ] story [ 10.4 ms ] threadI'd imagine most automated systems would try a number of alternative organizations and choose the best, which means instead of building one model you could be building 10 or 100 or a million models.