KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
text-classification
★ 15
Open GitHub ↗
基于attention的CNN文本分类
Download README (.md)
Explore Similar Repositories
io-handbook
:
Handbook of IO
hugojapan.github.io
:
🇯🇵 Hugo Documentation 和訳・日本語訳プロジェクト - (変更を追いかけるのが大変なので v1 リリース後に再開します。)
react-firestore-example
:
Learn how to integrate Firestore into your React app
kafka-connect-rss
:
RSS and Atom kafka connect source
XCSnippets
:
Xcode snippet manager
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
text-classification
?
Download (.md)
# 基于attention的CNN文本分类 svm 基于tf-idf特征的支持向量机分类 att_cnn1 输入层attention att_cnn2 卷积层attention att_cnn3 双层attention ## 支持向量机 ```python python svm.py ``` ## 训练 ```python python train.py --model base_cnn|att_cnn1|att_cnn2|att_cnn3 #default = att_cnn3 ``` ## 测试 ```python python test.py --model base_cnn|att_cnn1|att_cnn2|att_cnn3 #default = att_cnn3 ```