Maitre_yoda_models/README.md

46 lines
770 B
Markdown

# Maitre_yoda
Modèle et jeu de donnée pour mycroft-precise avec le mot clé "maitre yoda"
Le tuto rhasspy: https://rhasspy.readthedocs.io/en/latest/wake-word/#mycroft-precise
Le tuto mycroft: https://github.com/MycroftAI/mycroft-precise/wiki/Training-your-own-wake-word
## models
yoda12 a été entrainé avec 1600 epochs:
```
loss: 0.0039 - acc: 0.9899 - val_loss: 0.0427 - val_acc: 0.9880
```
### results:
Le 15/10/2020, on a:
- yoda7:
```
=== Counts ===
False Positives: 15
True Negatives: 128
False Negatives: 6
True Positives: 18
```
- yoda5:
```
=== Counts ===
False Positives: 9
True Negatives: 134
False Negatives: 5
True Positives: 19
```
- yoda12:
```
=== Counts ===
False Positives: 1
True Negatives: 142
False Negatives: 1
True Positives: 23
```