Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I am wondering if somebody has used or has any reference to point as to how a neural network in conjunction with PROC logistic can be used in sas. A code would be an ideal thing for me but if unavailable, if somebody can pass me a link as to how can I benefit myself from using neural network alongside logistic ?

share|improve this question
you need EMINER to do the integration...you can either hook them up in a chain, or run the NNET and then group the predictions to make a logit class 2nd stage model – user8913 Feb 2 '12 at 3:20

1 Answer

@Ayush Not exactly sure what you mean by using them along side each other? Proc Logistic will not fit a NN. I wonder if you are confusing a logistic activation function in a Neural Net with logistic regression?

In SAS, to my knowledge, you need Enterprise Miner to fit Neural Nets.

share|improve this answer
My question is how can you benefit with neural network while applying logistic regression on your dataset. I have used NN in eminer but that doesnt gives me the flexibility or set up to integrate NN with proc logistic. Is there any way we can do it. The intention is to get benefited by NN while doing regression with proc logistic. – ayush biyani Jun 21 '11 at 14:18
@Ayush. Afraid you lost me on what the integration of these means. Either you could provide a deeper explanation or else perhaps someone else can provide their knowledge. – B_Miner Jun 21 '11 at 19:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.