I want to use Artificial Neural network in my research work. During training initially how is the weight-age fixed? For example in my research work I have input parameters such as, suppose Load, column spacing, length of building, width of building etc.
First I normalize all value into range 0 to 1 for each building.
Then how may I assume the Initial weight - age w11, w21 w31, I want to train this network in MLP architecture.
Here bias value and learning rate, and Momentum are also chosen initially, but how do I choose effectively? My output parameters are also 3, I have 50 different building data.
Thank you for your help.