EducationalTestingService / EducationalTestingService/simpledep
perceptron weight averaging is not standard
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 5
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
My understanding is that for the averaged perceptron, the weights are averaged across each example in each iteration, not just each iteration as in the current implementation (and the perl one here from @sagae: http://people.ict.usc.edu/~sagae/parser/simpledep.pl).
A nice reference with a clever efficiency trick:
http://www.ciml.info/dl/v0_8/ciml-v0_8-ch03.pdf
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.