Pinned Repositories
-TOP1-
CCF大数据与计算智能大赛-工件检测TOP1方案
2020TIANCHI-ProteinSecondaryStructurePrediction-TOP1
2020天池大赛,蛋白质结构预测大赛TOP1方案分享
Agriculture_KnowledgeGraph
农业知识图谱(AgriKG):农业领域的信息检索,命名实体识别,关系抽取,智能问答,辅助决策
AI-Comp
AI-Challenger Baseline 细粒度用户评论情感分析
Data-Competition-TopSolution
Data competition Top Solution 数据竞赛top解决方案开源整理
keyword_extraction
利用Python实现中文文本关键词抽取,分别采用TF-IDF、TextRank、Word2Vec词聚类三种方法。
named_entity_recognition
中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)
SublimeText-3211-License-Key-
trajectory_classification
Python code to re-produce results and illustrations of trajectory classification.
zh-NER-TF
A very simple BiLSTM-CRF model for Chinese Named Entity Recognition 中文命名实体识别 (TensorFlow)
gyplus's Repositories
gyplus/Data-Competition-TopSolution
Data competition Top Solution 数据竞赛top解决方案开源整理
gyplus/named_entity_recognition
中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)
gyplus/trajectory_classification
Python code to re-produce results and illustrations of trajectory classification.
gyplus/zh-NER-TF
A very simple BiLSTM-CRF model for Chinese Named Entity Recognition 中文命名实体识别 (TensorFlow)
gyplus/-TOP1-
CCF大数据与计算智能大赛-工件检测TOP1方案
gyplus/antispider
书籍《Python3 反爬虫原理与绕过实战》配套代码
gyplus/awesome-machine-learning-cn
机器学习资源大全中文版,包括机器学习领域的框架、库以及软件
gyplus/awesome-python-login-model
😮python模拟登陆一些大型网站,还有一些简单的爬虫,希望对你们有所帮助❤️,如果喜欢记得给个star哦🌟
gyplus/BDCI2019-SENTIMENT-CLASSIFICATION
CCF BDCI 2019 互联网新闻情感分析 复赛top1解决方案
gyplus/Coding4Interviews
剑指offer刷题
gyplus/comparing-trajectory-clustering-methods
Comparing Different Clustering Methods and Similarity Metrics on Trajectory Datasets
gyplus/competition-baseline
数据科学竞赛各种baseline代码、思路分享
gyplus/deep-learning-with-keras-notebooks
Jupyter notebooks for using & learning Keras
gyplus/Deep-Learning-with-PyTorch-Tutorials
深度学习与PyTorch入门实战视频教程 配套源代码和PPT
gyplus/examples-of-web-crawlers
一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )
gyplus/git-tips
:trollface:Git的奇技淫巧
gyplus/Jiagu
Jiagu深度学习自然语言处理工具 知识图谱关系抽取 中文分词 词性标注 命名实体识别 情感分析 新词发现 关键词 文本摘要 文本聚类
gyplus/kaggle
Kaggle 项目实战(教程) = 文档 + 代码 + 视频(欢迎参与)
gyplus/Machine-Learning-Algorithms
Python实现经典分类回归、关联分析、聚类以及推荐算法等
gyplus/python-spider
:rainbow:Python3网络爬虫实战
gyplus/python3-concurrency
Python3爬虫系列的理论验证,首先研究I/O模型,分别用Python实现了blocking I/O、nonblocking I/O、I/O multiplexing各模型下的TCP服务端和客户端。然后,研究同步I/O操作(依序下载、多进程并发、多线程并发)和异步I/O(asyncio)之间的效率差别
gyplus/python_interview_question
关于python的面试题
gyplus/SourceCodeOfBook
《Python爬虫开发 从入门到实战》配套源代码。
gyplus/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
gyplus/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
gyplus/TrajectoryPrediction
gyplus/vue2-element-touzi-admin
基于vue2.0 +vuex+ element-ui后台管理系统
gyplus/vue2-manage
基于 vue + element-ui 的后台管理系统
gyplus/WeiboSearch
Scrapy 新浪微博搜索爬虫
gyplus/Your-first-machine-learning-Project---End-to-End-in-Python
这是一个完整的,端到端的机器学习项目,非常适合有一定基础后拿来练习,以提高对完整机器学习项目的认识