HyperAIHyperAI

Command Palette

Search for a command to run...

Affine Layer

Date

3 years ago

Affine layers are fully connected layers in neural networks, where affine can be seen as the interconnections between neurons in different layers, and in many ways can be seen as the "standard" layer of a neural network.

The general form of an affine layer is as follows

y = f(wx + b)

Note: x is the layer input, w is the parameter, b is a bias vector, and f is a non-linear activation function.

Affine layers are often used as the final layer at the output of a convolutional neural network or a recurrent neural network.

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Affine Layer | Wiki | HyperAI