source: liacs/ai/poker/data/xor.sh@ 9

Last change on this file since 9 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: 170 bytes
Line 
1#!/bin/sh
2# $Id: xor.sh 545 2008-04-06 20:46:24Z rick $
3
4cat <<EOF > quality.txt
50 0 0
61 0 1
70 1 1
81 1 0
9EOF
10
11./xor.pl 1000 > training.txt
12./xor.pl 200000 > validate.txt
Note: See TracBrowser for help on using the repository browser.