Pregunta de entrevista de GetFugu

What is the feature extraction technic?

Respuesta de la entrevista

Anónimo

31 de oct de 2018

An algorithm like YOLO(you only look once) learns the features of objects in image. For example: colors,countours/shape of the object etc. According to me, extraction of these features is the process of obtaining the feature vector from fully connected layers (for whatever reasons like feeding it to the LSTM, comparing feaetures for structural similarity etc)