-
Notifications
You must be signed in to change notification settings - Fork 3
RiJo/neural_network
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------