Using cluster backpropagation
This commit is contained in:
parent
fa9b3145f9
commit
736766fb31
@ -387,7 +387,7 @@ namespace NanoBrain {
|
|||||||
return allInstances;
|
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) {
|
foreach (Nucleus nucleus in this.instances[0].nuclei) {
|
||||||
if (nucleus is not Neuron neuron)
|
if (nucleus is not Neuron neuron)
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user