Pinned Repositories
AT4MTL
Adversarial Training for Multi-Task Learning
BiaffineNER
A structured parsing technique for NER
BiaffineParser
Biaffine Parser based on CNN / LSTM / Transformer Encoder
CloudPose
Pose Estimation with Point Cloud
JointCWPDParser
Deep Graph-based Character-Level Chinese Dependency Parsing
MetaAug4NER
Robust Self-augmentation for NER with Meta-reweighting
Ontonotes5.0-Chinese-NER
Ontonotes5.0 Chinese NER dataset
sentiment-analysis-based-on-attention
电商评论情感分类
sentiment-analysis-platform
电商评论情感分析平台
TextLevelGNN
A rough re-implement of Text Level Graph Neural Network for Text Classification
LindgeW's Repositories
LindgeW/MetaAug4NER
Robust Self-augmentation for NER with Meta-reweighting
LindgeW/BiaffineNER
A structured parsing technique for NER
LindgeW/sentiment-analysis-platform
电商评论情感分析平台
LindgeW/CloudPose
Pose Estimation with Point Cloud
LindgeW/cs-self-learning
计算机自学指南
LindgeW/DoLipReading
Focus on Lipreading research
LindgeW/lindgew.github.io
Welcome to my homepage!
LindgeW/face-alignment
:fire: 2D and 3D Face alignment library build using pytorch
LindgeW/LabelingPlatform
data labeling plateform
LindgeW/MAML-VSR
Meta-learning for Speaker-Adaptive Lip Reading
LindgeW/accelerate
🚀 A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision
LindgeW/AdaE2ML-XSF
Code repository for our EMNLP2023 paper "Adaptive End-to-End Metric Learning for Zero-Shot Cross-Domain Slot Filling"
LindgeW/AI-Paper-Collector
MLNLP社区用来更好进行论文搜索的工具。Fully-automated scripts for collecting AI-related papers
LindgeW/annotated_deep_learning_paper_implementations
🧑🏫 60 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
LindgeW/awesome-audio-visual
A curated list of different papers and datasets in various areas of audio-visual processing
LindgeW/awesome-audiovisual-learning
A curated list of audio-visual learning methods and datasets.
LindgeW/Awesome-pytorch-list
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
LindgeW/CV-Surveys
计算机视觉相关综述。包括目标检测、跟踪........
LindgeW/DeepLearningSystem
Deep Learning System core principles introduction.
LindgeW/gradio
Create UIs for your machine learning model in Python in 3 minutes
LindgeW/hello-algo
《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
LindgeW/learn2learn
A PyTorch Library for Meta-learning Research
LindgeW/leedl-tutorial
《李宏毅深度学习教程》(李宏毅老师推荐👍),PDF下载地址:https://github.com/datawhalechina/leedl-tutorial/releases
LindgeW/lihang-code
《统计学习方法》的代码实现
LindgeW/netron
Visualizer for neural network, deep learning, and machine learning models
LindgeW/paper-reading
深度学习经典、新论文逐段精读
LindgeW/peft
🤗 PEFT: State-of-the-art Parameter-Efficient Fine-Tuning.
LindgeW/spafe
:sound: spafe: Simplified Python Audio Features Extraction
LindgeW/tacotron2
Tacotron 2 - PyTorch implementation with faster-than-realtime inference
LindgeW/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch