[Insight-users] RBFNetwork
Luis Ibanez
luis.ibanez at kitware.com
Mon Dec 21 19:13:21 EST 2009
Hi Enri,
Welcome to ITK !
Have you look at the code in NeuralNetworks directory:
Insight/Code/Numerics/NeuralNetworks ?
In particular you may be interested in the classes:
itkGaussianRadialBasisFunction.h
itkGaussianRadialBasisFunction.txx
itkMultiquadricRadialBasisFunction.h
itkMultiquadricRadialBasisFunction.txx
itkRadialBasisFunctionBase.h
itkRadialBasisFunctionBase.txx
itkRBFBackPropagationLearningFunction.h
itkRBFBackPropagationLearningFunction.txx
itkRBFLayer.h
itkRBFLayer.txx
itkRBFNetwork.h
itkRBFNetwork.txx
For an example of use,
you may want to look at:
Insight/Testing/Code/Numerics/NeuralNetworks/
RBFTest1.cxx
You may also find useful the following paper in
the Insight Journal:
http://www.insight-journal.org/browse/publication/93
Regards,
Luis
--------------------------------------------------------
On Mon, Dec 14, 2009 at 2:06 PM, Enri Sperotto <carotenone at gmail.com> wrote:
> Hi, I'm a Italian student of Verona University and I'm graduating in
> Information Technology. For my thesis I have to write a program that use
> RBFNetwork class of ITK so I would like to ask you if there is any code
> template to understand how to create, training and use network. Could any
> help me?
> Thanks in advance
>
> p.s. sorry for my english :-P
> --
> Enri Sperotto
>
> --
> Enri S.
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>
More information about the Insight-users
mailing list