Jump to content

Feature vector: Difference between revisions

Tag: Reverted
Tag: Manual revert
Line 11: Line 11:


==Example==
==Example==
[[File:mnist_example1.png|right]]
[[File:mnist_example1.png|400px|right]]
Let us assume we have a [[dataset]] of images of handwritten digits (0-9), and want to use machine learning algorithms to [[classify]] these images into their corresponding digits. In order to do this, we need to extract features from the images which can be utilized as features vectors for use by machine learning algorithms; one way of doing this is by converting the images into feature vectors.
Let us assume we have a [[dataset]] of images of handwritten digits (0-9), and want to use machine learning algorithms to [[classify]] these images into their corresponding digits. In order to do this, we need to extract features from the images which can be utilized as features vectors for use by machine learning algorithms; one way of doing this is by converting the images into feature vectors.