示例#1
0
文件: Neyro.cs 项目: sviridchik/check
 public Matrica<double> Predict(Matrica<double> input)
 {
     return Softmax(input *= output)+bias); 
 }