View unanswered posts | View active topics
Forum rules
1. This forum can be used for discussion of both ALGLIB-related and general numerical analysis questions
2. This forum is English-only - postings in other languages will be removed.
|
Page 1 of 1
|
[ 1 post ] |
|
Author |
Message |
aitrader
|
Post subject: Logit with zero intercept, NNet activations Posted: Thu Oct 27, 2011 6:29 am |
|
Joined: Thu Sep 23, 2010 11:21 pm Posts: 5
|
Is it possible to add a logit function to calculate with a zero intercept? Currently the calculation appears to be something like:
1/exp(-v1 + -v2 .. + -vn)
I believe the zero intercept version change would be:
1/exp(0 + -v1 + -v2 .. -vn)
-----------------
Would it be useful to add pluggable neural network activation functions using FADBAD++ ?? The idea would be to decouple the NNet activation function from the fixed sigmoid functions currrently used and add flexibility with user-defined activation functions.
Alglib is a great library!! Keep up the good work.
|
|
Top |
|
|
|
Page 1 of 1
|
[ 1 post ] |
|
Who is online |
Users browsing this forum: No registered users and 14 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|