chang-github-00's Stars
openai/finetune-transformer-lm
Code and model for the paper "Improving Language Understanding by Generative Pre-Training"
HIT-SCIR/pyltp
pyltp: the python extension for LTP
caogang/wgan-gp
A pytorch implementation of Paper "Improved Training of Wasserstein GANs"
PrincetonML/SIF
sentence embedding by Smooth Inverse Frequency weighting scheme
GraphChi/graphchi-cpp
GraphChi's C++ version. Big Data - small machine.
YannDubs/disentangling-vae
Experiments for understanding disentanglement in VAE latent representations
msurtsukov/neural-ode
Jupyter notebook with Pytorch implementation of Neural Ordinary Differential Equations
EdGENetworks/attention-networks-for-classification
Hierarchical Attention Networks for Document Classification in PyTorch
nelsonkuang/ant-admin
基于 antd 的后台管理平台, 在 react 中玩转 D3.js
THUNLP-MT/TG-Reading-List
A text generation reading list maintained by Tsinghua Natural Language Processing Group.
ariseff/overcoming-catastrophic
Implementation of "Overcoming catastrophic forgetting in neural networks" in Tensorflow
loeweX/Greedy_InfoMax
Code for the paper: Putting An End to End-to-End: Gradient-Isolated Learning of Representations
seanie12/Info-HCVAE
[ACL 2020] Generating Diverse and Consistent QA pairs from Contexts with Information-Maximizing Hierarchical Conditional VAEs
floodsung/Lifelong-Learning-Paper-List
Lifelong/Continual Learning Paper List
warmspringwinds/pytorch-rnn-sequence-generation-classification
Lyrics and piano music generation in Pytorch
stokesj/EWC
TensorFlow implementation of Elastic Weight Consolidation
athalhammer/danker
Compute PageRank on >3 billion Wikipedia links on off-the-shelf hardware.
adityashrm21/information-theory-deep-learning
Resources and Implementations (PyTorch) for Information Theoretical concepts in Deep Learning
gr-b/autoencoder-latent-space-visualization
2-dimensional visualization of the latent space learned by a deep autoencoder on MNIST
liaohsiaopin/Cambricon_BangC_Practice
智能计算系统实验 在Cambricon编程平台上实现用BangC实现五个算子
Ckend/suicide-detect-svm
短文本检测工具,判断是否有自杀倾向,欢迎一同改进
redst4r/riemannian_latent_space
Riemannian metrics to measure distances in latent space of VAEs
bryant03/Sina-Weibo-Dataset
Dataset of the paper:“Latent suicide risk detection on microblog via suicide-oriented word embeddings and layered attention
zzy99/wiki-pagerank
互联网数据挖掘第一次作业
inskil/Cambricon-Test
Cambricon-Test for BANG , homework
LemonChiu/Weibo-Suicide-Prediction
Weibo suicide prediction with jieba, FANN and PyQt4
qianlinjun/mlu-yolov3-yolov3_cpp
可以在寒武纪mlu上运行的yolov2/yolov3官方示例代码,以及在源代码基础上增加了大幅宽16位tif图像的裁切和16转8bit代码
lkolbly/pagerank
Compute PageRank ranks from Wikipedia dumps
vlopatenko/Word2Vec-CBOW-
PyTorch Word2Vec realization (CBOW)
zhyajie/Cambricon_Yolov3