-
I implemented the more or less known "[transpose trick](https://stats.stackexchange.com/a/7144/241037)" for a fix of issue #55, my code is [here](https://github.com/Nestak2/keras-preprocessing/blob/fa…
-
I'd like to learn using Singularity to run deep learning codes with GPU on XSEDE, and with multi-CPUs on jet streams. I have at least MNIST codes ready for that testing.
-
I discovered a cool new SDM method. Using a cox process model in the r-inla package (https://www.math.ntnu.no/inla/r-inla.org/tutorials/spde/spde-tutorial.pdf; see Chapter 4). r-inla uses integrated n…
-
-
kms's default dense model in the imdb example code throws an error:
```
> out_dense = kms("V1 ~ .", data = imdb_df[demo_sample, ], Nepochs = 2)
Set session seed to 23377680
y appears categorical…
tlyim updated
6 years ago
-
## Feature Request: Add Real-Time Human Detection and Counting Project
### Description:
I would like to suggest adding the Real-Time Human Detection and Counting project to this repository. This p…
-
I am running the following code:
```
import shap
explainer = shap.GradientExplainer(model, x_train)
shap_values = explainer.shap_values(x_test[:10])
```
I run into the following error:
`…
-
**Is your feature request related to a problem? Please describe.**
A Face mask detection model which will identify whether someone has a mask or not
**Describe the solution you'd like**
Face Mas…
-
Hi, all!
This idea is about to inspire people in usage of solar energy and reduce household fuel and electricity costs.
We can try do it by showing the comparison of local electricity prices and p…
-
I tried to run `notebooks/TS_dataset_generation_benchmarking1.ipynb` notebook However when calling cell
```python
num_classes = y_train_binary.shape[1]
models = modelgen.generate_models(np.swap…