整理记录本人担任课程助教设计的四个机器学习实验,主要涉及简单的线性回归、朴素贝叶斯分类器、支持向量机、CNN做文本分类。内附实验指导书、讲解PPT、参考代码,欢迎各位码友讨论交流。
☆123Feb 21, 2018Updated 8 years ago
Alternatives and similar repositories for ML-Experiments
Users that are interested in ML-Experiments are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- NLP实战:自动生成原创宋词☆10Nov 29, 2021Updated 4 years ago
- AI100竞赛:http://competition.ai100.com.cn/html/game_det.html?id = 24&tab = 1 的代码,主要用于文本分类,其中涉及CHI选择特征词,TFIDF计算权重,朴素贝叶斯,决策树,SVM,XGBoost等算法☆15Mar 27, 2019Updated 7 years ago
- The official implementation of ADDP (ICLR 2024)☆12Mar 27, 2024Updated 2 years ago
- 机器学习:knn算法实现分类,计算准确率(鸢尾花数据集)☆15Oct 12, 2019Updated 6 years ago
- ☆10Jun 24, 2021Updated 4 years ago
- Serverless GPU API endpoints on Runpod - Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- 基于SVM的中文文本分类; python☆13May 24, 2019Updated 6 years ago
- 使用 tensorflow2.0 实现图卷积神经网络GCN☆21Nov 19, 2020Updated 5 years ago
- 通过机器学习,贝叶斯二之一形式,对短信进行垃圾消息过滤.☆16Mar 9, 2017Updated 9 years ago
- ☆12Jul 21, 2021Updated 4 years ago
- 第一次编写Python网络爬虫,主要使用beautifulsoup4爬取新浪新闻首页新闻列表。成功获取新闻标题、时间、来源、详情、评论数、编辑信息,使用pandas整理数据,并保存到数据库。☆13Dec 7, 2017Updated 8 years ago
- Learning Deep Representations for Graph Clustering Implementation☆20Apr 25, 2019Updated 6 years ago
- 这是本人第一次数据算法比赛实录。主要整理记录2017年CCF大数据与计算智能竞赛使用的模型和实现代码,选择了基于主题的文本情感分析赛题。采用情感词典+自定义规则完成比赛,成绩:136/796。☆49Feb 21, 2018Updated 8 years ago
- 基于ComNet的短文本匹配网络模型