Pinned Repositories
Basic_CNNs_TensorFlow2
A tensorflow2 implementation of some basic CNNs(MobileNetV1/V2/V3, EfficientNet, ResNeXt, InceptionV4, InceptionResNetV1/V2, SENet, SqueezeNet, DenseNet, ShuffleNetV2).
bilm-tf
Tensorflow implementation of contextualized word representations from bi-directional language models
BOUNCE
boundary-aware-nested-ner
The Implementation of Boundary-aware Model for Nested Named Entity Recognition
Chinese-Text-Classification-Pytorch
中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。
computer-science
:mortar_board: Path to a free self-taught education in Computer Science!
course-nlp
A Code-First Introduction to NLP course
CPP-Design-Patterns
C++设计模式
nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
personal-check
行人重识别项目
LiujunWang's Repositories
LiujunWang/BOUNCE
LiujunWang/Basic_CNNs_TensorFlow2
A tensorflow2 implementation of some basic CNNs(MobileNetV1/V2/V3, EfficientNet, ResNeXt, InceptionV4, InceptionResNetV1/V2, SENet, SqueezeNet, DenseNet, ShuffleNetV2).
LiujunWang/boundary-aware-nested-ner
The Implementation of Boundary-aware Model for Nested Named Entity Recognition
LiujunWang/computer-science
:mortar_board: Path to a free self-taught education in Computer Science!
LiujunWang/CPP-Design-Patterns
C++设计模式
LiujunWang/CVPR2020-Code
CVPR 2020 论文开源项目合集
LiujunWang/d2l-tvm
Dive into Deep Learning Compiler
LiujunWang/Deep-Learning-with-TensorFlow-book
深度学习开源书,基于TensorFlow 2.0实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
LiujunWang/DeepCTR
Easy-to-use,Modular and Extendible package of deep-learning based CTR models .
LiujunWang/DeepCTR-Torch
【PyTorch】Easy-to-use,Modular and Extendible package of deep-learning based CTR models.
LiujunWang/Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet代码实现改为PyTorch实现。
LiujunWang/Dive-into-DL-TensorFlow2.0
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可
LiujunWang/GitHub-Chinese-Top-Charts
:cn: GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!(最近更新于10月9日,上班快乐 :tada:)
LiujunWang/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
LiujunWang/lab
LiujunWang/LexiconNER
Lexicon-based Named Entity Recognition
LiujunWang/lihang-code
《统计学习方法》的代码实现
LiujunWang/linux-0.11
the source code of linux-0.11 for study linux kernel
LiujunWang/mapreduce
C++ MapReduce Library for efficient multi-threading on single-machine
LiujunWang/ML-From-Scratch
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
LiujunWang/ML-notes
notes about machine learning
LiujunWang/og-aws
📙 Amazon Web Services — a practical guide
LiujunWang/oi-slides
我的信息学竞赛讲课课件
LiujunWang/PLMpapers
Must-read Papers on pre-trained language models.
LiujunWang/Recommendation_System
推荐
LiujunWang/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
LiujunWang/Text_Classification
Text Classification Algorithms: A Survey
LiujunWang/tf-estimator-tutorials
This repository includes tutorials on how to use the TensorFlow estimator APIs to perform various ML tasks, in a systematic and standardised way
LiujunWang/torch-light
Deep-learning by using Pytorch. Basic nns like Logistic, CNN, RNN, LSTM and some examples are implemented by complex model.
LiujunWang/vae
a simple vae and cvae from keras