Pinned Repositories
BERT-pytorch
Google AI 2018 BERT pytorch implementation
bitdm.github.io
Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
DCNMT
Deep Character-Level Neural Machine Translation
emotional_classification_with_rnn
基于循环神经网络(RNN)的影评情感分类
encoder2predict
利用Encoder对二分类任务的序列数据进行概率预测
GPT2-Chinese
Chinese version of GPT2 training code, using BERT tokenizer.
models
Models built with TensorFlow
NAMAS
Neural Attention Model for Abstractive Summarization
TensorFlow_Practice
推荐系统/计算广告相关仓库,个人博客https://jesse-csj.github.io/
deymm's Repositories
deymm/encoder2predict
利用Encoder对二分类任务的序列数据进行概率预测
deymm/TensorFlow_Practice
推荐系统/计算广告相关仓库,个人博客https://jesse-csj.github.io/
deymm/BERT-pytorch
Google AI 2018 BERT pytorch implementation
deymm/bitdm.github.io
deymm/Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
deymm/DCNMT
Deep Character-Level Neural Machine Translation
deymm/emotional_classification_with_rnn
基于循环神经网络(RNN)的影评情感分类
deymm/GPT2-Chinese
Chinese version of GPT2 training code, using BERT tokenizer.
deymm/models
Models built with TensorFlow
deymm/NAMAS
Neural Attention Model for Abstractive Summarization
deymm/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
deymm/SmartInvest
Smart Investing Examples
deymm/speech-to-text-wavenet
Speech-to-Text-WaveNet : End-to-end sentence level English speech recognition based on DeepMind's WaveNet and tensorflow
deymm/stanford-cs-229-machine-learning
VIP cheatsheets for Stanford's CS 229 Machine Learning
deymm/tensorflow
Computation using data flow graphs for scalable machine learning
deymm/TextRank
Python implementation of TextRank algorithm (https://web.eecs.umich.edu/~mihalcea/papers/mihalcea.emnlp04.pdf) for automatic keyword extraction and summarization using Levenshtein distance as relation between text units.
deymm/transformer
A TensorFlow Implementation of the Transformer: Attention Is All You Need
deymm/word2vec_numpy
Word2Vec implementation using numpy