Skip to content

A Multi Layer Perceptron created to calculate XOR (eXclusive OR) on 5 inputs

Notifications You must be signed in to change notification settings

LucaGatt22/MLP-neural-network

Repository files navigation

Multi Layer Perceptron - Neural Network

A Multi Layer Perceptron created to calculate XOR (eXclusive OR) on 5 inputs.

Definitions

  • Bad facts are those where the actual output calculated by the neural netowrk is different from the expected output.
  • Good facts - negation of bad facts i.e. actual = expected

Refer to this link for more information about neural networks and MLPs.

File Structure:

  • 5XOR.csv - the XOR entries/rows/combinations for 5 inputs with their outputs
  • assign neural network.py is the only program.
  • BadFactsVsEpochResults.csv is an example of the results exported to a spreadsheet.
  • The rest are many graphs which are images.

Releases

No releases published

Packages

No packages published

Languages