We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To extend the application zoo, we may reuse some singa-auto example for UI demo https://github.com/nusdbsystem/singa-auto/tree/master/examples/models
Some applications may be useful for healthcare, depending on the dataset we used to train the model
First we can have tabular regression/regression inference UI: For regression we can show some graph like the figures in https://en.wikipedia.org/wiki/Linear_regression#:~:text=In%20statistics%2C%20linear%20regression%20is,is%20called%20simple%20linear%20regression. i.e. the relationship plot between the input and output, or show the data in a table format for inference result.
Pos Tagging We can plot some figures like this https://blog.aaronccwong.com/2019/building-a-bigram-hidden-markov-model-for-part-of-speech-tagging/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To extend the application zoo, we may reuse some singa-auto example for UI demo
https://github.com/nusdbsystem/singa-auto/tree/master/examples/models
Some applications may be useful for healthcare, depending on the dataset we used to train the model
First we can have tabular regression/regression inference UI:
For regression we can show some graph like the figures in https://en.wikipedia.org/wiki/Linear_regression#:~:text=In%20statistics%2C%20linear%20regression%20is,is%20called%20simple%20linear%20regression.
i.e. the relationship plot between the input and output, or show the data in a table format for inference result.
Pos Tagging
We can plot some figures like this
https://blog.aaronccwong.com/2019/building-a-bigram-hidden-markov-model-for-part-of-speech-tagging/
The text was updated successfully, but these errors were encountered: