Pinned Repositories
AlphaGo
A replication of DeepMind's 2016 Nature publication, "Mastering the game of Go with deep neural networks and tree search," details of which can be found on their website.
apriori
An implement for Apriori algorithm which used to mine association rules
awesome-java-cn
Java资源大全中文版,包括开发库、开发工具、网站、博客、微信、微博等,由伯乐在线持续更新。
cheatsheets-ai
Essential Cheat Sheets for deep learning and machine learning researchers
DataMiningAlgorithm
数据挖掘18大算法实现以及其他相关经典DM算法
first-pr
《GitHub实践入门》实验用仓库
FP-growth
An implementation for FP-tree algorithm which used to mine frequent item set and association rules
gSpan3
An implement for gSpan algorithm
java-bible
:banana: Java Bible is my java technology stack
Notes
一款基于Material Design 设计的开源笔记本应用
xdwwb's Repositories
xdwwb/gSpan3
An implement for gSpan algorithm
xdwwb/Notes
一款基于Material Design 设计的开源笔记本应用
xdwwb/AlphaGo
A replication of DeepMind's 2016 Nature publication, "Mastering the game of Go with deep neural networks and tree search," details of which can be found on their website.
xdwwb/apriori
An implement for Apriori algorithm which used to mine association rules
xdwwb/awesome-java-cn
Java资源大全中文版,包括开发库、开发工具、网站、博客、微信、微博等,由伯乐在线持续更新。
xdwwb/cheatsheets-ai
Essential Cheat Sheets for deep learning and machine learning researchers
xdwwb/DataMiningAlgorithm
数据挖掘18大算法实现以及其他相关经典DM算法
xdwwb/first-pr
《GitHub实践入门》实验用仓库
xdwwb/FP-growth
An implementation for FP-tree algorithm which used to mine frequent item set and association rules
xdwwb/java-bible
:banana: Java Bible is my java technology stack
xdwwb/keras
Deep Learning library for Python. Runs on TensorFlow, Theano, or CNTK.
xdwwb/pyclustering
pyclustring is a Python, C++ data mining (clustering, oscillatory networks, neural networks, etc.) library.
xdwwb/TADbit
TADbit is a complete Python library to deal with all steps to analyze, model and explore 3C-based data. With TADbit the user can map FASTQ files to obtain raw interaction binned matrices (Hi-C like matrices), normalize and correct interaction matrices, identify and compare the so-called Topologically Associating Domains (TADs), build 3D models from the interaction matrices, and finally, extract structural properties from the models. TADbit is complemented by TADkit for visualizing 3D models
xdwwb/ThinkStats2
Text and supporting code for Think Stats, 2nd Edition
xdwwb/Tinyhttpd
tinyhttpd 是一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。