Earlier quoted context omitted.
As the Marr intro chapter explains so beautifully, there are many levels of analysis in cognitive science and cognitive neuroscience. Units in deep nets are very different from actual neurons, and the backprop methods used to train deep nets have no resemblance to how human brains get wired up. But for the case of object recognition at the level of representation, there are striking similarities between deep nets opt…
I work with neural networks for complex scene processing and object detection on the roads. Best of part of my job is watching a network "learn/train itself" to classify various object categories. Are there any good theories on what happens during the training process of the brain (for example, while learning a new skill or something very basic/simple) and how individual neurons get affected by this "learning" proces…
MIT 9.11: The Human Brain (Spring 2018)
61–70 of 72 posts
Re: MIT 9.11: The Human Brain (Spring 2018)
#62Earlier quoted context omitted.
Thank you! It means so much to me that some people are appreciating these lectures. I knocked myself out all spring preparing this course, and it was quite a gut punch to read my course evaluations a few days ago, which ere pretty negative. I was so dispirited, I was actually thinking of stopping posting the lectures, but if you guys/gals are into it, that is awesome,I will keep at it! To answer your question: yes we…
Hi, as a recent undergraduate at an engineering school in the Boston area, I can truthfully say these are some of the best lectures that I’ve been exposed to on a technical topic. Thanks for publishing them to the public. Students are so needlessly cruel on course evals!
Aberrant behaviour should be expected.
Re: MIT 9.11: The Human Brain (Spring 2018)
#63Earlier quoted context omitted.
Thank you for this! I used it to make a little script to download audio from each lecture: youtube-dl --get-id https://www.youtube.com/playlist?list=PLyGKBDfnk-iAQx4Kw9JeVqspbg77sfAK0 -i > ids.txt while read id; do youtube-dl -f bestaudio https://www.youtube.com/watch?v=$id done
AFAIK, youtube-dl will find all videos and download them if fed a playlist URL. I'm curious if this script is a workaround for some obscure brokenness or something.
Re: MIT 9.11: The Human Brain (Spring 2018)
#64Hi all- I am so psyched to see that some are finding the videos interesting! Do send comments if you have them. cheers, Nancy
Any chance you've got material covering motor systems instead of the visual sensory systems?
Re: MIT 9.11: The Human Brain (Spring 2018)
#65Hi all- I am so psyched to see that some are finding the videos interesting! Do send comments if you have them. cheers, Nancy
Hi Nancy, Any chance you've got material covering motor systems instead of the visual sensory systems?
Re: MIT 9.11: The Human Brain (Spring 2018)
#66Hi all- I am so psyched to see that some are finding the videos interesting! Do send comments if you have them. cheers, Nancy
I have an MA in philosophy and your friendly dig at philosophers' penchant for stuff like "undetached rabbit parts" made me lol.
Re: MIT 9.11: The Human Brain (Spring 2018)
#67Earlier quoted context omitted.
I work with neural networks for complex scene processing and object detection on the roads. Best of part of my job is watching a network "learn/train itself" to classify various object categories. Are there any good theories on what happens during the training process of the brain (for example, while learning a new skill or something very basic/simple) and how individual neurons get affected by this "learning" proces…
Here is one cool example: https://www.sciencedirect.com/science/article/pii/S089662731... And this one I have not read but is by reputable people in a good journal and looks fun: https://www.sciencedirect.com/science/article/pii/S089662731...
Re: MIT 9.11: The Human Brain (Spring 2018)
#68Hi all- I am so psyched to see that some are finding the videos interesting! Do send comments if you have them. cheers, Nancy
Re: MIT 9.11: The Human Brain (Spring 2018)
#69Earlier quoted context omitted.
AFAIK, youtube-dl will find all videos and download them if fed a playlist URL. I'm curious if this script is a workaround for some obscure brokenness or something.
youtube-dl already has extract audio feature built in. try youtube-dl -x playlist-url
Re: MIT 9.11: The Human Brain (Spring 2018)
#70Earlier quoted context omitted.
AFAIK, youtube-dl will find all videos and download them if fed a playlist URL. I'm curious if this script is a workaround for some obscure brokenness or something.
youtube-dl already has extract audio feature built in. try youtube-dl -x playlist-url