Categories
University

Neural Network

As part of the university practice, I had to produce a neural network to predict certain basic problems. I implemented this neural network through a class in order to use it in all types of programmes and by adding the maximum amount of possible configurations, making it possible to save and restore the learning data of the neural network.

The practice takes the form of a programme with a line of commands in order to configure and use all the functions permitted by the neural network module. It also includes the option to standardise and unstandardise the data.

Source code are available in:

https://github.com/Dracks/NeuralNetworkPractice/

Characteristics:

  • Project type: Program
  • Program type: Tool
  • Year: 2012
  • Language: C++