필터 지우기
필터 지우기

Is Iris Dataset considered as extracted features Dataset for images?

조회 수: 4 (최근 30일)
Samisam
Samisam 2018년 1월 8일
댓글: Walter Roberson 2018년 1월 8일
I have nn to be trained and tested on images . I know that when I want to train nn on Image I should extract features . According to this can I consider Iris dataset which is supplied on https://archive.ics.uci.edu/ml/datasets/iris as an image dataset with extracted features and train nn on it ?? in other words can any body say to me "no you didn't train your nn on images"
thanks for help

답변 (1개)

Walter Roberson
Walter Roberson 2018년 1월 8일
No. That is not images. That dataset consists of four physical measurements of iris flowers, not of images of iris flowers.
  댓글 수: 2
Samisam
Samisam 2018년 1월 8일
could I consider these dataset as an extracted features to a set of images???
Walter Roberson
Walter Roberson 2018년 1월 8일
Sort of. The features extracted would not be ones typically used for image work, and for the Iris data set are based upon physical lengths rather than upon data that is more readily determined by images (such as number of pixels, average intensity, and so on.)

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by