Giter Site home page Giter Site logo

dl-atlaskaggle's People

Contributors

ag14774 avatar dependabot[bot] avatar dkoutsou avatar melanibe avatar minimel avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

minimel melanibe

dl-atlaskaggle's Issues

Runtime training DeepYeast

I ran the DeepYeast on GPU (files have been modified for GPU run in my mel branch - not send a pull request for now). So i checked that the system really used GPU but ... after 24hours not a single epochs was done... so i added save training metrics every 10 steps and val set also to see what is happedning and actually after 24hours only 10 steps were done.... the problem is the validation step (i.e. predict on the whole validation set which was set to 20% of the training set i.e. rgouhly 5000 images) took 10,000s.... and otherwise EACH single training step took 1000s with batch_size 32. these are figures on GPU run. On my computer with batch size 32 it is not even managing to do one single training step.

Random Forest baseline

In the sklearn predict function for multi class basically it checks if output proba is greater than 0,5 or not. However due to the highly imbalanced dataset it is either predicting classes 0, 25 or 0 and 25 or None. For most of the images it predicts no classes at all. We should probably handle this case differently like predicting the probabilities and then defining some custom rules to predict a least one class. Also we should probably try some "class_weights"="balanced" as rf parameter.

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.