5
votes
3answers
87 views
What is the best source for typo statistics?
I am looking for a reliable source that would provide some statistics on what keys are the most frequently mistyped.
For example: is "a" and "s" more commonly mistyped compared with "m" and "n"?
if …
2
votes
5answers
108 views
Writing an image processing application for analysis of satellite imagery
I have to start work on application for analysis of satellite imagery to identify some man made structure. I would like to use C or Java for this.
For satellite I am planning to use Google Maps data.
…
0
votes
4answers
45 views
Finding weather data to use for training a neural network
I'm looking for some downloadable weather data i can use to train a neural network to do forecasting, where can i find some? Basically things like temperature, humidity, wind speed/direction, anything …
1
vote
2answers
131 views
Is neural network’s response guaranteed on training data?
I'm trying to train an ANN (I use this library: http://leenissen.dk/fann/ ) and the results are somewhat puzzling - basically if I run the trained network on the same data used for training, the …
