GitXplorerGitXplorer
a

cs341-ibm-seti

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
667d3a0d869b75c91985eedf71d50a42f5055ffd

Update README.md

aakashmjn committed 7 years ago
Verified
4bf34ad907e3820d0a00df48d6853037876aa365

Update README.md

aakashmjn committed 7 years ago
Unverified
43f10e165f23b247346c549371d0380e02a73562

images for readme

aakashmjn committed 7 years ago
Unverified
6931644838c112929dd28acfb2d85e04121d5fe9

updated matlab files

aakashmjn committed 7 years ago
Verified
626dfd961055b3684e69cee871b0c08ee8622f33

Update README.md

aakashmjn committed 7 years ago
Verified
d4771fa66470f07221e9c90aaed3d4a16a608be6

Update README.md

aakashmjn committed 7 years ago

README

The README file for this repository.

cs341-ibm-seti

Classifying signals and simulations representing data from the Allen Telescope Array (ATA), in partnership with Adam Cox (@gadamc) from IBM.

Representative (clean) signal types: Signal Classes

The main challenge was that a large fraction of samples have a very poor SNR, with many examples hard to discern by eye.

SETINet V3 Activations for poor SNR example: SETINetV3 Activations

Final presentation: link

Final report: link

Project structure:

commonutils (library)/

  • datautils: utilities for pre-processing, creating dataset, visualizing activations
  • modelspecs: keras model specifications SETINet V1, V2, V3
  • traceutils: utilities for dynamic-programming based feature extractor (path-trace)
  • nputils, modelutils: misc utility functions for pre-processing, debugging

Akash/

  • Various scripts / notebooks for training models, documenting results

matlab-exploration/

  • experimentation with image / signal processing techniques