Home
Data Science
Data Science with Python
Data Science with KNIME
Learning in AI
Deep Learning
Machine Learning
Reinforcement Learning
Computer Vision
Scikit-image
OpenCV
Robotics
Autonomous Mobile Robots
Multi-robot Systems
Optimization
Mathematical Optimization
Swarm Intelligence and Metaheuristics
Information Hiding
Data Hiding
Watermarking
Computer Graphics
OpenGL
Blender
Processing and p5.js
About
Part 1
Part 2
Part 3
VGG for Face Recognition
Deep learning under construction
...
...
VGG in Keras
VGG is used here as face descriptor. The feature vector is fed to a K-NN classifier and is tested with Olivetti face dataset.
It is reminded that the VGG is pretrained by
Imagenet
dataset.