All Projects → svishnu88 → Tgs Saltnet

svishnu88 / Tgs Saltnet

Kaggle | 21st place solution for TGS Salt Identification Challenge

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Tgs Saltnet

Pytorch Kaggle Starter
Pytorch starter kit for Kaggle competitions
Stars: ✭ 268 (+230.86%)
Mutual labels:  kaggle-competition
Covid 19 Bert Researchpapers Semantic Search
BERT semantic search engine for searching literature research papers for coronavirus covid-19 in google colab
Stars: ✭ 23 (-71.6%)
Mutual labels:  kaggle-competition
Qh finsight
国内首个迁移学习赛题 中国平安前海征信“好信杯”迁移学习大数据算法大赛 FInSight团队作品(算法方案排名第三)
Stars: ✭ 55 (-32.1%)
Mutual labels:  kaggle-competition
Kaggle public
阿水的数据竞赛开源分支
Stars: ✭ 335 (+313.58%)
Mutual labels:  kaggle-competition
Humpback Whale Identification 1st
https://www.kaggle.com/c/humpback-whale-identification
Stars: ✭ 591 (+629.63%)
Mutual labels:  kaggle-competition
Kaggle Web Traffic Time Series Forecasting
Solution to Kaggle - Web Traffic Time Series Forecasting
Stars: ✭ 29 (-64.2%)
Mutual labels:  kaggle-competition
Tensorflow Xnn
Tensorflow implementation of DeepFM variant that won 4th Place in Mercari Price Suggestion Challenge on Kaggle.
Stars: ✭ 263 (+224.69%)
Mutual labels:  kaggle-competition
Kaggle Notebooks
Sample notebooks for Kaggle competitions
Stars: ✭ 77 (-4.94%)
Mutual labels:  kaggle-competition
Kaggle Titanic
A tutorial for Kaggle's Titanic: Machine Learning from Disaster competition. Demonstrates basic data munging, analysis, and visualization techniques. Shows examples of supervised machine learning techniques.
Stars: ✭ 709 (+775.31%)
Mutual labels:  kaggle-competition
Wheat
Wheat Detection challenge on Kaggle
Stars: ✭ 54 (-33.33%)
Mutual labels:  kaggle-competition
Amazon Forest Computer Vision
Amazon Forest Computer Vision: Satellite Image tagging code using PyTorch / Keras with lots of PyTorch tricks
Stars: ✭ 346 (+327.16%)
Mutual labels:  kaggle-competition
Data Science Competitions
Goal of this repo is to provide the solutions of all Data Science Competitions(Kaggle, Data Hack, Machine Hack, Driven Data etc...).
Stars: ✭ 572 (+606.17%)
Mutual labels:  kaggle-competition
Ml competition platform
Kaggle-like machine learning competition platform
Stars: ✭ 42 (-48.15%)
Mutual labels:  kaggle-competition
My Data Competition Experience
本人多次机器学习与大数据竞赛Top5的经验总结,满满的干货,拿好不谢
Stars: ✭ 271 (+234.57%)
Mutual labels:  kaggle-competition
My Journey In The Data Science World
📢 Ready to learn or review your knowledge!
Stars: ✭ 1,175 (+1350.62%)
Mutual labels:  kaggle-competition
Pytorch Saltnet
Kaggle | 9th place single model solution for TGS Salt Identification Challenge
Stars: ✭ 270 (+233.33%)
Mutual labels:  kaggle-competition
Kaggle
My kaggle competition solution and notebook
Stars: ✭ 14 (-82.72%)
Mutual labels:  kaggle-competition
Unet Tgs
Applying UNET Model on TGS Salt Identification Challenge hosted on Kaggle
Stars: ✭ 81 (+0%)
Mutual labels:  kaggle-competition
Data Science Bowl 2018
DATA-SCIENCE-BOWL-2018 Find the nuclei in divergent images to advance medical discovery
Stars: ✭ 76 (-6.17%)
Mutual labels:  kaggle-competition
Kaggle Sentiment Popcorn
Code for the Kaggle competition "Bag of Words Meets Bags of Popcorn"
Stars: ✭ 45 (-44.44%)
Mutual labels:  kaggle-competition

TGS-SaltNet

Kaggle | 21st place solution for TGS Salt Identification Challenge

General

I recently participated in a Kaggle competition TGS Salt Identification Challenge and reached the 21st place. This repository contains the final code which resulted in the best model. The code demonstrates usage of different important techniques using fast.ai and PyTorch.

  1. Use ResNet model as an encoder for UNet.
  2. Add intermediate layers like BAM,Squeeze & Excitation blocks in a ResNet34 model which can be easily replicated for other network architectures.
  3. Show how to add Deep supervision to the network, and calculate loss and combine loss at different scale.

Main software used

  1. fastai - 0.7
  2. pytorch - 0.4
  3. python - 3.6

Hardware required

The code was tested with TitanX GPU/1080ti.

Thanks

A special thanks to Heng for his generous contributions to different ideas in the competition, for a long list of amazing Kaglle community members, Jeremy and Fast.ai community for the amazing and flexible fastai framework.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].