NeuroDataDesign / fngs-archive

Apache License 2.0
2 stars 1 forks source link

Goals for 11/2 #54

Closed ewalke31 closed 7 years ago

ewalke31 commented 7 years ago

@gkiar @ebridge2

deliverable by next week:

@ewalke31

@02agarwalt

by wednesday:

ebridge2 commented 7 years ago

Todos for morning:

tsunwong123 commented 7 years ago

@ebridge2 Great job on the HTML template. I think the PCA/CompCor for fMRI for your final project sounds like a great idea as well.

rmarren1 commented 7 years ago

@ebridge2 doing a similar thing for representation learning final project, professor suggested FPCA for high dimensional time series data. i'm probably going to do a code.md type thing to understand it so i'll link you

jovo commented 7 years ago

@ebridge2

@ewalke31

nkumarcc commented 7 years ago

@ewalke31 @02agarwalt try doing a more conceptual focus for a week instead of thinking about doing anything coding wise just write a very comprehensive LaTeX file explaining equations (mine for KDE is here) I'm guessing this is the case for you guys, but KDE had a lot of very esoteric papers and lectures that I had to read in order to get out the basics that really only took up a page but was the real core of it. (Also I know yours looks more complicated than mine, but maybe a good idea if you're having trouble with understanding it)

ebridge2 commented 7 years ago

@jovo

  1. Didn't get a chance to update the issue before class, as greg and I were talking prior and I made a fix (used to be absolute indexed images, hence I just linked a template since it wouldn't work unless you had the same directory organization as the user, but changed to relative indexing at greg's advising) If you go here is an example with relative paths.
  2. Done
  3. Sounds good; I'll make the docker a priority for this week and then web service the next (need to make some progress on the tGMM stuff, so can't commit fully to having the entire web service up in one week).
mlee156 commented 7 years ago

@ewalke31 @02agarwalt Great work, don't get discouraged because something's not working or has bugs - my histogram equalization took way longer to implement then it should have but because of the experience I learned a lot about computer vision since I had to research opencv so much!

mnatenz1 commented 7 years ago

@ewalke31 If you could write a brief description above your pseudocode to describe what the EM Hidden Markov Mode does, it would definitely make it easier for readers understand what's going on, and why you're doing it.