-
Right now we downscale any larger image to 1200x1200. We may want to support higher, especially as phones are now faster. On initial testing, all the algorithms seem fine with 4000x4000 on 2020 SEs, a…
-
> arguably the most important algorithm of all: binary search
We have [List.BinarySearch](https://msdn.microsoft.com/en-us/library/6sh2ey19%28v=vs.110%29.aspx) and [Array.Search](https://msdn.micros…
-
Hi,
I encountered an issue when trying to run the "YettonEtAl_MachineLearning" detector on my dataset.
**Steps to reproduce:**
1. I ran the detector on my data without any errors.
2. However…
-
I think these new drawing tools will be very convenient. Specifically, you can quickly draw a rectangle or circle when using these tools. And quickly drawing straight lines connected from the first an…
-
### Description:
Opportunities for improving the performance of specific algorithms was mentioned several times in the [faster scientific Python discussion](https://discuss.scientific-python.org/t/to…
lagru updated
2 months ago
-
-
### Background
Typesense is a modern, blazing-fast, developer-friendly, open source search engine. It uses cutting-edge algorithms that take advantage of the latest advances in Hardware Capabilities …
-
I'm trying to visualise Anytime Weighted A*. The algorithm multiplies heuristic estimates by some factor w>=1. This allows it to make faster progress toward the goal but it can re-expand nodes, if it …
-
This is an enhancement request. While u16, u32 and u64 numbers get divided by a small constant divisor using a fast algorithm, the same isn't true for u128 numbers:
```
fn digits_sum0(mut n: u16) …
-
We want to add Viterbi decoding to PyTorch. Viterbi decoding is a well-known algorithm that finds the path of maximum likelihood over a time-varying distribution. It is used in automatic speech recogn…