Stars
All Algorithms implemented in Python
ALiPy: Active Learning in Python is an active learning python toolbox, which allows users to conveniently evaluate, compare and analyze the performance of active learning methods.
An Open Source Machine Learning Framework for Everyone
农业知识图谱(AgriKG):农业领域的信息检索,命名实体识别,关系抽取,智能问答,辅助决策
Python code for common Machine Learning Algorithms
整理记录本人担任课程助教设计的四个机器学习实验,主要涉及简单的线性回归、朴素贝叶斯分类器、支持向量机、CNN做文本分类。内附实验指导书、讲解PPT、参考代码,欢迎各位码友讨论交流。
这是本人第一次数据算法比赛实录。主要整理记录2017年CCF大数据与计算智能竞赛使用的模型和实现代码,选择了基于主题的文本情感分析赛题。采用情感词典+自定义规则完成比赛,成绩:136/796。
xinrisanshao / Cpp-Primer
Forked from Mooophy/Cpp-PrimerC++ Primer 5 answers
基于Maven + SSM (Spring、SpringMVC、Mybatis)构建一个简单的测试项目,偏代码实践。
第一次编写Python网络爬虫,主要使用beautifulsoup4爬取新浪新闻首页新闻列表。成功获取新闻标题、时间、来源、详情、评论数、编辑信息,使用pandas整理数据,并保存到数据库。