jpsember / ml

Java classes for machine learning
0 stars 0 forks source link

Move some fields out of the neural_network.dat type #60

Closed jpsember closed 2 years ago

jpsember commented 2 years ago

Fields that shouldn't affect the hash code (to trigger a rebuild of the model) should not be in the data type.

jpsember commented 2 years ago

Might be simpler to have a subobject within the network that collects these things.