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 = ["pytorch", "numpy", "scipy", "pandas", "scikit-learn", "matplotlib", "seaborn"]
self.tools = ["docker", "git", "linux", "aws", "photoshop", "jupyter"]
def work(self, *tasks):
while self.focus(*tasks): # inherited method from Parents
self.enjoy()
PhD student, Bau lab @ Northeastern
https://www.alex-loftus.com
-
Northeastern University
- Boston
- https://www.alex-loftus.com
Pinned Loading
-
Vesuvius-InkDetection
Vesuvius-InkDetection PublicForked from ainatersol/Vesuvius-InkDetection
The Vesuvius Challenge is a machine learning and computer vision competition to read the Herculaneum Papyri.
Jupyter Notebook 1
-
graspologic-org/graspologic
graspologic-org/graspologic PublicPython package for graph statistics
-
neurodata/m2g
neurodata/m2g PublicNeuroData's MRI to Graphs (m2g) - connectome estimation package and pipeline
-
paper_template
paper_template PublicPaper template to use as a base for future academic papers.
TeX 2
-
neurodata/graphutils
neurodata/graphutils PublicAlex's utilities for working with ndmg outputs.
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.