Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gipsh/ml_dni_predictor
Predicts the DOB of a person based on his/her DNI using a neural network
https://github.com/gipsh/ml_dni_predictor
Last synced: about 1 month ago
JSON representation
Predicts the DOB of a person based on his/her DNI using a neural network
- Host: GitHub
- URL: https://github.com/gipsh/ml_dni_predictor
- Owner: gipsh
- Created: 2023-12-17T14:08:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T15:31:59.000Z (about 1 year ago)
- Last Synced: 2024-04-22T00:31:08.727Z (8 months ago)
- Language: Jupyter Notebook
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ML_DNI_predictor
Predicts the DOB of a person based on his/her DNI using neural network regression modelThe dataset was taken from [here](https://www.unc.edu.ar/sites/default/files/LISTADO%20%20BECARIOS%20FU%202017_web.xls)
Current model has an error mean of ~4 years but it can be easily improved with more training and some tweaking
## Collab notebook
All is implemented in collab, check [ML_Test_DNI_Predictor.ipynb](https://github.com/gipsh/ML_DNI_predictor/blob/main/ML_Test_DNI_Predictor.ipynb)