Giter VIP home page Giter VIP logo

astrodata_classification's Introduction

Biendata BAAI Astrodata 2019

This is our solution for BAAI Astrodata 2019. We implemented a simple but powerful deep conv model and ranked 2rd in the test set.

Features

  • Codes are neat and clean using skorch.
  • Using a 6-block-layer Resnet
  • Using Squeeze layer for faster convergence
  • Using CEloss for training, L1loss for finetuning
  • Scores are stable when training

Exploratory Data Analysis

You can refer to the slides here or the Bilibili video here. The Bilibili video quickly goes through the task background and the data distribution. And it also provides an easy-to-start baseline using LightGBM and hand-crafted features.

Our pipeline

  1. Open the jupyter notebook jupyter lab or jupyter notebook
  2. Cleaning the Dataset Run 01*.ipynb. In this notebook, we cleaned the dataset and convert the data type into float32 to save memory usage. Also, we used the binary npy files as the storage format.
  3. Training Run 03*.ipynb, In our experiment, we trained 16 models using 4 gpus sharing the same model and hyperparameter. That is, we repeatly run the same code for 16 times to reduce the varience and boost the performance of our models.
  4. Inference Run04*.ipynb, We simply infered the result using 1 GPU and average the output from 16 models as our final result. And this leads to our final result - Macro-F1 0.98627835085156.

Members of Team Dlutycx

Haha, it is a solo team: Chengxuan Ying, Dalian University of Technology (应承轩 大连理工大学)

astrodata_classification's People

Contributors

chengxuanying avatar

Stargazers

 avatar  avatar

Watchers

 avatar

astrodata_classification's Issues

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.