Thank you so much for rephrasing my question Stephen. It sounds so much clearer and more professional.
Sorry that I just noticed the mistake I made in function(ii), where the * is actually a +.
(i) f(x,y)=exp(a*x) * exp(b*y)
(ii) g(x,y)=a(exp(x)) + b(exp(y))
I tried running both the...
Thanks. I just wonder if it is possible to tell the differences between two functions when both of them do actually serve the same purpose. In this case, both functions are used to find the weights between nodes (graph), and x and y are two different properties to consider. So by looking at the...
Hi, I would like know if it is possible to tell which function is better over another?
For instance, I have two functions:
(i) f(x,y)=exp(a*x) * exp(b*y)
(ii) f(x,y)=a(exp(x)) * b(exp(y))
I would like to know the characteristics of both the functions which make it better/less better over...