Question: HI! Can someone help me with this LISP programming question? From what I understand, we are given the type (sigmoid or asigmoid) and a sum,

HI! Can someone help me with this LISP programming question?

HI! Can someone help me with this LISP programming question? From what

From what I understand, we are given the type (sigmoid or asigmoid) and a sum, but I don't know what the sum is used for?? I think I'm a little confused as to what the question is asking for (I'm fairly new to LISP)...

Use cond and exp to define (activation type sum) which returns the activation value of a connectionist unit given a sum of products of input activations x corresponding connection weights. Include both 'sigmoid and 'asigmoid types of activation functions, and return unknown-type if some other type is used as input. Sigmoid type: y 0.5 1+e Asigmoid type: y,-- where xj is the sum of net input to unit j. , Use cond and exp to define (activation type sum) which returns the activation value of a connectionist unit given a sum of products of input activations x corresponding connection weights. Include both 'sigmoid and 'asigmoid types of activation functions, and return unknown-type if some other type is used as input. Sigmoid type: y 0.5 1+e Asigmoid type: y,-- where xj is the sum of net input to unit j

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!