Skip to content

A C/C++ implementation of a Feed-Forward Neural Network (Multi Layer Perceptron) for a regression task.

Notifications You must be signed in to change notification settings

fbia/Regression-with-a-Multi-Layer-Perceptron

Repository files navigation

Regression-with-a-Multi-Layer-Perceptron

Machine learning final project. A c++ implementation of a multi layer perceptron (MLP).

The neural network can solve classification and regression tasks.

The code implements:

  • MLP training with backpropagation
  • grid search for model selection
  • regularization: early stopping and weight decay

In the report there is also a performance comparison with an implementation provided by KNime.

It has been applied for classification and a "blind" regression task (competition dataset).

About

A C/C++ implementation of a Feed-Forward Neural Network (Multi Layer Perceptron) for a regression task.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages