Pinned Repositories
AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
amie_plus
AMIE+ association rule mining
annoy
Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk
awesome-nlg
A curated list of resources dedicated to Natural Language Generation (NLG)
bert-crf-http-rpc
bert4keras
keras implement of transformers for humans
Chinese-BERT-wwm
Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)
conceptvector
Concept Vector
dagre-d3
A D3-based renderer for Dagre
deep-finance
Deep Learning for Finance
wangdazhe's Repositories
wangdazhe/AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
wangdazhe/annoy
Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk
wangdazhe/awesome-nlg
A curated list of resources dedicated to Natural Language Generation (NLG)
wangdazhe/bert-crf-http-rpc
wangdazhe/bert4keras
keras implement of transformers for humans
wangdazhe/Chinese-BERT-wwm
Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)
wangdazhe/conceptvector
Concept Vector
wangdazhe/dagre-d3
A D3-based renderer for Dagre
wangdazhe/deep-finance
Deep Learning for Finance
wangdazhe/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
wangdazhe/deeplearning4j-issues
deeplearning4j常见问题集合
wangdazhe/druid
阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池
wangdazhe/event_extraction
baidu aistudio event extraction competition
wangdazhe/GPT2-Chinese
Chinese version of GPT2 training code, using BERT tokenizer.
wangdazhe/gpt2-ml
GPT2 for Multiple Languages, including pretrained models. GPT2 多语言支持, 15亿参数中文预训练模型
wangdazhe/latent-space-cartography
Visual analysis of vector space embeddings
wangdazhe/milvus
An open source embedding vector similarity search engine powered by Faiss, NMSLIB and Annoy
wangdazhe/neo4j-d3-graph
对neo4j导出的数据做d3前端可视化
wangdazhe/Path-ranking-algorithm
Implement the Path ranking algorithm by python
wangdazhe/relation-graph
Vue 关联关系图谱组件,可以展示如组织机构图谱、股权架构图谱、集团关系图谱等知识图谱,可提供多种图谱布局,包括树状布局、中心布局、力学布局自动布局等。Vue component for relationship graph , which can display knowledge graphs, such as organization graph, equity structure graph, group relationship graph,
wangdazhe/rnn_recsys
Our implementation of the paper "Embedding-based News Recommendation for Millions of Users"
wangdazhe/SeqGAN
Implementation of Sequence Generative Adversarial Nets with Policy Gradient
wangdazhe/serving
A flexible, high-performance serving system for machine learning models
wangdazhe/Spring-Boot-Neo4j-Movies
SpringBoot集成Neo4j图数据库,利用Spark的朴素贝叶斯分类器实现基于电影知识图谱的智能问答系统。
wangdazhe/SPTAG
A distributed approximate nearest neighborhood search (ANN) library which provides a high quality vector index build, search and distributed online serving toolkits for large scale vector search scenario.
wangdazhe/SQL-to-Text
SQL-to-Text is a simple code for translating SQL to Text Generation with a novel Graph-to-Sequence Model
wangdazhe/sqlflow_public
Document, sample code and other materials for SQLFlow
wangdazhe/sqlparse
A non-validating SQL parser module for Python
wangdazhe/Sqn2Vec
Unsupervised Sequence Embedding via Sequential Patterns
wangdazhe/TFServingTools
tensorflow serving个人常用工具类集合,含Java Python