CarlosGG's Knowledge Garden 🪴

Search

Search IconIcon to open search

Multilayer perceptrons (MLPs)

Last updated Apr 10, 2022 Edit Source

A multilayer perceptron (MLP) is a feed forward artificial neural network model that maps sets of input data onto a set of appropriate outputs. An MLP consists of multiple layers of nodes in a directed graph, with each layer fully connected to the next one. Except for the input nodes, each node is a neuron (or processing element) with a non linear activation function

# Resources

# Code

# Perceptron

# MLPs for vision and language