shubhamjain0594 / deep-learning-book-notes

My notes while reading deep learning book by Bengio, Goodfellow, Courville.
GNU General Public License v3.0
4 stars 0 forks source link

Deep Learning #1

Open mariecpereira opened 7 years ago

mariecpereira commented 7 years ago

Hello,

Your notes are very interesting, I am also starting into the deep learning world. I wanted to ask you, if you successfully ran the code provided at ehosseiniasl/3d-convolutional-network. I am currently trying to run his codes... thank you!

shubhamjain0594 commented 7 years ago

Hey @mariecpereira , I was unable to regenerate the results by @ehosseiniasl. I was trying to implement his code in Torch.

You may look at this whose results I was able to regenerate and the paper as well did not report any super human results.

ehosseiniasl commented 7 years ago

@shubhamjain0594 , can you elaborate on issues to reproduce my paper results? I'm trying to address the issues

mariecpereira commented 7 years ago

@shubhamjain0594 I already checked this new paper you sent me. Looks like even though using newer and better architectures, the problem (AD classification) still a problem unsolved. One point that intrigued me a lot on @ehosseiniasl work was his accuracy between AD versus MCI subjects.. which he got 100% accuracy on every test.... @shubhamjain0594 were you able to download the CADDementia dataset used for extracting features into the auto-encoder?

mariecpereira commented 7 years ago

@shubhamjain0594 do you have the code you wrote while reproducing that other paper? Plus, they did not provide the list of subjects they used from ADNI.. what did you do to solve this? Thank you!