Hacker News new | ask | show | jobs
by thangngoc89 1102 days ago
See also hummingbird [1]

[1]: https://github.com/microsoft/hummingbird

1 comments

Thanks! This looks interesting. Some of the main differences I can spot so far are: - Hummingbird does not construct a NN with an architecture isomorphic to the source decision tree but instead cleverly compiled it into other (more sane) tensor computations. - Hummingbird is actually useful. ;)