i want to create index in the form of neural network consist of query terms as input neurons and keywords as hidden neurons and documents id as output neurons.
Hi Amal, if its a feed forward neural network that u intend to use, then u can only specify the values of inputs to the neurons in the input layer and output/response values to the neurons of the output layer. However one cannot specify values to the neurons of the hidden layer/s. The weighted inputs from input layer and the bias are summed up at each neuron of the hidden neuron. Then the computed output of the hidden nerons and the bias are weighted and summed up at each neuron of the output layer during the training stage.