soundsoul's Stars
Visualize-ML/Book1_Python-For-Beginners
Book_1_《编程不难》 | 鸢尾花书:从加减乘除到机器学习;请多多批评指正!
github/gitignore
A collection of useful .gitignore templates
davidmrau/mixture-of-experts
PyTorch Re-Implementation of "The Sparsely-Gated Mixture-of-Experts Layer" by Noam Shazeer et al. https://arxiv.org/abs/1701.06538
conda-forge/miniforge
A conda-forge distribution.
alibaba/DataX
DataX是阿里云DataWorks数据集成的开源版本。
tata1661/FSL-Mate
FSL-Mate: A collection of resources for few-shot learning (FSL).
sudharsan13296/Awesome-Meta-Learning
A curated list of Meta Learning papers, code, books, blogs, videos, datasets and other resources.
artix41/awesome-transfer-learning
Best transfer learning and domain adaptation resources (papers, tutorials, datasets, etc.)
ddbourgin/numpy-ml
Machine learning, in numpy
keon/algorithms
Minimal examples of data structures and algorithms in Python
aappleby/smhasher
Automatically exported from code.google.com/p/smhasher
BrambleXu/pydata-notebook
利用Python进行数据分析 第二版 (2017) 中文翻译笔记
thunlp/KRLPapers
Must-read papers on knowledge representation learning (KRL) / knowledge embedding (KE)
totalgood/nlpia
Examples and libraries for "Natural Language Processing in Action" book
rasbt/deeplearning-models
A collection of various deep learning architectures, models, and tips
blue-yonder/tsfresh
Automatic extraction of relevant features from time series:
LeeDoYup/RobustSTL
Unofficial Implementation of RobustSTL: A Robust Seasonal-Trend Decomposition Algorithm for Long Time Series (AAAI 2019)
afshinea/stanford-cs-229-machine-learning
VIP cheatsheets for Stanford's CS 229 Machine Learning
bbfamily/abu
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
django/django
The Web framework for perfectionists with deadlines.
yzhao062/pyod
A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques
shubhomoydas/ad_examples
A collection of anomaly detection methods (iid/point-based, graph and time series) including active learning for anomaly detection/discovery, bayesian rule-mining, description for diversity/explanation/interpretability. Analysis of incorporating label feedback with ensemble and tree-based detectors. Includes adversarial attacks with Graph Convolutional Network.
guillaume-chevalier/LSTM-Human-Activity-Recognition
Human Activity Recognition example using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six activity categories - Guillaume Chevalier
cs231n/cs231n.github.io
Public facing notes page
apache/metron
Apache Metron
cycleuser/Stanford-CS-229
A Chinese Translation of Stanford CS229 notes 斯坦福机器学习CS229课程讲义的中文翻译
exacity/deeplearningbook-chinese
Deep Learning Book Chinese Translation
karpathy/convnetjs
Deep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser.
apache/spark
Apache Spark - A unified analytics engine for large-scale data processing
terryum/TensorFlow_Exercises
The codes I made while I practiced various TensorFlow examples