Hello,
I have a question concerning neural networks.
How can we know which neural net is best ?
In this course we learned how to create custom NN, CNN, DNN and Linear neural nets (MLP), but there are others such as Recurrent Neural networks or The Long Short Term Memory Network, etc... .
Suppose I need to classify a bunch of data, are types of neural networks used by convention in some task or do I have to run all networks and test them one by one with a validation/training set ?
Thank you in advance,
Elyes.