/neural_network

[c] Simple neural network

Primary LanguageC

--------------------------------------------------------------------------------

    Neural Network

    Author:              Rikard Johansson

    This project contains some different implementations of neural networks.

--------------------------------------------------------------------------------


--------------------------------------------------------------------------------
 Supervised learning
--------------------------------------------------------------------------------
 Multilayer perceptron (MLP)                                     Progress: 100%
    This is a supervised learning neural network. It contains several layers
    of neurons where all layers are connected by synapses.
--------------------------------------------------------------------------------


--------------------------------------------------------------------------------
 Reinforcement learning
--------------------------------------------------------------------------------
 Markov decision process (MDP)                                   Progress: 0%
    This is a reinforcement learning neural network.
--------------------------------------------------------------------------------