[Insight-users] Neural Network
stephanie-powell-1 at uiowa.edu
stephanie-powell-1 at uiowa.edu
Mon Aug 22 11:29:24 EDT 2005
Hi,
I have tried implementing the ITK Neural Network code, and I think
functionality needs to be added to get the resulting weights from the neural
network (complimentary to AddWeightSet). In my software, the neural net is
trained for ~1 day and saved, then the net can be trained again at a later
date.
I added the following code:
/* MultilayerNeuralNetworkBase.h */
WeightVectorType GetWeightSet();
/* MultilayerNeuralNetworkBase.txx */
template<class TVector, class TOutput>
typename MultilayerNeuralNetworkBase<TVector, TOutput>::WeightVectorType
MultilayerNeuralNetworkBase<TVector,TOutput>
::GetWeightSet()
{
return m_Weights;
}
Thanks,
Stephanie
More information about the Insight-users
mailing list