All Projects → skrypka → imaterialist-furniture-2018

skrypka / imaterialist-furniture-2018

Licence: other
Kaggle competition

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to imaterialist-furniture-2018

kaggle redefining cancer treatment
Personalized Medicine: Redefining Cancer Treatment with deep learning
Stars: ✭ 21 (-72.37%)
Mutual labels:  kaggle
Apartment-Interest-Prediction
Predict people interest in renting specific NYC apartments. The challenge combines structured data, geolocalization, time data, free text and images.
Stars: ✭ 17 (-77.63%)
Mutual labels:  kaggle
spark scala ml examples
Spark 2.0 Scala Machine Learning examples
Stars: ✭ 75 (-1.32%)
Mutual labels:  kaggle
How-to-score-0.8134-in-Titanic-Kaggle-Challenge
Solution of the Titanic Kaggle competition
Stars: ✭ 114 (+50%)
Mutual labels:  kaggle
Quora
Kaggle: Quora Insincere Questions Classification - detect toxic content to improve online conversations
Stars: ✭ 36 (-52.63%)
Mutual labels:  kaggle
Algorithm
ml & dl & kaggle
Stars: ✭ 24 (-68.42%)
Mutual labels:  kaggle
kuzushiji-recognition
Kuzushiji Recognition Kaggle 2019. Build a DL model to transcribe ancient Kuzushiji into contemporary Japanese characters. Opening the door to a thousand years of Japanese culture.
Stars: ✭ 16 (-78.95%)
Mutual labels:  kaggle
kaggle-satellite-imagery-feature-detection
Satellite Imagery Feature Detection (68 out of 419)
Stars: ✭ 29 (-61.84%)
Mutual labels:  kaggle
ml-workflow-automation
Python Machine Learning (ML) project that demonstrates the archetypal ML workflow within a Jupyter notebook, with automated model deployment as a RESTful service on Kubernetes.
Stars: ✭ 44 (-42.11%)
Mutual labels:  kaggle
kaggle-champs-scalar-coupling
19th place solution in "Predicting Molecular Properties"
Stars: ✭ 26 (-65.79%)
Mutual labels:  kaggle
Deep-Learning-Experiments-implemented-using-Google-Colab
Colab Compatible FastAI notebooks for NLP and Computer Vision Datasets
Stars: ✭ 16 (-78.95%)
Mutual labels:  kaggle
intel-cervical-cancer
Team GuYuShiJie~'s 15th (top 2%) solution of cervix type classification in Kaggle 2017 competition, using PyTorch.
Stars: ✭ 19 (-75%)
Mutual labels:  kaggle
kaggle
Kaggle solutions
Stars: ✭ 17 (-77.63%)
Mutual labels:  kaggle
Bike-Sharing-Demand-Kaggle
Top 5th percentile solution to the Kaggle knowledge problem - Bike Sharing Demand
Stars: ✭ 33 (-56.58%)
Mutual labels:  kaggle
data-visualization-deck-gl
A experiment to visualize Tree in NewYork and Flight record data. Using Deck.gl and Kaggle
Stars: ✭ 54 (-28.95%)
Mutual labels:  kaggle
ml-competition-template-titanic
Kaggle Titanic example
Stars: ✭ 51 (-32.89%)
Mutual labels:  kaggle
kaggle-open-images-2019-instance-segmentation
Simple solution for Open Images 2019 - Instance Segmentation competition using maskrcnn-benchmark.
Stars: ✭ 38 (-50%)
Mutual labels:  kaggle
fastknn
Fast k-Nearest Neighbors Classifier for Large Datasets
Stars: ✭ 64 (-15.79%)
Mutual labels:  kaggle
kaggle-tools
Some tools that I often find myself using in Kaggle challenges.
Stars: ✭ 33 (-56.58%)
Mutual labels:  kaggle
autogbt-alt
An experimental Python package that reimplements AutoGBT using LightGBM and Optuna.
Stars: ✭ 76 (+0%)
Mutual labels:  kaggle

Kaggle: imaterialist-challenge-furniture-2018

This is part of code for the first place in the competition https://www.kaggle.com/c/imaterialist-challenge-furniture-2018/leaderboard

Competition: image classification with 128 classes Link: https://www.kaggle.com/c/imaterialist-challenge-furniture-2018 Result: private leaderboard score 0.12565 (to get our final score we averaged much more models)

How to run

  1. Download data from kaggle to ./data/
  2. Download images python downloader.py
  3. Train models python cnn_runner_0.py
  4. Train models python cnn_runner_1.py
  5. Train models python cnn_runner_2.py
  6. Train models python cnn_runner_3.py
  7. Train models python cnn_runner_4.py
  8. Predict python predict_all.py
  9. Generate submission Submit.ipynb

Overview:

Some results from my experiments (1070):

  • resnet34 - epoch 18 val 0.62678 0.172 (15min*18epoch)
  • resnet50 - epoch 4 val 0.63055 0.171 (30min*4)
  • resnet101 - epoch 6 val 0.59619 0.157 (43min*6)
  • inception3 - epoch 8 val 0.60509 0.154 (37min*8) = 0.16927 LB
  • densenet121 - epoch 17 val 0.60620 0.167 (28min*17)
  • densenet161 - epoch 7 val 0.57006 0.149 (60min*7) = 0.16406 LB
  • densenet201 - epoch 11 val 0.54275 0.145 (45min*11) = 0.15755 LB
  • densenet161 - epoch 13 val 0.53795 0.150 = 0.15130 LB
  • inceptionv4 - epoch 15 val 0.52382 0.137 (70min*15)
  • inceptionresnetv2 - epoch 11 val 0.49438 0.139 (65min*11)
  • xception - epoch 14 val 0.53719 0.149 (65min*15)
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].