Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# genderBR: Gender Prediction from Brazilian First Names
|
| 2 |
|
| 3 |
A character-level neural network that predicts the probability of a Brazilian first name being female.
|
|
@@ -45,6 +56,7 @@ get_gender_nn("Maria")
|
|
| 45 |
|
| 46 |
get_gender_nn(c("Lusjane", "Joao"), prob = TRUE)
|
| 47 |
#> 0.95 0.02
|
|
|
|
| 48 |
|
| 49 |
## Files
|
| 50 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
- pt
|
| 5 |
+
license: gpl-2.0
|
| 6 |
+
tags:
|
| 7 |
+
- torch
|
| 8 |
+
- genderbr
|
| 9 |
+
pipeline_tag: tabular-classification
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# genderBR: Gender Prediction from Brazilian First Names
|
| 13 |
|
| 14 |
A character-level neural network that predicts the probability of a Brazilian first name being female.
|
|
|
|
| 56 |
|
| 57 |
get_gender_nn(c("Lusjane", "Joao"), prob = TRUE)
|
| 58 |
#> 0.95 0.02
|
| 59 |
+
```
|
| 60 |
|
| 61 |
## Files
|
| 62 |
|