Last change
on this file since 202 was 2, checked in by Rick van der Zwet, 15 years ago |
Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)
|
File size:
1.3 KB
|
Rev | Line | |
---|
[2] | 1 | == RUNNING ==
|
---|
| 2 | # Get data set from UCI site
|
---|
| 3 | # Set data sets into proper data/quality.txt data/training.txt
|
---|
| 4 | data/validate.txt locations
|
---|
| 5 | # Alter nn.c to match right variables
|
---|
| 6 | $ make nn
|
---|
| 7 | $ ./nn
|
---|
| 8 |
|
---|
| 9 | == PARSING ==
|
---|
| 10 | # pre-parse.pl alter file and uncomment right set required
|
---|
| 11 | $ ./pre-parse.sh will set input on right location
|
---|
| 12 |
|
---|
| 13 |
|
---|
| 14 |
|
---|
| 15 | == FILES ==
|
---|
| 16 | ./convert-txt-to-dat.sh = convert txt to data files to
|
---|
| 17 | be used for gnuplot
|
---|
| 18 | ./data = Data directory
|
---|
| 19 | ./data/pre-parse.pl = format poker data to new
|
---|
| 20 | input format
|
---|
| 21 | ./data/pre-parse.sh = Build pre-parse working set
|
---|
| 22 | ./data/quality.txt = nn input quality checker
|
---|
| 23 | ./data/training.txt = nn input training
|
---|
| 24 | ./data/validate.txt = nn input validating (end)
|
---|
| 25 | ./data/xor.pl = XOR set builder
|
---|
| 26 | ./data/xor.sh = Build XOR working set
|
---|
| 27 | ./latex.mk = Document building Makefile
|
---|
| 28 | ./Makefile = Main Makefile
|
---|
| 29 | ./neuraal-netwerk.eps = picture neural network
|
---|
| 30 | ./nn.c = NN source code
|
---|
| 31 | ./plot-learn.plt = gnuplot test-learn graph generator
|
---|
| 32 | ./plot-perceptron.plt = gnuplot test-perceptron graph generator
|
---|
| 33 | ./README.txt = currently reading
|
---|
| 34 | ./test-learn.sh = script to run test learn batch
|
---|
| 35 | ./test-perceptrons.sh = script to run test perceptrons batch
|
---|
Note:
See
TracBrowser
for help on using the repository browser.