|
|
|
Should I design ANN (Artificial Neural Network) architectures automatically?
|
|
1 points
by b_a_y
4389 days ago
|
|
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? |
|
I'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.