-
Dear Colleagues,
for "Due" and "IT" in the IterationControl only the first value from the theta vector is compared with the value from the previous iteration. Therefore, the following warning is gene…
-
Hi, I am getting an error while trying to run deep_unsupervised_embedding on my project. I suspect there is some mismatch between the expected and received input shape for the CensNetConv network but …
-
We aim to find out what is the best possible solution to run MaxEnt model (https://biodiversityinformatics.amnh.org/open_source/maxent/) on the FAIRiCUBE hub. We check the functionality of different p…
-
Greetings!
I got custom Layers in equinox that look approximately like this.
```
class ProductLayer(InnerLayer):
child_layers: List[Union[SumLayer, InputLayer]]
edges: BCOO
cla…
-
[In the docs on page 4](https://cran.r-project.org/web/packages/PMA/PMA.pdf) it says that the default regularization parameters for both x and z are NULL (which I as a user interpret as 'don't use reg…
-
Hi!
I have tried to carry out SCTransform on my seurat object and it keeps showing me "Error in .subscript.2ary(x, i, j, drop = TRUE) : subscript out of bounds" and failing to complete the SCTransf…
-
Hello, I'm attempting to add L2 regularization on the network weights to the softmax with cross entropy loss function. Here's my implementation:
def cross_entropy_plus_softmax_with_regularization(m…
-
Would be nice to have a way to impose regularization/priors on individual parameters (cf `blme` package)
-
# Tweet summary
(GBM) Separate tree based parameters and Boosting parameters
(XGB/LGBM/Cat) Add regularization parameters
# Useful link
https://www.analyticsvidhya.com/blog/2016/02/complete-guid…
-
Hi!
While executing the following code given for the poisoning attack :
```
from cvxpylayers.tensorflow.cvxpylayer import CvxpyLayer
from sklearn.datasets import make_blobs
from sklearn.model_se…