- or download this
unit module ann;
use ann::HopfieldSynaps;
...
}
- or download this
unit module ann;
use ann::HopfieldNeuron;
...
}
};
- or download this
unit module ann;
use ann::HopfieldNeuron;
...
}
}
- or download this
method start2(@inputs) {
### without any traning, first neurons are for the inp
+ut pattern
...
}
}
};