Skip to content
View loftusa's full-sized avatar

Block or report loftusa

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
loftusa/README.md
class Alex(Parents):
    def __init__(self, **kwargs):
        super().__init__(**kwargs)
        self.professional_status = {
            "role" : "PhD Student", 
            "institution" : "Northeastern University",
            "focus": "Interpretability in code LLMs"
        }
        self.degree_status = {
            "level" : "MSE", 
            "degree": "Biomedical Engineering"
            "concentration" : "Biomedical Data Science",
            "institution" : "Johns Hopkins University",
        }
        self.personal_status = {
            "mood": "Curious",
        }
        self.languages = ["python", "R", "rust", "bash"]
        self.favorite_packages = ["torch", "vllm", "polars", "scikit-learn", "scipy", "seaborn"]
        self.tools = ["docker", "git", "linux", "aws", "photoshop", "jupyter"]
    
    def work(self, *tasks):
        while self.focus(*tasks):  # inherited method from Parents
            self.enjoy()

Pinned Loading

  1. Vesuvius-InkDetection Vesuvius-InkDetection Public

    Forked from ainatersol/Vesuvius-InkDetection

    The Vesuvius Challenge is a machine learning and computer vision competition to read the Herculaneum Papyri.

    Jupyter Notebook 1

  2. graspologic-org/graspologic graspologic-org/graspologic Public

    Python package for graph statistics

    Python 959 161

  3. neurodata/m2g neurodata/m2g Public

    NeuroData's MRI to Graphs (m2g) - connectome estimation package and pipeline

    Python 64 36

  4. paper_template paper_template Public

    Paper template to use as a base for future academic papers.

    TeX 2

  5. debug debug Public

    debugging LLMs with interpretability

    Python 2

  6. loftusa.github.io loftusa.github.io Public

    Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes

    JavaScript 1