LFW
From charlesreid1
Data set consisting of pairs of images, labeled with names.
The purpose of the neural network is to determine if two images of faces are of the same person.
I have several repositories in Github related to this dataset:
- https://github.com/charlesreid1/in-your-face - examples of fitting Keras neural networks to the LFW (labeled faces in the wild) dataset.
- https://github.com/charlesreid1/lfw_fuel - fork of lfw_fuel repo, which applies kerosene and fuel (Python libraries) for organizing and packaging LFW data in a nice format that makes it easy to load and hand off to Keras.
Related pages:
Related categories: