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()
-
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
-
loftusa.github.io
loftusa.github.io PublicGithub Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
JavaScript 1
If the problem persists, check the GitHub status page or contact support.



