-
In the intro example we have:
```py
# %%
import pandas as pd
df = pd.DataFrame(gs_cv.cv_results_)
df.insert(len(df.columns), "rmse", -df["mean_test_score"].values)
df[["param_alpha", "rmse"]…
-
This ticket proposes a implementation of Reed Muller Codes. It contains:
* A code class, BinaryReedMullerMajorityDecoder, for decoding binary reed muller codes using majority voting algorithm.
* A …
-
### Version
4.1.0
### Summary
There is no exception in response when HTTP request fails (i.e 401).
Response in 4.1.0
![image](https://github.com/user-attachments/assets/b70da80e-eb6f-462c-8538…
-
[Interpretable deep neural networks for single-trial EEG classification](https://www.sciencedirect.com/science/article/pii/S0165027016302333)
_Background_
In cognitive neuroscience the potential of …
-
- [x] [Cooper GF. A simple algorithm for efficiently mining observational databases for causal relationships](https://www.dbmi.pitt.edu/sites/default/files/Cooper_9.pdf)
- [x] [Detection of pharmacov…
-
[Evaluating the Visualization of What a Deep Neural Network Has Learned](http://ieeexplore.ieee.org/document/7552539/)
Deep neural networks (DNNs) have demonstrated impressive performance in complex …
-
EDIT: This was my original motivation, see next post for a more generalized take on the problem.
The Schrödinger equation in spherical coordinates
![image](https://user-images.githubusercontent.…
jagot updated
4 years ago
-
It's just an enhancement suggestion: it would be nice to have support for other distributions in addition to the uniform distribution, such as the normal and Poisson distributions.
Thanks for you gr…
-
Hey, thanks for the package.
Though there is a bug(feature) in your code.
If you consider Parseval's theorem you can theoretically compute the variance of the generated GRF from its power spectrum…
-
It is missing the code for 'class NoisyCurrentSource' in file 'standardmodels.py' of the neuroML module for PyNN. This is: "A Gaussian 'white' noise current source. The current amplitude changes at fi…