Question:

In the context of satellite image classification, which of the following statement is CORRECT?

Show Hint

Remember that non-parametric methods are data-driven and make fewer assumptions about the underlying data distribution.
Updated On: May 6, 2025
  • \( \text{Both ANN and Fuzzy C-means clustering are parametric classifiers} \)
  • \( \text{Both ANN and Fuzzy C-means clustering are non-parametric classifiers} \)
  • \( \text{ANN cannot be both supervised and unsupervised classification method} \)
  • \( \text{Fuzzy C-means clustering is a supervised classification method} \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

\begin{itemize} \item Artificial Neural Networks (ANN) are generally considered non-parametric classifiers as they do not make strong assumptions about the statistical distribution of the data. They learn complex patterns directly from the training data. ANNs can be used for both supervised and unsupervised classification. \item Fuzzy C-means clustering is an unsupervised, non-parametric clustering algorithm that allows data points to belong to more than one cluster with varying degrees of membership. It does not rely on predefined statistical distributions. \end{itemize} Therefore, the correct statement is that both ANN and Fuzzy C-means clustering are non-parametric classifiers.
Was this answer helpful?
0
0