teng-ml/readme.md

14 lines
523 B
Markdown
Raw Normal View History

2023-04-27 01:53:47 +02:00
# Machine Learning stuff for TENG project
2023-05-10 22:44:14 +02:00
(Bi)LSTM for name classification.
More information on the project are [on my website](https://quintern.xyz/en/teng.html).
## Model training
Adjust the parameters in `main.py` and run it.
All models and the settings they were trained with are automatically serialized with pickle and stored in a subfolder
of the `<model_dir>` that was set in `main.py`.
## Model evaluation
Run `find_best_model.py <model_dir>` with the `<model_dir>` specified in `main.py` during training.
2023-04-27 01:53:47 +02:00