Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.07 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.07 KB

COC102---ANN-Implementation

Advanced AI Systems - Neural Network Coursework Deadline: 23 March 2017

Implement a multi-layer perceptron (MLP) trained using the error backpropagation algorithm. Once implemented the network should be trained on the data set provided and its perfoemance should be evaluated.

There are a number of stages to this process that will be evaluated:

  1. Implementation of the algorithm in an appropriate language
  2. Documentation and commenting of this implementation
  3. Appropriate data pre-processing of the supplied data set
  4. Appropriate training, configuration and weight adjustment of the ANN model
  5. Appropriate evaluation of the chosen ANN structure
  6. A report detailing the above process and discussing the evaluation of the model

For additional marks the ANN model should be contrasted with a simple data driven model such as a multiple linear regression model (for example, see LINEST in Excel). You should also try different ‘improvements’ to the standard backpropagation algorithm and report on these – for example, momentum, annealing, etc.