Skip to content

Add stackedbilstm classifier #10

New issue

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

Conversation

typhoonzero
Copy link
Collaborator

@typhoonzero typhoonzero commented Jun 3, 2019

Add StackedBiLSTMClassifier model.

NOTE that this model currently supports input only sequence embedding columns.

Refer to below links for documentation of this implementation:

tonyyang-svail
tonyyang-svail previously approved these changes Jun 3, 2019
Copy link
Contributor

@tonyyang-svail tonyyang-svail left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

"""
super(StackedBiLSTMClassifier, self).__init__()


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

format: maybe delete this line.

@typhoonzero typhoonzero merged commit 711f8c3 into sql-machine-learning:develop Jun 4, 2019
@typhoonzero typhoonzero deleted the add_bilstm_model_for_text_classification branch June 4, 2019 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants