-
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Project Title** : Thyroid Recurrence Prediction
:red_circle: **Aim** : To classify whether a person is prone to have thy…
arpy8 updated
5 months ago
-
Hello,
In the code, the scale of new_X_ seems to be different from the scale of the data on which the regressor was trained. So I wonder why you use the new scaler Z_scaler instead of X_scaler. Is …
-
-
1º roteiro a ser executado durante o pré-processamento geral dos dados.
Para o caso de execução de roteiros, P0 será relativo à origem dos dados e pré-processamento geral.
-
The trial that fails has this configuration, which seems to train okay on tensorflow on the same size worker:
```
| Trial name | status | loc | combiner.bn_momentum | com…
-
### Describe the bug
Hello,
When initializing a new project, I got the error below.
I tried to upgrade: ipython and jupyter-lab, but the issue still persist.
it seems imcompatibility issues betw…
-
Post a reading of your own that uses deep learning for social science analysis and understanding, with a focus on network, graph, or tabular data.
-
**Describe the bug**
TypeError: type Tensor doesn't define __round__ method occurs when utilizing torch.nn.KLDivLoss() with tensors
I am currently evaluting the use of Pytorch on a kaggle challe…
-
I am dealing with a specific case where my observational data is limited, but I have years of atmospheric reanalysis data. So, I trained a TabNet model on the longer available data and then saved it a…