Skip to content
View xduan7's full-sized avatar

Highlights

  • Pro

Block or report xduan7

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
xduan7/README.md
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)

Pinned Loading

  1. dl-project-template dl-project-template Public template

    A lightweight yet functional project template for various deep learning projects.

    Python 8

  2. hat-cl hat-cl Public

    HAT (Hard Attention to the Task) Modules for Continual Learning

    Python 5