A machine learning model for CW / morse code
- Download the current Anaconda and install it.
- Install virtualenv
$ conda install virtualenv
Confirm "yes" when prompted
- To run the current notebook, simply download the code and execute the run.sh script:
$ cd Model
$ ./run.sh models/single.yaml
Copy one of the yaml files from models/ and name it. It is in this file you can tweak the parameters.
Once you have your file, you can run it as above, or you can do each step individually:
$ python generate-date.py models/quick-example.yaml
$ python train-model.py models/quick-example.yaml
(C) 2021 Jeff Aigner