chi2liu's Stars
pexpect/pexpect
A Python module for controlling interactive programs in a pseudo-terminal
rocky/python-uncompyle6
A cross-version Python bytecode decompiler
mgedmin/findimports
Static analysis of Python import statements
ContainX/docker-volume-netshare
Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin
Falldog/pyconcrete
Protect your python script, encrypt it as .pye and decrypt when import it
oracle/smith
Smith: A microcontainer builder
jupyter/docker-stacks
Ready-to-run Docker images containing Jupyter applications
yzhao062/anomaly-detection-resources
Anomaly detection related books, papers, videos, and toolboxes
jacksu/machine-learning
从零基础开始机器学习之旅
akash13singh/lstm_anomaly_thesis
Anomaly detection for temporal data using LSTMs
chickenbestlover/RNN-Time-series-Anomaly-Detection
RNN based Time-series Anomaly detector model implemented in Pytorch.
neelabhpant/Deep-Learning-in-Python
Hands-on, practical knowledge of how to use neural networks and deep learning with Keras 2.0
yjs/yjs
Shared data types for building collaborative software
IBM/pytorch-seq2seq
An open source framework for seq2seq models in PyTorch.
gau820827/AI-writer_Data2Doc
PyTorch Implementation of NBA game summary generator.
L1aoXingyu/code-of-learn-deep-learning-with-pytorch
This is code of book "Learn Deep Learning with PyTorch"
zake7749/Sequence-to-Sequence-101
a series of tutorials on sequence to sequence learning, implemented with PyTorch.
dalinvip/pytorch_SRU
SRU implement in pytorch(Training RNNs as Fast as CNNs)
baidu-research/persistent-rnn
Fast Recurrent Networks Library
asappresearch/sru
Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755)
google/googletest
GoogleTest - Google Testing and Mocking Framework
redis/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
gy910210/rnn-from-scratch
Implementing Recurrent Neural Network from Scratch
ifeitao/learn
学习资料 learn assets
johannesthoma/mmap_allocator
A STL allocator that mmaps files
AhmetCanSolak/physical-address-from-user-space
Simple C program to get physical address from user space through mmap
AllenAnthony/SearchEngine
这是一个用C++写的本地搜索引擎,用到了红黑树和hash表
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
Mooophy/Cpp-Primer
C++ Primer 5 answers