dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

Applying logistic model coefficients - sqlserver-datamining

This is a discussion on Applying logistic model coefficients - sqlserver-datamining ; Hi guys, I'd like to apply the logistic model manually, by the coefficients generated by neural network (hidden node 0) using the sigmoid function. But the probality calculated with coefficients doesn't match with the probability calculated by Mining. Following is ...


Home > Database Forum > Data Warehousing > sqlserver-datamining > Applying logistic model coefficients

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 10-28-2008, 09:46 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Applying logistic model coefficients

Hi guys,

I'd like to apply the logistic model manually, by the coefficients generated
by neural network (hidden node 0) using the sigmoid function. But the
probality calculated with coefficients doesn't match with the probability
calculated by Mining.
Following is the process that I've been using:
1.Run logistic regression
2.Get the coefficients from node_type 23
3.Calculate a = c1x1 + c2x2 + c3x3 + c0 (c = coefficients / x = attributes)
4.Finally apply "a" in the sigmoid fuction to get the probability of each
case in a dataset
5.Check if the probalities matches with probabilities generated by Mining.

So does someone have any idea how to fix this problem?

best

--
Paulo Carvalho
Statistics Master
PhD Markovs Chain
University of S.Paulo
Reply With Quote
  #2  
Old 11-03-2008, 03:14 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Applying logistic model coefficients

Does this help?
http://www.bogdancrivat.net/dm/archives/36

--
--
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. It is for newsgroup
purposes only.

thanks,
bogdan

"Paulo" wrote in message
news:9B6BD367-FEB0-4A1E-866D-F0F635993FD8@microsoft.com...
> Hi guys,
>
> I'd like to apply the logistic model manually, by the coefficients
> generated
> by neural network (hidden node 0) using the sigmoid function. But the
> probality calculated with coefficients doesn't match with the probability
> calculated by Mining.
> Following is the process that I've been using:
> 1.Run logistic regression
> 2.Get the coefficients from node_type 23
> 3.Calculate a = c1x1 + c2x2 + c3x3 + c0 (c = coefficients / x =
> attributes)
> 4.Finally apply "a" in the sigmoid fuction to get the probability of each
> case in a dataset
> 5.Check if the probalities matches with probabilities generated by Mining.
>
> So does someone have any idea how to fix this problem?
>
> best
>
> --
> Paulo Carvalho
> Statistics Master
> PhD Markovs Chain
> University of S.Paulo



Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 08:10 AM.