-
Missing chapters to be completed:
- [ ] Advanced Topics (composable data processing systems, lightsabre)
- [ ] Algorithms and Indices (B Trees)
- [ ] Concurrency (clean up and clarify)
- [ ] Optim…
-
- Momentum shouldn't be stored in the layers any more. This will free us up to use a broader set of optimisation algorithms. We will however need to provide a class for fast updates and manipulations …
-
arrival estimation algorithms for5g network and beyond
-
`__getitem__` is another important property for our `DataContainer` class, https://numpy.org/doc/stable/reference/c-api/array.html
```python
import numpy as np
xnp = np.random.randint(1,1…
-
NlcOptim offers an interesting sqp algorithm. I forsee that it can be used for finding starting values for complex optimizations.
Moreover I anticipate that it can be used for constrained optimizat…
-
E.g. DifferentialEquations record various data of the simulation (like the number f function evaluations):
![image](https://github.com/sebapersson/PEtab.jl/assets/18099310/c6c8789e-ec0c-4dde-93da-8ce…
-
TL;DR: We need to port the RC and RCImmix plans from JikesRVM.
# The algorithms
Reference counting is one of the basic canonical GC algorithms alongside MarkSweep, MarkCompact, and Semispace. T…
-
### Team Name:
QLords
### Project Description:
We implement a quantum generative adversarial network on stock market data. The generator takes as an input 32 data points of stock market dat…
-
hello, thanks for your wonderful work!
i also wondering using nano vdb for large scale laser occupancy mapping without raycasting.
however, i found that nanovdb seems not have api for k nearest neighb…
-
To rotate by 180 degrees while also converting BGR to RGB, the most efficient implementation is to invert the memory buffer by e.g. a backward memcpy.
I *think* optimizer should be able to figure …