Esempio n. 1
0
 public Matrica<double> Predict(Matrica<double> input)
 {
     return Softmax(input *= output)+bias); 
 }