Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# ML_DNI_predictor
Predicts the DOB of a person based on his/her DNI using neural network regression model

The 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)