Pinned Repositories
2019-CCF-BDCI-Car-Sales-Forecast
top3-solution
analytics-zoo
Distributed Tensorflow, Keras, PyTorch and Ray on Apache Spark
BDCI-2018-Supply-Chain-Demand-Forecast
初赛Rank1 复赛Rank1 2018 CCF 大数据与计算智能大赛 供应链需求预测 Miracccccccle
Chinese_models_for_SpaCy
SpaCy 中文模型 | Models for SpaCy that support Chinese
Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
demand_forecast
Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
feature-selector
Feature selector is a tool for dimensionality reduction of machine learning datasets
free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
load_forecasting
Load forcasting on Delhi area electric power load using ARIMA, RNN, LSTM and GRU models
taogeanton2's Repositories
taogeanton2/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
taogeanton2/100-Days-Of-ML-Code
100-Days-Of-ML-Code中文版
taogeanton2/Agriculture_KnowledgeGraph
农业知识图谱(AgriKG):农业领域的信息检索,命名实体识别,关系抽取,智能问答,辅助决策
taogeanton2/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
taogeanton2/Awesome-Chinese-NLP
A curated list of resources for Chinese NLP 中文自然语言处理相关资料
taogeanton2/awesome-machine-learning
Learning Resources And Links Of Machine Learning(updating)
taogeanton2/awesome-text-summarization
A curated list of resources dedicated to text summarization
taogeanton2/banpei
Anomaly detection library based on singular spectrum transformation(sst)
taogeanton2/bert
TensorFlow code and pre-trained models for BERT
taogeanton2/bert-as-service
Mapping a variable-length sentence to a fixed-length vector using BERT model
taogeanton2/BERT-chinese-text-classification-pytorch
This repo contains a PyTorch implementation of a pretrained BERT model for text classification.
taogeanton2/CCF2018-Top2-Demand-Forecast
Solutions of the forecast problem using Xgboost
taogeanton2/ComplexEventExtraction
A concept and obvious expression pattern collection of Chinese compound event extraction which then be evolved into ComplexEventGraph,本项目提出了中文复合事件的概念与显式模式,包括条件事件、因果事件、顺承事件、反转事件等事件抽取,并形成事理图谱。
taogeanton2/deeplearningbook-chinese
Deep Learning Book Chinese Translation
taogeanton2/FastTextRank
中文文本摘要/关键词提取
taogeanton2/Final-Capstone---Forecasting-Optimal-Inventory-Levels
Thinkful Final Capstone Project - Forecasting Optimal Inventory Levels
taogeanton2/lihang-code
《统计学习方法》的代码实现
taogeanton2/mindmap2slide
convert Mindnode Mindmap (textbundle format) to reveal.js slides
taogeanton2/MLDemo
This repo is all the machine learning related project codes and their corresponding blog posts at the graduate level.
taogeanton2/models
Models and examples built with TensorFlow
taogeanton2/predictive-maintenance
Demonstration of MapR for Industrial IoT
taogeanton2/PyCharm-monokai
Dark color theme for Pycharm by Sublime Text's Monokai Theme.
taogeanton2/python-api-tesing
python中文库-python人工智能大数据自动化接口测试开发。 书籍下载及python库汇总https://china-testing.github.io/
taogeanton2/Python-Knowledge-Handbook
Python Knowledge Handbook by Python数据之道, website: http://liyangbit.com/
taogeanton2/QASystemOnMedicalKG
A tutorial and implement of disease centered Medical knowledge graph and qa system based on it。知识图谱构建,自动问答,基于kg的自动问答。以疾病为中心的一定规模医药领域知识图谱,并以该知识图谱完成自动问答与分析服务。
taogeanton2/RNN-Time-series-Anomaly-Detection
RNN based Time-series Anomaly detector model implemented in Pytorch.
taogeanton2/seq2seq
keras example of seq2seq, auto title
taogeanton2/texar
Toolkit for Text Generation and Beyond
taogeanton2/textrank
TextRank implementation for Python 3.
taogeanton2/TopicCluster
A simple documentary topic analysis implement based on traditional K-means and LDA which can achieve a not-bad result. 基于Kmeans与Lda模型的多文档主题聚类,输入多篇文档,输出每个主题的关键词与相应文本,可用于主题发现与热点分析等应用,如历时话题建模,评论画像等。