An age estimation solution that:
- Trains a neural network with given image&age data,
- Produces age estimations on image data using the trained neural network.
The implementation was prepared by making use of the python machine learning library: PyTorch.
The report file depicts the usage of the deep learning on the given problem by explaining the method and the evaluation.