Using cluster backpropagation
This commit is contained in:
parent
fa9b3145f9
commit
736766fb31
@ -387,7 +387,7 @@ namespace NanoBrain {
|
||||
return allInstances;
|
||||
}
|
||||
|
||||
public void Backpropagation(Func<Cluster, Vector3> Observer, Vector3 target, float learningRate) {
|
||||
public void Backpropagation(Func<Cluster, float> Observer, float target, float learningRate) {
|
||||
foreach (Nucleus nucleus in this.instances[0].nuclei) {
|
||||
if (nucleus is not Neuron neuron)
|
||||
continue;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user