Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 477 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 477 Bytes

Age estimation based on deep learning models

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.