Giter Site home page Giter Site logo

Comments (2)

lvapeab avatar lvapeab commented on July 2, 2024

Hi @ron-weiner ,

thanks for your interest in the project.

You definitely can use it for your problem. Instead a sequence predictor, you need a (binary) classifier. Therefore, you can remove the decoder RNN and substitute it by a classifier (e.g. Dense layers). We have some projects that use this approach. Please, take a look at:

  • sentence-selectioNN: This project classifies text into "in-domain" or "out-of-domain" (as yours, a binary classification problem). It computes a representation of the text using RNNs or CNNs and applies Dense layers afterwards.

  • VIBIKNet: This tackles the visual question answering problem. It encodes an image and a question, merges them and predicts the answer as a classification problem.

Cheers!

PS: Those repositories may contain deprecated code w.r.t. the current version of Keras, but I think you can take the main flavour of the changes required for your problem ;)

from abivirnet.

ron-weiner avatar ron-weiner commented on July 2, 2024

Thanks for the quick reply!
I want to rewrite it for python 3, it will we more handy for the future.
Can you focus me on what i should dismiss if i don't want to use any features on the frames?

Do you think that this project is the up to date in that field? do you have/know additional projects in that level which might be good to start with?

Thank you!!

Cheers

from abivirnet.

Related Issues (6)

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.