Last change
on this file since 338 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)
|
-
Property svn:executable
set to
*
|
File size:
208 bytes
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 |
|
---|
3 | for LEARN in 0.1 0.3 0.5 0.7 1.0 1.5 2.0 5.0
|
---|
4 | do
|
---|
5 | export CFLAGS="-DLEARN_SPEED=$LEARN"
|
---|
6 | make clean
|
---|
7 | make nn
|
---|
8 | echo "Start learning $LEARN..."
|
---|
9 | ./nn | tee "test-learn-$LEARN.txt"
|
---|
10 | done
|
---|
11 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.