GithubHelp home page GithubHelp logo

ml-project's People

Contributors

jdnc avatar vsubhashini avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

vsubhashini

ml-project's Issues

Future directions

Captures some of the future directions for this project, mostly enhancements

  • Impact of transfer learning :
    Show that the transfer learning approach improves the prediction performance as compared to current neurosynth baseline
  • Impact of label correlations:
    Test performance improvement for e.g. label-pair classifiers vs. single label classifiers.
  • Hierarchical classification approach :
    Split prediction into two steps 1. prediction of topic loadings (e.g using regression) 2. prediction of words conditional on the topic loadings. There is precedent in the literature for such an approach

Numpy array not being written to scratch

Strangely, there is no write to the scratch data folder for storing the confusion matrix array from naive bayes, though this seemed to be working fine two days ago

Make classification code more configurable

Refactor code in most branches. Too redundant - most code remains the same across files with small changes. Allow these to be passed as configuration options indeed.

decision tree : IndexError

The decision tree code throws index out-of-range error when evaluated using scoring functions from utils.py.

E.g.:
File "/scratch/02863/mparikh/utils.py", line 253, in score_results
s = Sp[n]
IndexError: index 22 is out of bounds for axis 0 with size 22

Documentation and testing

Need to add tests corresponding to each new module. Also some functions have changed, need to review their docs.

Decide which are the most useful labels

Currently starting with the 25 terms used in the original paper - but it would be good to pick out which terms are the most useful as labels from the entire set in the multi-label classifier.

Transfer learning mask

openfMRI and neurosynth masks do not match - try the technique suggested by sanmi
(Use mask 'a' to mask mask 'b' and then proceed further)

No file data/docdict.txt

Since big data files are removed, this no longer works for experiment.py filter_studies_voxels. Must be fixed

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.