help needed

Søren Hauberg soren at hauberg.org
Sat Nov 1 16:39:58 CDT 2008


lør, 01 11 2008 kl. 21:15 +0000, skrev al al:
> I have the following questions :)
>  
> 1) Does octave is capable of doing this job ? i.e using neural networking to detect the off line attacks on a system ?
> 2) Is there any neural network/octave packets that can be installed on ubuntu hardy from the apt-get ? any docs are welcomed..
> 3) Is there any on line documents that show you how to use this tool with examples ( preferably neural network examples ) ?
>  
> 
> I would like to thank any replies or any suggestions..

I don't know about your specific problem, so I can't comment there. As
to using Neural Nets with Octave, then there are several solutions.

  * Octave-Forge (http://octave.sf.net) has the 'nnet' package which
    contains functions for Feedforward Neural Nets. I've never used it,
    so I can't comment on how to use it.

  * Some years ago, I created an Octave binding to the FANN library,
    which is a pretty good library for working with Neural Nets. My
    binding is no longer maintained, so I'm not sure if it still
    works. If you feel like trying, you can get it from
    http://hauberg.org/wiki/doku.php?id=octave-fann

  * You can use Bishop's Netlab from
    http://www.ncrg.aston.ac.uk/netlab/index.php
    I think most of this package works with Octave, but I haven't used
    it that much, so I'm not sure. If I were to use Neural Nets (which
    I doubt I would), then I think this would be the software I'd
    choose.

Søren



More information about the Help-octave mailing list