from Academia from Postdoc
class XiaotianDuan(Postdoc):
def __init__(self):
super().__init__(
affiliation="Argonne National Lab"
)
self.research_interests = [
"Large Language Models",
"Reinforcement Learning",
"AI for Science",
]
self.proficiencies = [
"Python",
"PyTorch",
"HuggingFace",
"WandB",
]
@staticmethod
def daily_routine():
hypotheses = generate_ideas()
max_num_hypotheses_per_day = 5 # innovation has limits
for h in hypotheses[:max_num_hypotheses_per_day]:
test(h)
if is_promising(h):
prototype(h)
sleep(trying=True)
Postdoc Researcher at Argonne National Laboratory, focusing on LLMs and AI4Science
-
Argonne National Laboratory
- Lemont
- https://xduan7.github.io/
- https://orcid.org/0000-0002-3782-608X
- @Xiaotian_Duan
- in/xduan7
Highlights
- Pro
Pinned Loading
-
dl-project-template
dl-project-template Public templateA lightweight yet functional project template for various deep learning projects.
Python 8
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.