CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Ekf

  1. #1
    Join Date
    Aug 2008
    Posts
    7

    Ekf

    Hi,

    I have a code for training and testing feedforward neural networks using backpropagation. I have to change it so that, during training, weights are updated using EKF equations.

    Can anyone help me with that, because I don't know how to do it . (if there is anyone who knows how to do it I can post my code here)

    It's very urgent.

    Thank you

  2. #2
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: Ekf

    [ redirected ]
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  3. #3
    Join Date
    Feb 2008
    Posts
    966

    Re: Ekf

    I think a better description of what you are trying to accomplish and seeing the code would definitely help. What are these EFK equations? How are the weights for the nodes stored?

    Lets see the code please.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured