Giter VIP home page Giter VIP logo

drastic's Introduction

drastic's People

Contributors

arita89 avatar carrascomj avatar matiastba avatar

Watchers

 avatar

drastic's Issues

PRE-PROCESSING: Semi-Random sample training set

The preprocessing task involves sampling from the genomes on varying length chunks.

  • Find the minimum_size of the chunks (maximum length of a gene)
  • For every gene, expand or decrease (to 90%) and label as gene.
  • Sample varying size from no genes.
  • Define partial genes as 50% of a genes in a chunk

Choose a license for the repository

Which license should we use for the repository? I guess it's fine with a MIT or GNU license.

  • Choose some license.
  • Add it to the repository.
  • Add it to the header of all files if necessary.

PRE-PROCESSING: build dataset from ranges

Given that we have defined the functions for extracting labeled ranges from the data (#3), all that is left is to build a dataframe (I suppose in pandas) using these ranges and the genome sequence.

My first guess is that the dataset would contain two columns, one for the sequence and other for the label.

PRE-PROCESSING: whole pipeline

Having defined all of the pre-processing functions (embeddings not included), we need to define some API for the user to transform the raw data into a suitable format:

  • Functions in python that joins all of the pre-processing functions into a pipeline.
  • Filter big genes too in the pipeline.
  • Command Line Interface in /bin to go from paths to files (FASTA and feature table) to the pre-processed dataframe (maybe a CSV).

Finish report

Christmas is coming and the deadline is looming! Please tell others if you are working on one of the tasks and edit this issue as you please.

Urgent and doable right now

  • Introduction (in Overleaf).
  • Methods.
  • Draft of Abstract.
  • Pre-processing exploitation.
  • Pre-processing explain: add information in the input pd.DataFrame about the
    functions of each gene so we can find explanations later.
  • Post-processing gathering (put all the functions together).
  • Table of results/performance/confusion matrix (try stuff and annotate
    results).

Urgent but blocked

  • Results.
  • Discussion.
  • Conclusion (I am keen on separating all the sections, but these three
    may be combined if needed).
  • Finish Abstract.
  • Analysis of difficult cases.

Not urgent but doable

  • Convnet: Try one hot encoding instead of index input (4 input channels)
  • Convnet: analysis of activations.
  • CBOW: tSNE/PCA.
  • Proper handling of UNK characters (N, S, etc.), just remove them and break
    the window at this point.

Proposed in feedback

  • Add more conv layers with different kernel size.
  • Explore CBOW k.
  • There were more things but I don't remember them, just edit this section if you feel like doing so.

AWD-LTSM

First model to consider for the first milestone.

  • First model implementation.
  • Accepting varying size input.

Reference: Stephen Merity, Nitish Shirish Keskar, Richard Socher (2017). Regularizing and Optimizing LSTM Language Models.

Organize notebooks and Neural models

Now that we have something working, we should prepare the notebooks and organize the different models:

  • Pass the notebook of CBOW to a .py ready to be imported.
  • Define the classes for the different NN Models that we have at src/data/, ready to be imported.
  • Clean the notebooks and standardize the paths (Colab/drive should be changed with relative paths starting from the repo tree).

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.