Giter VIP home page Giter VIP logo

Hello 👋

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()

📝 Website and Socials

📔 Latest Machine Learning Posts

🔧 Technologies & Tools

Cloud Services:

Azure AWS GCP

Programming Languages:

Python R SQL SAS STATA

Tools and Services:

Kubernetes Docker Databricks Apache Spark

🗂️ Open Source Projects

EHR-BERT Amortized Bayes SwinViT

Jordan Deklerk's Projects

amortized-bayes icon amortized-bayes

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

conformer icon conformer

Implementing automatic speech recognition Conformer in PyTorch on Librispeech-100

detnet-yolo icon detnet-yolo

A PyTorch implementation of a DetNet like architecture for object detection on the PASCAL VOC 2007 dataset

developerfolio icon developerfolio

A personal website to showcase machine learning projects and tutorials

ehr-bert icon ehr-bert

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

fast-resnet icon fast-resnet

Implementing a fast ResNet model in PyTorch from scratch on CIFAR-10

gaussian-image icon gaussian-image

Implementing a neural network from scratch and in PyTorch to memorize an image

ml-tutorials icon ml-tutorials

A website to provide in-depth project implementations with code

oraclecoder icon oraclecoder

A QLoRA+ LLM Ensemble with Schema-Linking for Text-to-SQL Generation

resnet icon resnet

Implementing a ResNet model in PyTorch from scratch on CIFAR-10

resnet-finetune icon resnet-finetune

Fine-Tuning a pre-trained ResNet 50 model on the Stanford Cars dataset

rotnet icon rotnet

Fine-tuning ResNet-18 for self-supervised learning by rotation prediction on CIFAR-10 in PyTorch

senet icon senet

Implementing a Squeeze and Excitation ResNet model in PyTorch from scratch on CIFAR-10

simple-gnn icon simple-gnn

A simple graph neural network for CORA node classification

swinvit icon swinvit

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

vit icon vit

Implementing a vision transformer model in PyTorch on CIFAR-10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.