Pinned Repositories
28_Algorithm
40_torch-self-learning
41_MonitorNet
Agriculture_KnowledgeGraph
农业知识图谱(AgriKG):农业领域的信息检索,命名实体识别,关系抽取,智能问答,辅助决策
ALBEF
Code for ALBEF: a new vision-language pre-training method
attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
AutumnJob
BanditSum
This repository contains python 3.7 code for the EMNLP 2018 paper "BanditSum: Extractive Summarization as a Contextual Bandit.
calabash
NER
helloworld729's Repositories
helloworld729/AutumnJob
helloworld729/NER
helloworld729/28_Algorithm
helloworld729/40_torch-self-learning
helloworld729/41_MonitorNet
helloworld729/ALBEF
Code for ALBEF: a new vision-language pre-training method
helloworld729/BanditSum
This repository contains python 3.7 code for the EMNLP 2018 paper "BanditSum: Extractive Summarization as a Contextual Bandit.
helloworld729/calabash
helloworld729/c-sts
[EMNLP 2023] C-STS: Conditional Semantic Textual Similarity
helloworld729/DataStructure
helloworld729/Deep-Reinforcement-Learning-Algorithms
32 projects in the framework of Deep Reinforcement Learning algorithms: Q-learning, DQN, PPO, DDPG, TD3, SAC, A2C and others. Each project is provided with a detailed training log.
helloworld729/DeepLearningFlappyBird
helloworld729/DeepRL
Modularized Implementation of Deep RL Algorithms in PyTorch
helloworld729/dive-into-llms
《动手学大模型Dive into LLMs》系列编程实践教程
helloworld729/External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
helloworld729/flappy_bird
helloworld729/git-test
helloworld729/Hands-on-RL
https://hrl.boyuai.com/
helloworld729/java_base
helloworld729/javaEs
helloworld729/leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
helloworld729/lihang-code
《统计学习方法》的代码实现
helloworld729/MachineLearningInAction
helloworld729/O1-Journey
O1 Replication Journey: A Strategic Progress Report – Part I
helloworld729/pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
helloworld729/pet
This repository contains the code for "Exploiting Cloze Questions for Few-Shot Text Classification and Natural Language Inference"
helloworld729/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
helloworld729/text_classification
all kinds of text classification models and more with deep learning
helloworld729/ThriftDEmo
helloworld729/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch