Code Monkey home page Code Monkey logo

y8m's Introduction

This repository contains all code used by team Y8M (Xpeuler, MihaSkalic and MPekalski) in the Kaggle's competition Google Cloud & YouTube-8M Video Understanding Challenge. For more details about the competition please go to https://www.kaggle.com/c/youtube8m . For more details about the YouTube 8M dataset please refer to Google Research's website dedicated to that dataset https://research.google.com/youtube8m/ . The starter code we based our solution on was provided by the organizers under https://github.com/google/youtube-8m/

This repository contains three additional subfolders:

video_level_code contains all the code needed to reproduce our video level models that we have incorporated in the final ensemble.

frame_level_code contains all the code needed to reproduce our frame level models that we have incorporated in the final ensemble.

C that contains a code written in C++ that we used for ensemble, calculating GAP score, calculating performance by label. For more details please see REAMDE file in the folder.

bstnet, which contains a bit older version of the code that also includes boosting network. So, not all changes we have introduced that are available in this folder are also available in the bstnet. For a sample usage script please refer to the bash script in the bstnet.

To reproduce the final results follow readmes in each of the two *_code folders. Finally, you can ensemble the predictions using addPred from the C folder. Execute:

./c/addPred ./mypredictionfolder/MoNNs.csv ./mypredictionfolder/LSTMs.csv ./mypredictionfolder/GRUs.csv 0.4 0.36 0.24 /mypredictionfolder/final_prediction.csv

As in the example we used weights of 0.4, 0.36, 0.24 for MoNNs, LSTMs and GRUs, respectively.

y8m's People

Contributors

mpekalski avatar miha-skalic avatar

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.