Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 924 Bytes

File metadata and controls

34 lines (22 loc) · 924 Bytes

InsuranceQA-Machine-Learning

Question and Answer Experimentals with Machine Learning Technologies for insuranceqa-corpus-zh.

Welcome

Apply different models with insuranceqa-corpus-zh.

Deps

Python3+

pip install -r Requirements.txt

deep_qa_1

A very simple network

python3 deep_qa_1/network.py
python3 visual/accuracy.py
python3 visual/loss.py

Baseline: mini-batch size = 100, hidden_layers = [100, 50], lr = 0.0001.

LICENSE

Apache2.0