(no title)
jacob-jackson | 6 years ago
TabNine has always included a logistic regression model to help rank completions. It uses features such as the occurrence frequency of the token and the number of similar contexts in which it occurs.
jacob-jackson | 6 years ago
TabNine has always included a logistic regression model to help rank completions. It uses features such as the occurrence frequency of the token and the number of similar contexts in which it occurs.
codesushi42|6 years ago
Also, TabNine mentions they are using transformers, which is not logistic regression. The context will be inferred using attention.
jacob-jackson|6 years ago
Deep TabNine (announced today) uses transformers. TabNine (released last year) uses logistic regression.