Tag: Feedforward Neural nets and CNNs
-
Supervised or Unsupervised – for CNN and Feedforward NNs?
Feedforward neural networks (FNNs) and convolutional neural networks (CNNs) can both be used in supervised learning or unsupervised learning, depending on how they are applied and the nature of the task at hand. ### Supervised Learning: – **Feedforward Neural Networks (FNNs)**: Typically used in supervised learning tasks where the goal is to predict a target…