Skip to content

mrastgoo/protoclass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protoclass

We will use this toolbox to aggregate different method of classification in order to have some fast prototyping

Goal

  • We assume that we already have a matrix with samples by features
  • Propose some feature extractions method
  • Classify using different classifiers
  • Report results in terms of different statistics

File Structure

project
|- doc/             # documentation for the study
|  +- paper/        # manuscript(s), whether generated or not
|
|- data             # the data used for classification
|  |- README        # in order to add some description
|
|- src/             # any programmatic code
|  |- README        # software structure description
|
|- results          # all output from workflows and analyses
|  |- figures/      # graphs, likely designated for manuscript figures
|  +- pictures/     # diagrams, images, and other non-graph graphics
|
|- scratch/         # temporary files that can be safely deleted or lost
|- README           # the top level description of content

Execution

Todo

  • [ ]

About

This toolbox should be the nexus of Medical Image Analysis, Computer Vision, Machine Learning and Pattern Recognition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.0%
  • Shell 23.0%