Al
|
715520f681
|
[parser] using new zeros API in averaged_perceptron.c
|
2017-02-19 14:02:54 -08:00 |
|
Al
|
df89387b5c
|
[fix] calloc instead of malloc when performing initialization on structs that may fail halfway and need to clean up while partially initialized (calloc will set all the bytes to zero so the member pointers are NULL instead of garbage memory)
|
2017-01-13 18:30:04 -05:00 |
|
Al
|
6a5b01b51b
|
[parser] Averaged perceptron training
|
2015-09-10 10:26:24 -07:00 |
|
Al
|
c80d8b8067
|
[parsing] Averaged perceptron model data structure for storing the finalized, averaged, sparse weights
|
2015-09-08 12:42:54 -07:00 |
|