mirror of
https://github.com/codeplea/genann
synced 2024-11-21 22:11:34 +03:00
Linked to examples.
This commit is contained in:
parent
d9da5edab4
commit
0bb6591322
@ -23,10 +23,10 @@ necessary functions and little extra.
|
||||
|
||||
Four example programs are included with the source code.
|
||||
|
||||
- `example1.c` - Trains an ANN on the XOR function using backpropagation.
|
||||
- `example2.c` - Trains an ANN on the XOR function using random search.
|
||||
- `example3.c` - Loads and runs an ANN from a file.
|
||||
- `example4.c` - Trains an ANN on the [IRIS data-set](https://archive.ics.uci.edu/ml/datasets/Iris) using backpropagation.
|
||||
- [`example1.c`](./example1.c) - Trains an ANN on the XOR function using backpropagation.
|
||||
- [`example2.c`](./example2.c) - Trains an ANN on the XOR function using random search.
|
||||
- [`example3.c`](./example3.c) - Loads and runs an ANN from a file.
|
||||
- [`example4.c`](./example4.c) - Trains an ANN on the [IRIS data-set](https://archive.ics.uci.edu/ml/datasets/Iris) using backpropagation.
|
||||
|
||||
##Quick Example
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user