-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
26 lines (18 loc) · 1.16 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------