Pinned Repositories
100-Days-Of-ML-Code
100 Days of ML Coding
18.06-linalg-notes
MIT-18.06-线性代数-完整笔记
2019-Autumn-recruitment-experience
2019届秋招面经集合
2020_algorithm_intern_information
2020年的算法实习岗位/校招公司信息表,和常见深度学习基础知识笔记、算法岗面试题答案,及暑期计算机视觉实习面经和总结。
a-PyTorch-Tutorial-to-Sequence-Labeling
Empower Sequence Labeling with Task-Aware Neural Language Model | a PyTorch Tutorial to Sequence Labeling
a-PyTorch-Tutorial-to-Text-Classification
Hierarchical Attention Networks | a PyTorch Tutorial to Text Classification
acl-papers
paper summary of Association for Computational Linguistics
acl2019_nested_ner
Source code for paper Neural Architectures for Nested NER through Linearization
Adv-ED
Source code and dataset for NAACL 2019 paper "Adversarial Training for Weakly Supervised Event Detection".
LarcenyJudgementDocument
盗窃罪裁判文书信息抽取
mylv1222's Repositories
mylv1222/2020_algorithm_intern_information
2020年的算法实习岗位/校招公司信息表,和常见深度学习基础知识笔记、算法岗面试题答案,及暑期计算机视觉实习面经和总结。
mylv1222/awesome-resume
程序员简历例句,程序员简历范例,Java简历模版,Python简历模版,C++简历模版
mylv1222/BERT-NER-Pytorch
Chinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)
mylv1222/bert4keras4nlp
基于bert4keras进行nlp工作,暂时包含文本分类,实体识别,实体关系抽取
mylv1222/Book-Mathematical-Foundation-of-Reinforcement-Learning
This is the homepage of a new book entitled "Mathematical Foundations of Reinforcement Learning."
mylv1222/CPlusPlusThings
C++那些事
mylv1222/DCFEE
mylv1222/DE-PPN
mylv1222/Deep-Learning-With-Python
《Python深度学习》书籍代码
mylv1222/DeepIE
DeepIE: Deep Learning for Information Extraction
mylv1222/demo-html-css
超好看的前端模板(学习用)
mylv1222/DRL-Pytorch
Clean, Robust, and Unified PyTorch implementation of popular Deep Reinforcement Learning (DRL) algorithms (Q-learning, Duel DDQN, PER, C51, Noisy DQN, PPO, DDPG, TD3, SAC, ASL)
mylv1222/edge-oriented-graph
Source code for the EMNLP 2019 paper: "Connecting the Dots: Document-level Relation Extraction with Edge-oriented Graphs"
mylv1222/GCGCN
code of GCGCN(Global Context-enhanced Graph Convolutional Networks for Document-level Relation Extraction)
mylv1222/GIT
Source code for ACL-IJCNLP 2021 Long paper: Document-level Event Extraction via Heterogeneous Graph-based Interaction Model with a Tracker.
mylv1222/graph-based-deep-learning-literature
links to conference publications in graph-based deep learning
mylv1222/graph4nlp
Graph4nlp is the library for the easy use of Graph Neural Networks for NLP
mylv1222/grit_doc_event_entity
mylv1222/HyperGAT
Implementation of EMNLP2020 -- Be More with Less: Hypergraph Attention Networks for Inductive Text Classification
mylv1222/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
mylv1222/keras_bert_multi_label_cls
本项目采用Keras和Keras-bert实现文本多标签分类任务,对BERT进行微调。
mylv1222/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
mylv1222/leetcode-master
LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
mylv1222/LeetcodeTop
汇总各大互联网公司容易考察的高频leetcode题🔥
mylv1222/Long-texts-Sentiment-Analysis-RoBERTa
PyTorch implementation of Sentiment Analysis of the long texts written in Serbian language (which is underused language) using pretrained Multilingual RoBERTa based model (XLM-R) on the small dataset.
mylv1222/NLP-Interview-Notes-1
本项目是作者们根据个人面试和经验总结出的自然语言处理(NLP)面试准备的学习笔记与资料,该资料目前包含 自然语言处理各领域的 面试题积累。
mylv1222/nocode
The best way to write secure and reliable applications. Write nothing; deploy nowhere.
mylv1222/PromptPapers
Must-read papers on prompt-based tuning for pre-trained language models.
mylv1222/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
mylv1222/RL
basic theory and code of RL.