TommyZihao / zihaomachinelearningLinks
some simple tutorials of machine learning algorithms
☆60Updated 5 years ago
Alternatives and similar repositories for zihaomachinelearning
Users that are interested in zihaomachinelearning are comparing it to the libraries listed below
Sorting:
- Gitbook Address: https://app.gitbook.com/@nlpgroup/s/nlpnote/☆158Updated 3 years ago
- 阿里云天池零基础入门NLP比赛_rank4选手比赛总结: https://tianchi.aliyun.com/competition/entrance/531810/introduction☆194Updated 2 years ago
- 《Python深度学习》书籍代码☆629Updated last year
- 简单的中文文本情感分类 (MLP, CNN, RNN in PyTorch) - 2019 THU 人工智能导论作业☆152Updated 2 years ago
- 通过阅读网上的资料代码,进行自我加工,努力实现常用的机器学习算法。实现算法有KNN、Kmeans、EM、Perceptron、决策树、逻辑回归、svm、adaboost、朴素贝叶斯☆732Updated 5 years ago
- Resource for AINLP☆136Updated 4 years ago
- 自然语言处理NLP在中文文本上的一些应用,如文本分类、情感分析、命名实体识别等☆213Updated 4 years ago
- 阿里天池与Datawhale联合举办二手车价格预测比赛:优胜奖方案代码总结☆109Updated last year
- 开源的各大比赛baseline☆377Updated 2 years ago
- AI学习过程中的实操代码☆206Updated 4 years ago
- 使用pytorch搭建textCNN实现中文文本分类☆128Updated 6 years ago
- 基于TF-IDF和余弦定理计算文本相似度☆36Updated 6 years ago
- 用tensorflow进行中文自然语言处理的情感分析☆447Updated 4 years ago
- 【Numpy 手写实现】SVM 支持向量机 | KNN K近邻 | Kmeans | Logistic Regression 逻辑回归 | Maximum Entropy 最大熵 | Naive Bayes 朴素贝叶斯 | Perception 感知机 | Decision…☆208Updated 5 years ago
- 中文商品评论短文本分类器,可用于情感分析☆365Updated 3 years ago
- 使用rnn,lstm,gru,fasttext,textcnn,dpcnn,rnn-att,lstm-att,兼容huggleface/transformers,以及以transforemrs作为词嵌入模型,后面接入cnn、rnn、attention等等做文本 分类。以及各个…☆508Updated 2 years ago
- ☆384Updated last year
- 力求囊括主流NLP模型练手项目,不断更新中☆285Updated 4 years ago
- 中文自然语言处理入门实战课程语料☆403Updated 6 years ago
- 《贪心学院-京东nlp》项目实战,学习笔记。☆203Updated 3 years ago
- 零基础入门NLP - 新闻文本分类 正式赛第一名方案☆235Updated 4 years ago
- 疫情期间网民情绪识别代码,包含lstm,bert,xlnet,robert,最高f1为0.725 部署在Google colab☆44Updated 4 years ago
- 龙曲良《TensorFlow深度学习》学习笔记及代码,采用TensorFlow2.0.0版本☆175Updated 2 years ago
- Self complemented word embedding methods using CBOW,skip-Gram,word2doc matrix , word2word matrix ,基于CBOW、skip-gram、词-文档矩阵、词-词矩阵四种方法的词向量生成☆184Updated 7 years ago
- This is the notes and code I took while studying an NLP tutorial [2019 Latest AI Natural Language Processing Deep Machine Learning Top Pr…☆444Updated 6 years ago
- 使用pytorch实现RNN-LSTM写诗☆153Updated 6 years ago
- 此仓库将介绍Deep Learning 所需要的基础知识以及NLP方面的模型原理到项目实操 : )☆178Updated 2 years ago
- 一些机器学习算法的demo。普通最小二乘法,决策树(Iris鸢尾花数据集),KNN(mnist手写数字数据集),朴素贝叶斯分类西瓜数据集,trec06c数据集垃圾邮件分类(spam),逻辑斯蒂回归,随机梯度下降SGD与全梯度下降的对比,mnist中8和9的二分类,泰坦尼克号…☆180Updated 6 years ago
- Tensorflow 2.0 Notes 提供了TF2.0案例实战以及TF2.0基础实战,目标是帮助那些希望和使用Tensorflow 2.0进行深度学习开发和研究的朋友快速入门,其中包含的Tensorflow 2.0教程基本通过测试保证可以成功运行(有问题的可以提issu…☆270Updated 4 years ago
- 基于朴素贝叶斯实现的豆瓣影评情感分析☆101Updated 3 years ago