Giter Site home page Giter Site logo

To-dos to settle down about challenge HOT 5 CLOSED

shinhokang avatar shinhokang commented on July 22, 2024
To-dos to settle down

from challenge.

Comments (5)

omartrinidad avatar omartrinidad commented on July 22, 2024
  • The account is working.
  • Not sure about the method, maybe we will create several models and choose the best one. Or merge them.
  • I think we will work with Python. I like to work with Tensorflow. But for sure we can use Scikit, Pandas and also R to explore data and that kind stuffs.

from challenge.

baldmer avatar baldmer commented on July 22, 2024

For a classification method.

Is recommended to compare the performance of several algorithms to select the best model for the problem.

consider:

  • the number of features or samples
  • the amount of noise in the data set
  • the classes are linearly separable or not

from challenge.

baldmer avatar baldmer commented on July 22, 2024

I have been reading about NaiveBayes classification, it is the most popular method for classification, it is easy to implement, I think everybody is using it. I read that is more suitable/popular for text classification, but according to this example, it is also useful for problems similar to the one we have.

https://www.youtube.com/watch?v=ZAfarappAO0

But I don't know how computational expensive it could be.

from challenge.

omartrinidad avatar omartrinidad commented on July 22, 2024

If you want to use NBayes, you should first do a pre processing, for example, the ages are values from 18 to 30, for NBayes is better to have labels as ''teenage", "young", "old".

After that you can try. But will be expensive. So you can use "ensemble" methods. That is, take several samples, apply the algorithm, and combine the output.

Another issue is, we need our output with real values, and our training dataset have binary output. So, maybe a modified NBayes should help.

from challenge.

baldmer avatar baldmer commented on July 22, 2024

About Ensembles

Ensemble methods use multiple models to obtain better performance than any single constituent model. When working with large datasets and quick response times, this can be a significant developmental bottleneck.

from challenge.

Related Issues (9)

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.