How we can define the number of expansion of first input by using trigonometric functional link artificial neural network?

1 view (last 30 days)
In trigonometric functional link artificial neural network, each input sample is expanded to N sine terms, N cosine terms plus the sample itself. How we can define N ?

Accepted Answer

Greg Heath
Greg Heath on 16 Jan 2016
From Fourier Series
N = T/dt
T = length of sample
dt = sampling time
Hope this helps.
Thank you for formally accepting my answer
Greg
  4 Comments
coqui
coqui on 24 Jan 2016
I need to predict one day ahead by using functional link artificial neural network with hyperbolic tangent transfer function in output layer. what about the use of three expansion of first input Y1, i.e. are y1=Y1, y2=cos(πY1), y3=sin(πY1)???
Greg Heath
Greg Heath on 25 Jan 2016
1. I AM NOT FAMLIAR WITH THE FUNCTIONAL LINK NET AND DON'T SEE THE ADVANTAGE OF ADDING THE FOURIER TERMS.
2. WHAT YOU HAVE WRITTEN ABOVE FOR Y2 AND Y3 MAKES ASOLUTELY NO SENSE TO ME. THEY ARE NOT TERMS IN THE EXPANSION OF Y1.

Sign in to comment.

More Answers (0)

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!