Skip to content
View jordandeklerk's full-sized avatar

Block or report jordandeklerk

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

Hello, I'm Jordan πŸ‘‹

visitors

import torch
import torch.nn as nn

class DataScientist(nn.Module):
    def __init__(self):
        super().__init__()
        self.name = "Jordan Deklerk"
        self.role = "Senior Data Scientist"
        self.company = "DICK's Sporting Goods"
        self.experience = ["Retail", "Healthcare"]
        self.programming = ["Python", "R", "SQL", "SAS", "STATA"]
        self.tools = ["Azure ML", "AWS Sagemaker", "Databricks", "Spark", "Docker", "Kubeflow", "GCP"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")

me = DataScientist()
me.say_hi()
  • πŸ”­ I’m currently working on Bayesian Media Mix Modeling

  • πŸ“« How to reach me jordan.deklerk@gmail.com

  • πŸ“„ Learn about my experiences Resume

jordandeklerk

πŸ“ Website and Socials

jordandeklerk.com jordandeklerk jordandeklerk

πŸ“” Latest Machine Learning Posts

πŸ”§ Technologies & Tools

python pytorch scikit_learn tensorflow aws azure gcp docker kubernetes git html5 javascript linux mysql nodejs react typescript

πŸ—‚οΈ Open Source Projects

EHR-BERT Amortized Bayes SwinViT



Pinned Loading

  1. EHR-BERT EHR-BERT Public

    BERT style transformer model on CMS synthetic EHR data for diagnosis and procedure prediction in PyTorch

    Python

  2. Amortized-Bayes Amortized-Bayes Public

    Implementing Bayesian neural networks to close the amortization gap in VAEs in PyTorch

    Python

  3. SwinViT SwinViT Public

    Implementing a modified Swin Transformer model in PyTorch on CIFAR-10 for image classification

    Python 3

  4. OpenCodeInterpreter-Finetune-SQL OpenCodeInterpreter-Finetune-SQL Public

    Fine-tuning coding LLM OpenCodeInterpreter-DS-6.7B for Text-to-SQL Code Generation on a Single A100 GPU in PyTorch

    Jupyter Notebook 1