-
[functorch](https://github.com/facebookresearch/functorch) allows function transforms like `grad(func)(*inputs)`, borrowing from [JAX](https://github.com/google/jax). This opens new doors like:
- Hig…
-
## Rationale
We currently have `plot_forecasts` function in `functime.plotting`. However, we also support probablistic forecasts (see `forecaster.conformalize`. We need to do a better job promoting t…
-
### Describe the workflow you want to enable
In addition to `method="sigmoid"` and `method="isotonic"` it would be great to pass any scikit-learn compatible classifier with a `predict_proba` to `Ca…
-
I use the same config files to execute Probablistic Teacher on KITTI to Cityscapes (k2c).
According to your paper, AP of k2c improve from 40.3 to 60.2.
However, I got only 23.8 for AP50.
BTW, in th…
-
Methods that we haven't implemented yet, but would like to. In no particular order:
- [ ] [Probablistic Global Distance Metric Learning](http://www.cs.cmu.edu/~liuy/frame_survey_v2.pdf)
- Probabil…
-
The implementation of [SDK Jaeger Remote Sampler Extension](https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/jaeger-remote-sampler) is not according to the description of …
-
```
Test utilities (22273 KB used)
02:55:05 00:00.535 org.h2.test.store.TestStreamStore
02:55:07 00:02.207 org.h2.test.store.TestTransactionStore 0
02:55:07 00:02.207 org.h2.test.store.TestTran…
-
### Challenge Description
Build a web application/website which uses Orchid's Layer 2 "nanopayments" to send probabilistic payments back and forth between two Orchid accounts. Probablistic nanopaymen…
-
### 읽기 전략 / look aside
-
```
- 캐시에서 먼저 데이터를 검색 후 없으면 디비에 접근한다
장점 :
- 반복적이며 재사용성이 많은 데이터 읽기에 적합하다.
- 캐시 장애에 대비할 수 있다 / 다만 캐시가 죽으면 커넥션이 모두 디비로 접근하여 부하 발생 가능
단점 :
- 캐시에서 먼저 데이터를 읽기 때…
-
primes.mli indicates the implementation is 1000 (!) iterations of Miller-Rabin.
README.md indicates the test is AKS.
primes.ml seems to implement an exponential time binomial test, which is a very i…
danaj updated
8 years ago