Fasttext_Gridsearch

所属分类:聚类算法
开发工具:Jupyter Notebook
文件大小:3KB
下载次数:0
上传日期:2018-04-06 13:44:28
上 传 者sh-1993
说明:  为fasttext寻找好的参数来分类20个新闻组数据集
(Finding good parameters for fasttext to classify 20 news group data set)

文件列表:
Grid Fasttext.ipynb (15697, 2018-04-06)

# Fasttext_Gridsearch Finding good parameters for fasttext to classify 20 news group data set

Among these parameters for fasttext

**dim**=[10,25,50,100,200,250,300] **epoch**=[5,20,25,50,100] **ws**=[5,10] **lr**=[0.05,0.025,0.075,0.1,0.150,0.175]

Best Accuracy score was for the following parameter pair among 420 pairs of above values

**parameters:** {'dim': 50, 'epoch': 100, 'ws': 5, 'lr': 0.075} -------------------->>>> **score** : 0.705

近期下载者

相关文件


收藏者