AI Modell trained on Romanian names to predict the gender from a given name.
It uses Brain.Js library to use the Romanian names (names.js
) and train a modell which predicts a gender from any given names.
Steps:
- pre-trains the modell and exports the network states JSON file into the
output
folder - uses the pre-trained network modell to run the test batch.
To run the app: Node app.js
Just comment the rows 25-28 and un-comment the rows 31-32 to train the modell for your specific config file.
It can be used to help a user choose a gender for a character based on the input name.
For example: make the male button
bigger if the input name has a greater probability to be Male gender
Only real genders used: MALE / FEMALE :-)