Questions tagged [radial-basis-functions]

Radial Basis Functions (RBFs) are commonly used for interpolating scattered data, in numerical meshfree simulation methods, and in artificial neural networks

Radial Basis Functions (RBFs) are commonly used for interpolating scattered data, in numerical meshfree simulation methods, and in artificial neural networks

42 questions
1
vote
1 answer

Matrix operations for RBF solver

GOAL: I got from someone the python code for an RBF solver. The solver stores 9 transformation matrix (each of which, once decomposed, have tx, ty and tz set at 0 and sx, sy and sz set to 1, so only rotation actually has values). For each…
dd95
  • 229