![]() |
| | #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 | |
![]() |
| Thread Tools | |
| Display Modes | |
|
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 |