wenhaofang

wenhaofang

Geek Repo

0

following

0

stars

Github PK Tool:Github PK Tool

wenhaofang's repositories

KGShow

本项目是一个知识图谱可视化程序,采用前后端分离技术实现,前端使用 Vue,后端使用 Flask

Seq2SeqAtn

Seq2Seq model implemented with pytorch, using Bahdanau Attention and Luong Attention.

Language:PythonStargazers:3Issues:1Issues:0

Seq2SeqPtr

Seq2Seq model implemented with pytorch, using Copy Mechanism and Coverage Mechanism.

Language:PythonStargazers:3Issues:1Issues:0

SNSE

本项目是一个简单的新闻搜索引擎,使用 python 实现,包括数据爬取模块、索引构建模块以及排序模块

Language:PythonStargazers:3Issues:1Issues:0

LeetcodeSolution

本项目是一个 leetcode 刷题笔记,使用 c++ 实现,包含题解与题型模板

Language:C++Stargazers:1Issues:1Issues:0

PointerNetwork

A pointer network model implemented with pytorch.

Language:PythonStargazers:1Issues:1Issues:0

Seq2SeqDiverse

Seq2Seq model implemented with pytorch, using temperature sampling, top-k sampling, top-p sampling / nucleus sampling, and beam search.

Language:PythonStargazers:1Issues:0Issues:0

Word2vec

Some demo word2vec models implemented with pytorch, including Continuous-Bag-Of-Words / Skip-Gram with Hierarchical-Softmax / Negative-Sampling.

Language:PythonStargazers:1Issues:1Issues:0

BertForChID

A repository for Idiom NER and Idiom Cloze, using BERT model and ChID dataset.

Language:PythonStargazers:0Issues:1Issues:0

BertForSQuAD

A repository for Extractive Question Answering, using BERT model and SQuAD dataset.

Language:PythonStargazers:0Issues:0Issues:0

GANDemo

Some demo GAN models implemented with pytorch, including GAN, WGAN, WGAN-GP, CGAN.

Language:PythonStargazers:0Issues:1Issues:0

ImageClassificationDemo

Some demo image classification models implemented with pytorch, including MLP, LeNet, AlexNet, VGG, ResNet.

Language:PythonStargazers:0Issues:0Issues:0

OptimizerDemo

Some demo optimizers implemented with pytorch, including SGD, SGDM, AdaGrad, RMSProp, Adam.

Language:PythonStargazers:0Issues:1Issues:0

PythonTools

A repository including some useful python snippets.

Language:PythonStargazers:0Issues:1Issues:0

RNNDemo

Some demo RNN(Recurrent Neural Network) models implemented with pytorch, including RNN, LSTM, GRU.

Language:PythonStargazers:0Issues:1Issues:0

Seq2SeqDemo

Some demo seq2seq models implemented with pytorch, including rnn, cnn, attention, and transformer.

Language:PythonStargazers:0Issues:1Issues:0

Tokenizer

Some demo tokenizers especially for Chinese, including Maximum Matching, UniGram, HMM, CRF.

Language:PythonStargazers:0Issues:1Issues:0

VAEDemo

Some demo VAE models implemented with pytorch, including AE, DAE, VAE, CVAE.

Language:PythonStargazers:0Issues:1Issues:0