I am new to Artificial neural networks. I have a lot of doubts and they are the following:

I have 24 input parameters grouped together in 4*6 matrix and is to be classified in the following format [1 0 0 0 0], [0 1 0 0 0], [0 0 1 0 0], [0 0 0 1 0] and [0 0 0 0 1]. and also I have a few questions, that I request you to answer. 1. What neural network architecture should we use? How to decide that? and how to justify the use? 2. Is it possible that one neural network activates two different neurons in the final output because I want it that way? 3. Initially, how do we assign weights to the connections in neural network? 4. Is there any tried and tested formula to determine the number of hidden layers and number of neurons in each layer in a neural network? 5. how to chose an activation function and how to justify its use? 6. Is it possible to combine the output of two different neural networks ?

Similar questions and discussions