|
|
|
|
|
by princeofwands
2689 days ago
|
|
PR is quite similar to a neural network with a single extremely wide layer. Unless you are hashing the polynomials, you will quickly run into an intractible problem, while properly setup NNs automatically learn which polynomials are needed for solving the problem, giving the budget of the network architecture (number of layers, number of neurons, etc.). Nobody in industry will abandon NNs over PRs if they are looking to making it easier to handle. I doubt on most industrial problems, that PR even comes close to NNs in performance. |
|