-
@AlexImmer, @runame, @edaxberger: As you know, I'm currently working on last-layer Laplace for img2img tasks, e.g. autoencoder, image segmentation. We can't use the current implementation in this libr…
-
**Description**
When I try `Demo_3_Float_CKKS.py` with a 2-dimensional `numpy `array, I get an error.
**Code To Reproduce Error**
```
arr_x [[1. 2. 3.]
[4. 5. 6.]
[7. 8. 9.]]
Traceback (mos…
-
I replace all appearance of `#include ` with `#include "sleef_math.h"` in my project, while `sleef_math.h` looks like:
```cpp
#define sin Sleef_sinf_u35
#define cos Sleef_cosf_u35
...
```
Howe…
-
Right now `shading.shaded_fraction` is limited to scalar solar position inputs. `TrackerField` allows array inputs, but uses a python loop to process each element individually. I assume the decision…
-
### Problem description
Following up on https://github.com/pola-rs/polars/issues/5493, `.rolling_cov()` and `.rolling_corr()` were added (thank you!), what's still missing is `.rolling_slope()`. Woul…
-
Hey @etiennebacher I really like tidypolars and how it integrates with polars! Very smart.
I was thinking it could be possible to allow pure R syntax also with some performance loss. Sometimes a u…
-
@niclashedam and I have recently discussed how we could approach an *initial integration* of some first computational storage features into DAPHNE. *The focus is on where to add/change what in the DAP…
-
### Description
See the attached test case. Compiling a relatively simple function such as the below:
```py
def f(x, y):
t = x * y
for _ in range(n):
t += x * y
…
-
**Current material:**
- [Coursera Andrew Ng Machine Learning](https://www.coursera.org/learn/machine-learning#syllabus)
**Current progress:**
- Completed Week 1 and Week 2 content and quizzes. …
-
Would like to change the parallel python example to the code below
```python
import numpy as np
import sys
import datetime
from mpi4py import MPI
def inside_circle(total_count):
x = n…