-
***By Sandeep Panta, Translational Research in Neuroimaging and Data Science (TReNDS) Center, Georgia State University***
***Recording and streaming volunteer ***
### Emergent session #3, #1
…
-
I am a participant of GSSOC 2021 and I would like to contribute the implementation of depth limited search and iterative deepening search algorithms in python.
-
Iterative algorithms can have very long histories. Maintaining how we obtained final results in the scheduler can become very expensive.
```python
x = 1
for i in range(100000):
x = c.submit…
-
```
When fixing Issue 34 it turned out all the code in the
graphconnectivity.iterative.* packages depends on JWPL and/or DKPro
Similarity's Wikipedia API. From reading the comments I assume this wa…
-
**Is your feature request related to a problem? Please describe.**
Hello, I am a researcher working on point cloud registration algorithms.
I have noticed that PCL includes some rigid point c…
-
Currently the various parameter inference algorithms are implemented in pure python (with some vectorized operations via numpy).
Since most of these algorithms are iterative, the implementation is …
-
It'd be nice to have a way of logging information between each step when fitting an iterative algorithm for debugging purposes. For algorithms that use `argmin` we can simply call [`add_observer`](htt…
-
Hi,
I updated from 1.0.0 to 1.1.9 today and now I get the following error when running pruner.step():
```
pruner.step()
File "/home/mle/prune_data_collection/pruning_benchmark_tool/.venv/l…
-
We would like to support dynamic learning rate schedules in FunkSVD and other iterative algorithms, instead of the fixed learning rates that we currently use.
In order to do this, we need:
- [ ] An i…
-
Are there any tools or environments to deploy tests in so that the code can be more easily contributed to? With robotic applications, hardware is always fun and nice to see it work; however, it gives…