goRecommend
ddt
Our great sponsors
goRecommend | ddt | |
---|---|---|
0 | 2 | |
182 | 16 | |
- | - | |
0.0 | 0.0 | |
almost 8 years ago | over 1 year ago | |
Go | Go | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
goRecommend
We haven't tracked posts mentioning goRecommend yet.
Tracking mentions began in Dec 2020.
ddt
-
Ask HN: What are some tools / libraries you built yourself?
DDT allows building custom decision trees based in a set of defined rules, programmatically or from json.
When making a decision, it allows adding a pre-processing stage to the input before comparing it with the following possible branches of the tree.
-
What is your “I don't care if this succeeds” project?
https://github.com/sgrodriguez/ddt a decision tree lib in golang for building custom rules decision tree. It allows adding a pre-processing stage to the input before comparing it with the following possible branches of the tree. One of the default preprocessing stages in ddt is calling a method of a struct (CallStructMethod) and getting the attribute of a struct (GetStructAttribute) using reflection, so you can have a struct user with some methods and attributes and build a tree asking question about the user.
What are some alternatives?
m2cgen - Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart, Haskell, Ruby, F#, Rust) with zero dependencies
shield - Bayesian text classifier with flexible tokenizers and storage backends for Go
onnx-go - onnx-go gives the ability to import a pre-trained neural network within Go without being linked to a framework or library.
Varis - Golang Neural Network
gobrain - Neural Networks written in go
ocrserver - A simple OCR API server, seriously easy to be deployed by Docker, on Heroku as well
Goptuna - A hyperparameter optimization framework, inspired by Optuna.
NEUGO
golinear - liblinear bindings for Go
go-pr - Pattern recognition package in Go lang.
go-deep - Artificial Neural Network