> ## Documentation Index
> Fetch the complete documentation index at: https://aegean.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Dense Neural Networks

> Feature extraction, multiclass classification, backpropagation, and regularization.

<CardGroup cols={2}>
  <Card title="Neural Networks" icon="play" href="https://www.youtube.com/watch?v=M-bIqxvF984">
    Understanding how features are extracted
  </Card>

  <Card title="Multiclass Classifier" icon="play" href="https://www.youtube.com/watch?v=JW22NeQXk64">
    A simple multiclass classifier with Fashion MNIST
  </Card>

  <Card title="Backpropagation (Part A)" icon="play" href="https://www.youtube.com/watch?v=IjK9R6r3mqk">
    Calculating gradients in neural networks
  </Card>

  <Card title="Backpropagation (Part B)" icon="play" href="https://www.youtube.com/watch?v=UbCq8ZnLHxY">
    Continuation of backpropagation derivation
  </Card>

  <Card title="Regularization" icon="play" href="https://www.youtube.com/watch?v=a-ePQQZgA0E">
    Regulating network complexity
  </Card>
</CardGroup>

***

<Callout icon="pen-to-square" iconType="regular">
  [Edit this page on GitHub](https://github.com/aegean-ai/eaia/edit/main/src/media/neural-networks/dense-neural-networks.mdx) or [file an issue](https://github.com/aegean-ai/eaia/issues/new/choose).
</Callout>
