hailiang-wang / InsuranceQA-Machine-Learning

Machine Learning for InsuranceQA Corpus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Machine Learning for InsuranceQA Corpus

License:Other


Languages

Language:Python 100.0%