C Board  

Go Back   C Board > Cprogramming.com and AIHorizon.com's Artificial Intelligence Boards > General AI Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 03-07-2009, 03:54 AM   #1
Registered User
 
Join Date: Mar 2009
Posts: 1
backpropagation sin, polynomial functions

Code:
Hello,

I implemented the xor and other binary functions. It was simple you have 2 inputs (1 or 0) and aim the desired function depending on the inputs

for example

{1 1 0
  1 0 1
  0 1 1
  0 0 0
}; for xor

but i am trying to apply the algorithm to some sin(x), f(x) = polynomila function

i normalize the inputs...and then restore them but still it remains in mist
i create an array with random values and result of the function on these values (aim)

{xi , f(xi)}
should i add wrong answers?  like {xi, f(xi)+1}
what exactly learning these fuctions is about, the algorithm saying point(x,y) is correct or incorrect?

Thanks in advance
Amaterasu is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Entering in an nth degree polynomial Noah C Programming 1 03-02-2006 09:02 PM
Factory Functions HOWTO GuardianDevil Windows Programming 1 05-01-2004 01:41 PM
Why do I get wrong values when I use the sin and cos functions? Marcos C++ Programming 6 02-29-2004 09:47 PM
Polynomial Unregistered C++ Programming 1 04-17-2002 05:00 PM
Passing data/pointers between functions #2 TankCDR C Programming 1 11-02-2001 09:49 PM


All times are GMT -6. The time now is 07:02 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22