Skip to content
View loftusa's full-sized avatar
Block or Report

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.

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
loftusa/README.md
class Alex(Parents):
    def __init__(self, **kwargs):
        super().__init__(**kwargs)
        self.professional_status = {
            "role" : "Data Scientist", 
            "company" : "Creyon",
        }
        self.degree_status = {
            "level" : "MSE", 
            "degree": "Biomedical Engineering"
            "concentration" : "Biomedical Data Science",
            "institution" : "Johns Hopkins University",
        }
        self.personal_status = {
            "girlfriend": "Aina",
            "mood": "Curious",
        }
        self.languages = ["python", "R", "rust", "bash"]
        self.favorite_packages = ["pytorch", "numpy", "scipy", "pandas", "scikit-learn", "matplotlib", "seaborn"]
        self.tools = ["docker", "git", "linux", "aws", "photoshop", "jupyter"]
    
    def work(self, *tasks):
        while self.focus(*tasks):
            self.enjoy()

Pinned

  1. transformer-from-scratch transformer-from-scratch Public

    In which I build different simple NLP models from scratch.

    Python

  2. neurodata/graphutils neurodata/graphutils Public

    Alex's utilities for working with ndmg outputs.

    Python 1 2

  3. mri-code-challenge mri-code-challenge Public

    Week-long data analysis challenge for MRI data

    Jupyter Notebook 1

  4. thesis thesis Public

    Alex Loftus's master's thesis, Biomedical Engineering, Data Science Concentration, Johns Hopkins University, Dec 2021

    HTML 2

  5. graspologic-org/graspologic graspologic-org/graspologic Public

    Python package for graph statistics

    Python 561 128

  6. neurodata/m2g neurodata/m2g Public

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

    Python 60 35