Skip to content

Instantly share code, notes, and snippets.

@stanleyjzheng
Last active September 15, 2021 19:05
Show Gist options
  • Save stanleyjzheng/96f3455c2ae8842b90f175fc34bd63e6 to your computer and use it in GitHub Desktop.
Save stanleyjzheng/96f3455c2ae8842b90f175fc34bd63e6 to your computer and use it in GitHub Desktop.

Kaggle Competitions

Profile: https://www.kaggle.com/stanleyjzheng

Opensource solutions and submissions for some of the Kaggle competitions I have participated in. I am ranked 1100th in competitions.

Competitions

  • Global Wheat by University of Saskatchewan - 73rd out of 2245 teams (Top 3%, Silver medal)
    • Object detection competition in which we trained models to place bounding boxes over heads of wheat to allow wheat farmers to quickly and accurately gauge harvest size and density.
    • My solution incorporated YOLOv4, while my teammates used Efficientdet. Together, we developed robust cross-validation and pseudo labelling to survive the private leaderboard shakedown.
    • Writeup and Code
  • RSNA-STR Pulmonary Embolism by the Radiological Society of North America - 54th out of 784 teams (top 6.8%)
    • Image classification competition in which 3d DICOM CT images of a heart were provided to detect the likelihood of a pulmonary embolism. Provided a unique challenge in the size of the dataset (912gb)
    • LSTM stacked ResNeSt to make both 2d (image level) and 3d (CT exam level) predictions.
    • Writeup and Code
  • Halite by Two Sigma Hedge Fund - 62nd out of 1088 teams (top 6%, bronze medal)
    • "Game" type competition in which 4 bots compete to manage resources and gain the most halite in 400 turns. Reinforcement learning, machine learning, and algorithmic bots were common.
    • Also see Two Sigma Halite Playground Edition, where I placed first. Code is not currently open source.

Hackathons

Devpost

8 hackathon wins and 10 prizes from 9 hackathons - over $15000 in cash or gift card winnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment