-
I see that chaospy does many things around quadrature and orthogonal polynomials. Perhaps you can use what's been implemented in https://github.com/nschloe/quadpy and https://github.com/nschloe/orthop…
-
I suggest adding CGNM: Cluster Gauss-Newton Method https://cran.r-project.org/web/packages/CGNM/index.html to the least-squares-problems section
-
It would be good to have numerical integration and differentiation. Integration would be using the Newton–Cotes formulas, and differentiation by the Symmetric derivative.
-
the translation error can reach 0.88% as described in Zhang Ji ’s paper?
-
@dshtey2 is looking for a way to evaluate `DOFArray`-based fields at given spatial positions. This issue is intended for discussion of that functionality: what code might already exist for this, what …
-
I have 4 trajectories: 2 predicted and 2 corresponding ground truths.
2 predicted trajectories and 2 ground truths are concatenated and shown here:
![image](https://github.com/RainerKuemmerle/…
-
# [논문리뷰] Fast Optical Flow using Dense Inverse Search
## Abstract
최근 optical flow 계산 작업들은 정확성에 초점을 맞추고 있으나, 추적, 활동 감지 등 실시간 처리의 필요성이 있습니다. 실제 시각적 응용에서는 시간 복잡도가 굉장히 중요하기 때문에 본 논문에서는 다음과 방법을 제안합니다.
…
-
Just FYI, a future fix may be warranted. You can reproduce with the root finding example by swapping out the solver for the LM solver. Running with JAX 0.4.31 and Python 3.10.13.
```
import jax
…
-
## Keyword: out of distribution detection
There is no result
## Keyword: out-of-distribution detection
There is no result
## Keyword: expected calibration error
There is no result
## Keyword: overc…
-
For some application, I need to get gradients for each elements of a sum.
I am aware that this issue has already been raised previously, in various forms ([here](https://discuss.pytorch.org/t/gradien…