Skip to content
View levinwil's full-sized avatar
🎶
🎶
  • Microsoft
  • Laurel, MD
Block or Report

Block or report levinwil

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
levinwil/README.md

Google Scholar Linkedin: will-levine-63b986123

class Will(Husband):
  def __init__(self):
    self.professional_status = {
      "role" : "Senior Machine Learning Engineer", 
      "company" : "Scale AI",
    }
    self.degree_status = {
      "level" : "MSE", 
      "subject" : "Biomedical Engineering",
      "concentration" : "Biomedical Data Science"
      "institution" : "Johns Hopkins University",
    }
    self.py_datasci_stack = ["jupyter", "pandas", "scikit-learn", "keras", "pytorch", "docker", "git"]
    
  def main(self):
    if not self:
      self = self.__init__()

Pinned

  1. neurodata/ProgLearn neurodata/ProgLearn Public

    NeuroData's package for exploring and using progressive learning algorithms

    Jupyter Notebook 33 42