Pinned Repositories
coding-interview-university
A complete computer science study plan to become a software engineer.
Commonly-used-digital-image-processing-functions
在数字图像处理项目中常用的小工具集合以及一些小型项目
ebooks_house
陆续更新维护长期以来使用的电子书资料,并适当附上介绍。长期维护,敬请star。欢迎给力小伙伴鼎力协作。
FastText-on-Chinese
FastText在中文处理上的应用示例。
funny_python
Some funny python projects.
guangdong2017
2017广东政务数据创新大赛国土侦查解决方案
llmapp
大模型应用开发。尽可能丰富完整的大模型应用开发学习记录。
LOLBAS
Living Off The Land Binaries And Scripts - (LOLBins and LOLScripts)
python-crfsuite
A python binding for crfsuite
time-series-model-library
天池竞赛_余额宝资金流出流入预测
yhfwww's Repositories
yhfwww/ebooks_house
陆续更新维护长期以来使用的电子书资料,并适当附上介绍。长期维护,敬请star。欢迎给力小伙伴鼎力协作。
yhfwww/FastText-on-Chinese
FastText在中文处理上的应用示例。
yhfwww/time-series-model-library
天池竞赛_余额宝资金流出流入预测
yhfwww/guangdong2017
2017广东政务数据创新大赛国土侦查解决方案
yhfwww/llmapp
大模型应用开发。尽可能丰富完整的大模型应用开发学习记录。
yhfwww/coding-interview-university
A complete computer science study plan to become a software engineer.
yhfwww/Commonly-used-digital-image-processing-functions
在数字图像处理项目中常用的小工具集合以及一些小型项目
yhfwww/funny_python
Some funny python projects.
yhfwww/LOLBAS
Living Off The Land Binaries And Scripts - (LOLBins and LOLScripts)
yhfwww/python-crfsuite
A python binding for crfsuite
yhfwww/text-classification-surveys
文本分类资源汇总,包括深度学习文本分类模型,如SpanBERT、ALBERT、RoBerta、Xlnet、MT-DNN、BERT、TextGCN、MGAN、TextCapsule、SGNN、SGM、LEAM、ULMFiT、DGCNN、ELMo、RAM、DeepMoji、IAN、DPCNN、TopicRNN、LSTMN 、Multi-Task、HAN、CharCNN、Tree-LSTM、DAN、TextRCNN、Paragraph-Vec、TextCNN、DCNN、RNTN、MV-RNN、RAE等,浅层学习模型,如LightGBM 、SVM、XGboost、Random Forest、C4.5、CART、KNN、NB、HMM等。介绍文本分类数据集,如MR、SST、MPQA、IMDB、Yelp、20NG、AG、R8、DBpedia、Ohsumed、SQuAD、SNLI、MNLI、MSRP、MRDA、RCV1、AAPD,评价指标,如accuracy、Precision、Recall、F1、EM、MRR、HL、Micro-F1、Macro-F1、P@K,和技术挑战,包括多标签文本分类。