-
I made a slight change in the data to be unordered:
```r
shape_survey_edit %
mutate(age = factor(age, levels = c("36-45", "26-35", "18-25", "46-55", "56-65", "66-75", "76-90")))
pop_data %
…
-
Hello bro you used some pretrained models from your drive can you share me that models ?? and one more thing can you tell me where you get them??
can you reply fast i am trying to do this project.
…
-
When I run [Age and Gender Classification Using Convolutional Neural Networks - Demo](http://nbviewer.jupyter.org/url/www.openu.ac.il/home/hassner/projects/cnn_agegender/cnn_age_gender_demo.ipynb) ,I …
-
great code thanks
may you clarify :
will it work for multivariate time series prediction both regression and classification
1
where all values are continues values
weight height …
-
Hi
I'm trying to train the model on my own smaller dataset. When I predict gender, I get an array full of only [1,0], [1,0], [1,0],...... instead of getting different probabilities.
Why does this …
-
Hi,
Thank you for providing such a nice script to work with gender prediction. I am able to generate the gender_dataset.model file from my own dataset by using train.py. After generating the model,i…
-
Pose a question about one of the following articles:
“[Online images amplify gender bias](https://www.nature.com/articles/s41586-024-07068-x),” 2024. Guilbeault, Douglas, Solène Delecourt, Tasker …
-
python:3.5
I download code from [python notebook](http://nbviewer.jupyter.org/url/www.openu.ac.il/home/hassner/projects/cnn_agegender/cnn_age_gender_demo.ipynb)
I get the error.
`
TypeError: 'fl…
-
Hi!
We have analyzed about 1400 samples using your algorithm. And we came across an interesting feature. All the samples we used were previously verified by gender using a different method. We hav…
-
I encountered situations where the returned counterfactuals have not the desired class. It happens only sometimes so I needed to play with seeds to get a reproducible example. I boiled it down to a si…