trungvothanh / bett

Automatically exported from code.google.com/p/betting-ai
1 stars 1 forks source link

Create simple bet-oracle implementation #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Create simple bet-oracle implementation that has only 3 source 
neurons:

1. Market id
2. Price
3. Time left to "in-play" for a given market. 

It must be possible to:

1. Teach neural network (back propagation method).
2. Serialize and deserialize neural network. 
2.a) Automatically serialize neural network when error level is 
acceptable. 
3. Use neural network. Value beetwen -1.0 and 1.0 will be returned 
as a decision. Ideal values: -1.0 for lay and 1.0 for back. 

Original issue reported on code.google.com by kamkor@gmail.com on 22 May 2010 at 2:09

GoogleCodeExporter commented 9 years ago
Abandoned

Original comment by daniel.k...@gmail.com on 2 Dec 2010 at 11:08