Can this be rearranged to solve?

  • Context: Graduate 
  • Thread starter Thread starter jeff91
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 1K views
jeff91
Messages
2
Reaction score
0
Is it possible to rearrange or inverse this to solve for p(1X | Y)? I haven't done this level of maths for over 15 years and haven't a clue where to start.

1wk =p(1X | Y)⋅ wk

weight vector of 1X node in case a is 1w=[1w1, 1w2,…, 1wm]
weight vector of Y node w=[w1, w2,…, wm]

where 1 ≤ k ≤ m
 
Physics news on Phys.org
I don't understand the notation either.
If p(1X | Y) is a scalar then it's trivial to solve (you have m equations that should all lead to the same scalar, excluding possible lines that are 0=p*0). If it is an mxm matrix then there is not enough information to determine it uniquely.
 
  • Like
Likes   Reactions: jeff91
What is the context of your problem? It looks like something related to a neural net where the p(X|Y) is some kind of Baysian probability
 
  • Like
Likes   Reactions: jeff91
Thank you for your replies. I am trying to obtain probabilities to put in a Bayesian network from an AHP questionnaire.
This is the bit from the book I am looking at.
1596886909421.png

I have the weights as they are outputted from the AHP spreadsheet.
I have only ever done Bayesian networks when I have been supplied with the probabilities.
 
It's an mxm matrix then. No, you can't invert that problem. There are many different matrices that will lead to the same result for given vectors 1wk and wk.
 
  • Like
Likes   Reactions: jeff91