-
https://github.com/jmugan/modern_practical_nlp
-
The way query iteration is currently implemented leads to inefficient code. On my machine, `iterate_mut_100k` runs in around 29us. However, running the same iteration through explicit archetypes leads…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR19029](https://bugs.llvm.org/show_bug.cgi?id=19029) |
| Status | NEW |
| Importance | P normal |
|…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR26454](https://bugs.llvm.org/show_bug.cgi?id=26454) |
| Status | NEW |
| Importance | P normal |
|…
-
## Upgrade Bible Verse Similarity Search from TF-IDF to Sentence-BERT
Currently, our Bible verse finder uses TF-IDF for text vectorization and K-means clustering for similarity search. To improve t…
-
**Bill Sacks < sacks@ucar.edu > - 2015-10-04 14:41:13 -0600**
**Bugzilla Id:** [2227](http://bugz.cgd.ucar.edu/show_bug.cgi?id=2227)
**Bugzilla CC:** andre@ucar.edu, rfisher@ucar.edu,
Currently in…
-
The characteristic polynomials testing the `VelocityAutocorr` class and the `ViscosityHelfand` class use for loops and could benefit from more vectorized operations in NumPy, as explained by @hmacdope…
-
Are there any plans to eventually support [LLVM vector types](http://llvm.org/docs/LangRef.html#vector-type)?
I've not personally used LLVM vector types, but they seem like a useful abstraction to ta…
-
**Problem description:**
Currently `partial_transpose` only allows to transpose two axis within the same subsystem. See [docs](https://www.cvxpy.org/api_reference/cvxpy.atoms.affine.html#partial-tran…
-
To access elements in a column of anyt real matrix (except a tiny one), I would likely do
```chapel
var xcolk = x[i..j, k];
....
// say
xcolk += v[i..j] * t;
....
x[i..j, k] = xcolk;
```
Thi…