On Sun, 2009-03-01 at 17:19 -0600, Luis Daniel Lucio Quiroz wrote:
> HI all,
>
> While studing a subject of hopfield for my master. Reading, I got that a
> Hopfield network is able to detect patterns even if inputs have noise. So
> for
> example many people could write A capital in many ways and hopfield network
> will detect A symbol.
>
> What do you think on using this to detect porn images for incoming email. I
> mean, after a long good email training this could be possible.
Please excuse my ignorance -- how fast is that? Also, there's quite a
difference between identifying an "A" symbol and porn, isn't it?
Anyway, I guess an important show-stopper here is, that image spam is
seriously low these days. That is, a message containing the payload of
an image. Sure, there is much more spam containing links to images --
but fetching them for investigation is potentially harmful, since that
stuff can be and is easily abused to verify live addresses.
Just some quick thoughts...
guenther
--
char *t="\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}