Git Product home page Git Product logo

maxsnippetmodel's People

Contributors

jostmey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

krdav 2morraw

maxsnippetmodel's Issues

Cannot improve accuracy even if even training data is very simple

Thank you for publishing this wonderful software.

I would like to use this for my data.

Firstly, when we ran the program on the whole data, the accuracy did not improve from 50%,
so I tried to prepare a simple demonstration data.

I uploaded the demo data in zip format.

demo_data.zip

That is, the structure of the directory when running the program is as follows.

├── bias.txt
├── data
│   ├── answers.csv
│   ├── sample_1_negative.csv
│   ├── sample_1_positive.csv
│   ├── sample_2_negative.csv
│   └── sample_2_positive.csv
├── dataplumbing.py
├── dataplumbing.pyc
├── dataplumbing_synthetic_data.py
├── lib
│   ├── aminoacid_factors.py
│   ├── atchley_factors.csv
│   ├── atchley_factors.py
│   ├── atchley_factors.pyc
│   ├── dna_factors.py
│   └── __pycache__
│       └── atchley_factors.cpython-36.pyc
├── lib_paths.py
├── lib_paths.pyc
├── LICENSE
├── model.py
├── model.pyc
├── __pycache__
│   ├── dataplumbing.cpython-36.pyc
│   ├── lib_paths.cpython-36.pyc
│   └── model.cpython-36.pyc
├── README.md
├── score.py
├── train.py
└── weights.txt

And then, run the command below.

python ./train.py

i think this demonstration is very easy one, but the accuracy does not improve.

Please let me know if something goes wrong.

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.