File size: 80 Bytes
0a04cd7
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
package nn

func (nn *NN) Backprop() {

	for i := 0; i < nn.Epochs; i++ {
	}

}