λ
home posts study uses projects

Neural Network

Jul 18, 2024

machine-learning map

A neural network, (also known as a Multi-layer Perceptron) is a mathematical model that is used in machine learning.

There are many ways to make a neural network learn, one of which is Supervised Learning.

The combination of the last layer’s Activation Function and Cost Function, determine the type of the problem you’re trying to solve, some examples include

A neural network’s Forward-Propagation is used for predicting data and its Backward-Propagation used for training itself.

Neural Network Architecture

LλBS

All systems up and running

Commit c0daef5, deployed on Oct 01, 2024.