-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ciic 2016 challenge #23
Conversation
@nupic-community/core |
@breznak Looks cool, I wish we would have started this a month ago. 😕 |
@rhyolight yep :/ I got to know about it just "5 mins to deadline". But the actual competition is in the end of the summer, I have to find out..but it would make sense if we could still participate! 🙏 I'm going to work on this over the summer, actually I have a working prototype now.. |
for speed (slowness :P) reasons
54b995e
to
d9b490e
Compare
|
||
"tasks":[ | ||
{ | ||
"taskLabel": "train", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rhyolight can you help me with this? Basically I need to train a model, disable learning and run it on evaluation data;
I'd like to do that with run_opf_experiment.py
script, I found an example with the tasks
, but it does not work..not sure if it's supported still, or how to approach?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry @breznak but I never use run_opf_experiment.py
. I found that interface too confusing. Maybe @scottpurdy can help you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...cool, thanks. If not, do you have an example
- using Regions/Network API and calling run() and save() from code?
This is a cool idea, but I don't have any experience using NuPIC with the route you are taking. Let's see if anyone else is interested in helping. @nupic-community/core |
@breznak Looks like a really good start. |
Working plan to get some validation results ASAP:
CC @fergalbyrne |
Merging to get collaboration easier |
CinC challenge
https://physionet.org/challenge/2016/
A prestigious challenge/conference with nice data!
🔥 UPDATE: game's still ON! 🎸
Looking for hackers to help me set someting up, if it's feasible. The there will be whole summer to tune the app.
Blocked by: Add encoders #22
Plan of attack
wav2vect
from MatlabwavEncoder
- IN PROGRESS Wav encoder #26Cochlea
encodersample2016*
setup
will just source a virtualenvnext
will call matlab (wav2csv), python(writes anomaly scores to CSV), matlab again(loads anomalies and decides classification)Fixes #29