Giter Site home page Giter Site logo

kaggle-plasticc's People

Contributors

nyanp avatar yuval6957 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

kaggle-plasticc's Issues

距離を特徴から除いた上で、ベイズ的に後から重ねる

シミュレータが持っている筈の、距離に対する各オブジェクトの観測確率を推定する。
一旦距離を除いてモデリングした上で、得られた各クラスの出力を変換する。

あるlight curve (x)が得られた時、それがクラスcである確率は

P(c|x) = P(x|c)P(c)/P(x)

P(x)はどのクラスに対しても同じなので、

P(c|x) ~ P(x|c)P(c)

P(c)は訓練データの数だけで求めると精度が低いので、距離(または距離とluminosity)の関数であると仮定し、訓練データから確率密度関数を推定。

P(c)は距離に対してsmoothなはずなので、少数のサンプルからGBDTに境界を解かせるより良いはず。うまく行けばclass99にも役立つ?

salt-2only model with lc augmentation

SNに特化したモデルを作り、oofを特徴に加える。
このとき、training dataからdetected=1の系列だけを抜き出した後、左右端をランダムに切り落とすaugmentation を加える。観測期間が欠損したデータの識別能力を上げる狙い。

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.