-
When I use neural-tangents 0.3.2 to run the 1d_regression.ipynb, I got ValuError:
![image](https://user-images.githubusercontent.com/56224052/91798557-bd45ce80-ec57-11ea-9408-2c10e2230f09.png)
Co…
-
Hi -- first of all, thank you for an amazing piece of software!
The [documentation for `TaskLocalRNG`](https://docs.julialang.org/en/v1/stdlib/Random/#Random.TaskLocalRNG) reads
> As long as th…
-
-
cfr. the internal [Acid800](https://www.virtualdub.org/downloads/Acid800-1.1.7z) README.html for hints by Avery Lee (Altirra emu author) about what each test expects
## CPU
- [x] Basic instruction…
-
I have been experimenting with using the NIST 800-90B entropy assessment tools to quantify the min-entropy provided by black-box HRNGs.
The repositories documentation (as far as I can tell) does no…
-
Hello,
Going through the steps to set up a local development environment seems to be missing steps and leading people to have misconfigured environments if they want to utilize their GPU.
The m…
-
I propose to work on refactoring `np.random.RandomState` usages in the code base to use the preferred `np.random.Generator` available starting from NumPy 1.17.
It was discussed in some issue (I can…
tupui updated
1 month ago
-
There are several possible modifications to the `mixmode` modifier that might be helpful in some scenarios.
1. There are some precision issues with the logistic map used (see #555), could we replac…
d7919 updated
7 years ago
-
I wonder whether this would be of interest; to squeeze out the C++ code in here to a separate header-only library, in much the same way that https://github.com/LTLA/CppIrlba contains the relevant cont…
-
# Documentation
I recently needed to generate some cryptographic key material. As far as I can tell, `secrets.token_bytes()` is the recommended way of doing this, and cpython's concrete implementat…