$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Root Pointer] Ultimate test - Neural Network
From: Phil Endecott (spam_from_boost_dev_at_[hidden])
Date: 2016-03-24 09:45:55
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.