24 Mar
2016
24 Mar
'16
1:45 p.m.
Phil Bouchard wrote:
On 03/23/2016 10:48 AM, Phil Endecott wrote:
The subject line says "neural network", and although I see a few names like "neuron" in your code, I can't actually see a neural network implementation. It all seems to be about regular expressions.
What have I missed?
It's a general neural network with each neuron being represented by a regular expression. I said "tree" but it is really a graph of neurons randomly interconnected with each other: https://github.com/philippeb8/root_ptr/blob/master/example/t100.h#L72
It's not a "neural network" at all; it's a graph. Which might be what you need to test your smart pointer, but it's confusing to call it something that it isn't. Regards, Phil.