ag1le
ag1le
Try the new model.yaml and run python MorseDecoder.py --experiments to create training material and run the training process
Hi zeynepgulhanuslu 1. The likely reason is that there is not long enough pause after the last dot, or that there is no transition after that pause. I haven't looked...
good catch!
You can find some information on my ham radio blog ag1le.blogspot.com
test.py is still works-in-progress code. The algorithm is based on this paper: https://archive.org/download/optimalbayesiane00bell/optimalbayesiane00bell.pdf
Hi luDyduL, morse.py algorithm is a collection of tricks I have learned and documented in my ham radio blog. Best way to learn how it works is to study the...