augustrobo's Stars
vinta/awesome-python
An opinionated list of awesome Python frameworks, libraries, software and resources.
MisterBooo/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
rougier/numpy-100
100 numpy exercises (with solutions)
yzhao062/pyod
A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques
tkipf/gcn
Implementation of Graph Convolutional Networks in TensorFlow
benedekrozemberczki/awesome-graph-classification
A collection of important graph embedding, classification and representation learning papers with implementations.
pim-book/programmers-introduction-to-mathematics
Code for A Programmer's Introduction to Mathematics
szcf-weiya/ESL-CN
The Elements of Statistical Learning (ESL)的中文翻译、代码实现及其习题解答。
NLPchina/nlp-lang
这个项目是一个基本包.封装了大多数nlp项目中常用工具
qxf2/wtfiswronghere
A collection of simple errors that beginners are likely to hit when they start writing Python.
Presto412/Captcha-Cracker
Cracks the Captcha at VIT University's Academics Portal
ikibardin/kaggle-camera-model-identification
Code for reproducing 2nd place solution for Kaggle competition IEEE's Signal Processing Society - Camera Model Identification
JihoChoi/social-network-analysis-papers
:family: Social Network Analysis Papers
kijungs/dcube
D-Cube: Dense-Block Detection in Terabyte-Scale Tensors (WSDM'17 & Frontiers in Big Data'21)
WangYihang/12306
12306网站抢票Python脚本
mjiang89/CatchSync
Catching Synchronized Behavior in Large Directed Graphs (KDD 2014)
rgordon/hive-transform-example
This is a simple example of using Hive transform with a streaming code. It's just the usual WordCount example, with the mechanics to make it actually work for me.