playlist
stringclasses
160 values
file_name
stringlengths
9
102
content
stringlengths
29
329k
MIT_6774_Physics_of_Microfabrication_Front_End_Processing_Fall_2004
9_Dopant_Diffusion_Numerical_Techniques_in_Diffusion_E_Field_Effects.txt
JUDY HOYT: All right. We're beginning the lecture on handout number 15. This is the second lecture on dopant diffusion and profile measurement. And we're working on chapter 7 of your text. So last time, we introduced some of the basics of dopant diffusion. We talked about basic definition of sheet resistance, and the s...
MIT_6774_Physics_of_Microfabrication_Front_End_Processing_Fall_2004
12_Ion_Implantation_and_Annealing_Analytic_Models_and_Monte_Carlo.txt
JUDY HOYT: So before we start with today's formal lecture, there's a couple of things I want to talk about. One is the schedule, which I have shown up here. And you'll notice, or if you remember, I've actually shifted around one of the lectures. Here we are today, I think October 19. And we're supposed to have this lec...
MIT_6774_Physics_of_Microfabrication_Front_End_Processing_Fall_2004
10_Dopant_Diffusion_Fermi_Level_Effects_I_and_V_Assisted_Diffusion.txt
JUDY HOYT: Where we were-- where we are. I've been out last week, I went to a conference. So you had two-- your first two lectures on dopant diffusion given by the TA. And here we are, Lecture Number 10, we're going to talk about some more advanced models for dopant diffusion. And last week, you also had your homeworks...
MIT_6774_Physics_of_Microfabrication_Front_End_Processing_Fall_2004
23_Growth_and_Processing_of_Strained_SiSiGe_and_Stress_Effects_on_Devices.txt
JUDY HOYT: And then on Thursday, we'll have these. I also want to mention, towards the end of lecture today, we'll have the course evaluations for you to fill out. OK, before we start the formal lecture for today, for those of you who were here last time, I wanted to go over something that we had talked about. We didn'...
MIT_6774_Physics_of_Microfabrication_Front_End_Processing_Fall_2004
4_Wafer_Cleaning_and_Gettering_cont.txt
JUDY HOYT: Point and start with our actual lecture. So we are in the middle of talking about chapter 4. Again, I hope you're keeping up with the reading in the text. That's part of the reason I don't assign homework continuously. Between now and Thursday, you don't have any homework. You can have time to be reading the...
MIT_6774_Physics_of_Microfabrication_Front_End_Processing_Fall_2004
22_Silicides_Device_Contacts_Novel_Gate_Materials.txt
JUDY HOYT: OK, maybe we'll go ahead and get started, at least with the announcements. Yeah, hopefully everybody's recovered from their Thanksgiving feast. And looks like people are sleeping in today. What I'm showing up here is the schedule to orient us. This is lecture 22. We'll talk about silicides, device contacts, ...
MIT_6774_Physics_of_Microfabrication_Front_End_Processing_Fall_2004
15_Transient_Enhanced_Diffusion_TED_Simulation_Examples_TED_Calculations_RSCE_in_detail.txt
Started with a couple of announcements. There are two handouts for today. There are the lecture notes for today, which are this handout 25. And you also have an additional handout 26, which we're going to go through. It's a little calculation example I was hoping we could go through during today's lecture and have you ...
Stanford_CS229_Machine_Learning_I_Spring_2022
Stanford_CS229_I_KMeans_GMM_non_EM_Expectation_Maximization_I_2022_I_Lecture_12.txt
Hello, so welcome to the next section of CS 229. So what we're going to talk about in the next series of about four lectures is the start of unsupervised and kind of less supervised learning, and I'll make that concrete. And kind of the plan is what you're going to see is you're going to see a bunch of things that look...
Stanford_CS229_Machine_Learning_I_Spring_2022
Stanford_CS229_I_Basic_concepts_in_RL_Value_iteration_Policy_iteration_I_2022_I_Lecture_17.txt
So I guess let's get started. From today we're going to talk about, just in two lectures, the topic, reinforcement learning. So reinforcement learning is a pretty important sub area of machine learning. But it does have a slightly different flavor. We're not going to spend a lot of time. We're going to have-- just beca...
Stanford_CS229_Machine_Learning_I_Spring_2022
Stanford_CS229_Machine_Learning_I_Naive_Bayes_Laplace_Smoothing_I_2022_I_Lecture_6.txt
So I guess last time we talked about Gaussian discriminant analysis. I'll have a very brief review and talk about some of the remaining points that I didn't get time to mention last time. And then I'm going to move on to another case about spam filtering, where we're going to have discrete x instead of continuous x. So...
Stanford_CS229_Machine_Learning_I_Spring_2022
Stanford_CS229_Machine_Learning_I_Introduction_I_2022_I_Lecture_1.txt
So I am Tony Ma. This quarter, we are going to have two instructors-- me and Chris. I am Tony Ma, I work on machine learning, machine learning theory, including the theory for different topics in machine learning, reinforced learning, repetition learning, supervised learning, so on and so forth. I guess I would like Ch...
Stanford_CS229_Machine_Learning_I_Spring_2022
Stanford_CS229_Machine_Learning_I_Gaussian_discriminant_analysis_Naive_Bayes_I_2022_I_Lecture_5.txt
From today I guess, you're going to see me for at least a few weeks. We're going to cover some supervised learning algorithms, and we're going to talk about deep learning, and then I'll pass on to Chris to talk about unsupervised learning. So I think I'm going to be in charge in the next three or four weeks. And I'm go...
Stanford_CS229_Machine_Learning_I_Spring_2022
Stanford_CS229_Machine_Learning_I_Supervised_learning_setup_LMS_I_2022_I_Lecture_2.txt
So hello. Welcome to 229. So we're starting a block of three lectures that I get the privilege of spending some time with you and kind of walking you through the building blocks and basics. Before I get into the plan for those three lectures, I want to make sure we understand a couple of logistics. So I posted somethin...
Stanford_CS229_Machine_Learning_I_Spring_2022
Stanford_CS229_Machine_Learning_I_Feature_Model_selection_ML_Advice_I_2022_I_Lecture_11.txt
if it happens that I write too small font, please feel free to stop me and let me know. It's just, as I said, after a few lectures, I start to forget about it. So please remind me. OK. So I guess first let me briefly review the last lecture just very quick. So last lecture, we talk about these two important concepts un...
Stanford_CS229_Machine_Learning_I_Spring_2022
Stanford_CS229_Machine_Learning_I_Exponential_family_Generalized_Linear_Models_I_2022_I_Lecture_4.txt
All right, let's get started. So today, we're finishing our first kind of piece of the tour of the very basics of supervised learning. We're going to talk about these family of models that's called the exponential family of models. And why we care about these models, as we talked about, is they're going to allow us to ...
Stanford_CS229_Machine_Learning_I_Spring_2022
Stanford_CS229_Machine_Learning_I_Neural_Networks_1_I_2022_I_Lecture_8.txt
Hello, everybody. Hi. My name is Masha. Some of you may have met me already as part of office hours and seen me post on Ed and things like that. I'm really excited to be giving the lecture today. It's going to be in a slightly different format than Tengyu's or Chris's. So feel free to give me feedback on that afterward...
Stanford_CS229_Machine_Learning_I_Spring_2022
Stanford_CS229_Machine_Learning_I_Neural_Networks_2_backprop_I_2022_I_Lecture_9.txt
So I guess the last time, Masha talked about deep learning, introduced deep learning neural networks. Today, we're going to talk about back propagation, which is probably the most important thing in deep learning, like how do you complete a gradient and implement this algorithm? Of course, there are many other kind of ...
Stanford_CS229_Machine_Learning_I_Spring_2022
Stanford_CS229_I_Societal_impact_of_ML_Guest_lecture_by_Prof_James_Zou_I_2022_I_Lecture_18.txt
So I'll be telling you about some of the applications of machine learning, especially in health care settings. So I'm assistant professor here at Stanford. My name is James Zou, and a lot of my group works on actually developing and deploying the AI systems for biomedical and for health care applications. So feel free ...
Stanford_CS229_Machine_Learning_I_Spring_2022
Stanford_CS229_Machine_Learning_I_PCAICA_I_2022_I_Lecture_15.txt
So welcome to our continuing work on understanding unsupervised learning. We're going through two kind of Stalwart algorithms, which are pretty fun today. We're going to finish out PCA, which is this old standby. We use it for dimensionality reduction, sometimes visualization. It's kind of a core canonical unsupervised...
Stanford_CS229_Machine_Learning_I_Spring_2022
Stanford_CS229_Machine_Learning_I_Modelbased_RL_Value_function_approximator_I_2022_I_Lecture_20.txt
So I guess today we're going to do the last lecture on reinforcement learning. And I will probably spend like five minutes to briefly wrap up the whole course. But mostly, we're going to talk about reinforcement learning. So this is supposed to be a more kind of introductory lecture on a little more advanced topics in ...
Stanford_CS229_Machine_Learning_I_Spring_2022
Stanford_CS229_Machine_Learning_I_Factor_AnalysisPCA_I_2022_I_Lecture_14.txt
Thanks. Yeah. I want to go through factor analysis and continue our tour of EM, because it puts us in this position where we are going to have to make some pretty serious modeling assumptions to make progress. And it's kind of going to force us to walk through what that looks like in an unsupervised way. So that's what...
Stanford_CS229_Machine_Learning_I_Spring_2022
Stanford_CS229_Machine_Learning_I_Bias_Variance_Regularization_I_2022_I_Lecture_10.txt
So I think I just spend like five minutes, just briefly review on the backpropagation last time. I think I was running behind last time. So I didn't have time to explain this figure, which I think probably would be useful as a high level summary of what's happening. I'm going to omit all the details. So I guess I'm dra...
Stanford_CS229_Machine_Learning_I_Spring_2022
Stanford_CS229_Machine_Learning_I_GMM_EM_I_2022_I_Lecture_13.txt
Hello, so welcome to our lecture on the EM algorithm. So just to figure out where we are in the flow, because we kind of have this flow of looking through a bunch of these unsupervised algorithms. We've kind of got our hands dirty with k-means and GMM. And these were our first two unsupervised algorithms. And what we'r...
Stanford_CS229_Machine_Learning_I_Spring_2022
Stanford_CS229_Machine_Learning_I_Selfsupervised_learning_I_2022_I_Lecture_16.txt
today, we're going to talk about self-supervised learning. This is a lecture that doesn't have a lot of math. But it's going to be all about very recent works like probably in the last three or four years the most. And these are pretty interesting, intriguing kind of concepts, but nothing very complex. Everything is ki...
Stanford_CS229_Machine_Learning_I_Spring_2022
Stanford_CS229_I_Weighted_Least_Squares_Logistic_regression_Newtons_Method_I_2022_I_Lecture_3.txt
Hello. So welcome to lecture 3. This is going to be about classification and regression. This moves us from our first task, which we were doing last time, which was this regression how we fit a line into a task that will look really, really similar at first, but we'll have a couple of subtle differences. And we'll go t...
Stanford_CS229_Machine_Learning_I_Spring_2022
Stanford_CS229_Machine_Learning_I_Kernels_I_2022_I_Lecture_7.txt
Hey, everyone. I guess let's get started. Please take a seat. So today we're going to talk about kernel method. So I'm going to take a sec, define what it is. So in some sense, this is a general technique for dealing with nonlinearity in your data. So we're going to see more other general techniques like neural network...
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_9_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. RUSS TEDRAKE: OK, welcome ba...
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_3_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. RUSS TEDRAKE: OK, so last ti...
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_7_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu RUSS TEDRAKE: OK. Welcome bac...
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_22_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. RUSS TEDRAKE: Today is sort ...
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_5_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. PROFESSOR: OK, welcome back....
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_12_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu RUSS TEDRAKE: Today we're goi...
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_17_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. JOHN W. ROBERTS: We'll be ta...
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_15_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. PROFESSOR: OK, so we added a...
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_8_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. RUSS TEDRAKE: So welcome bac...
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_18_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. JOHN W. ROBERTS: Our investi...
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_20_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. RUSS TEDRAKE: OK. So welcome...
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_11_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. RUSS TEDRAKE: OK, welcome ba...
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_6_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. RUSS TEDRAKE: Welcome, back....
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_21_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. RUSS TEDRAKE: Welcome back. ...
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_1_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. RUSS TEDRAKE: OK. Welcome to...
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_13_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. PROFESSOR: So today we're go...
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_14_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. RUSS TEDRAKE: OK. Welcome ba...
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_10_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. RUSS TEDRAKE: OK, welcome ba...
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_4_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. RUSS TEDRAKE: OK. Welcome ba...
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_16_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. RUSS TEDRAKE: OK, let me say...
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_2_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. PROFESSOR: OK. Welcome back....
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_23_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. RUSS TEDRAKE: OK, so your pr...
MIT_6832_Underactuated_Robotics_Spring_2009
Lecture_19_MIT_6832_Underactuated_Robotics_Spring_2009.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. RUSS TEDRAKE: OK, so every o...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_34_Laura_Schulz_Childrens_Sensitivity_to_Cost_and_Value_of_Information.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. LAURA SCHULZ: So what you've...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Nick_Cheney_Capturing_Neural_Plasticity_in_Deep_Networks.txt
NICK CHENEY: I'm Nick Cheney. I'm finishing my PhD in Computational Biology at Cornell University. Gabriel Kreiman and I are interested in seeing how deep networks respond to neuroplasticity. So in the brain, we know that the brain is constantly in flux. And neurons are growing and dying. Weights are changing in respon...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_85_Giorgio_Metta_Introduction_to_the_iCub_Robot.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality, educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. GIORGIO METTA: So I'll be t...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
David_Rolnick_Ishita_Dasgupta_Modeling_Dynamic_Memory_with_Hopfield_Networks.txt
[MUSIC PLAYING] ISHITA DASGUPTA: I'm Ishita Dasgupta, I'm going into my third year of my PhD at Harvard in Computational Cognitive Science. DAVID ROLNICK: I'm David Rolnick. I'm just getting into my fourth year with my PhD at MIT. I am in the applied math department. ISHITA DASGUPTA: So we're working with Hopfield netw...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Unit_7_Panel_Vision_and_Audition.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.MIT.edu. ALEX KELL: So, let's talk ab...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_64_MVPA_Window_on_the_Mind_via_fMRI_Part_2.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. REBECCA SAXE: There's a whol...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_42_Shimon_Ullman_Atoms_of_Recognition.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. SHIMON ULLMAN: Now for a dif...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_12_Gabriel_Kreiman_Computational_Roles_of_Neural_Feedback.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation, or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. GABRIEL KREIMAN: What I'd l...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Seminar_3_Jessica_Sommerville_Infants_Sensitivity_to_Cost_and_Benefit.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality, educational resources for free. To make a donation, or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. JESSICA SOMMERVILLE: So th...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Tutorial_6_Tomer_Ullman_Amazon_Mechanical_Turk.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality, educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. TOMER ULLMAN: So yeah, I'm ...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_35_Josh_Tenenbaum_The_Child_as_Scientist.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. JOSHUA TENENBAUM: So we saw ...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Seminar_5_Tom_Mitchell_Neural_Representations_of_Language.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. TOM MITCHELL: I want to talk...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_51_Vision_and_Language.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality, educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. BORIS KATZ: When a scientis...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_86_iCub_Team_Overview_of_Research_on_the_iCub_Robot.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. CARLO CILIBERTO: Good mornin...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_13_James_DiCarlo_Neural_Mechanisms_of_Recognition_Part_1.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation, or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. JAMES DICARLO: So let me st...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_52_Andrei_Barbu_From_Language_to_Vision_and_Back_Again.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation, or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. ANDREI BARBU: All right. To...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Danny_Jeck_Impact_of_Attention_on_Cortical_Models_of_Visual_Recognition.txt
[MUSIC PLAYS] DANNY JECK: Hi, I'm Danny Jeck. I'm a fifth year grad student getting my PhD at Johns Hopkins in biomedical engineering. My project, what I'm trying to look into is how attention is related to models of visual cortex. The first lecture was by Jim DiCarlo. He gave a talk about how the models of object reco...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Tutorial_32_Lorenzo_Rosasco_Machine_Learning_Part_2.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. LORENZO ROSASCO: So what we ...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Seminar_41_Eero_Simoncelli_Probing_Sensory_Representations.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. EERO SIMONCELLI: I'm going t...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Unit_8_Panel_Robotics.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. PATRICK WINSTON: Well, I sup...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Tutorial_52_Tomer_Ullman_Church_Programming_Language_Part_2.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. TOMER ULLMAN: So so far, we'...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Tutorial_31_Lorenzo_Rosasco_Machine_Learning_Part_1.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at OCW.mit.edu. LORENZO ROSASCO: I'm Lorenzo...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_32_Cognition_in_Infancy_Part_2.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. LIZ SPELKE: I want to talk a...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_21_Josh_Tenenbaum_Computational_Cognitive_Science_Part_1.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at osw.mit.edu. JOSH TENENBAUM: I'm going to...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Seminar_1_Larry_Abbott_Mind_in_the_Fly_Brain.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at osw.mit.edu. LARRY ABBOTT: So I put this ...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_74_Hynek_Hermansky_Auditory_Perception_in_Speech_Technology_Part_1.txt
The following and content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality, educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. HYNEK HERMANSKY: I'm ba...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_72_Josh_McDermott_Introduction_to_Audition_Part_2.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. JOSH MCDERMOTT: We're going ...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_75_Hynek_Hermansky_Auditory_Perception_in_Speech_Technology_Part_2.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. HYNEK HERMANSKY: So we have ...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_92_Haim_Sompolinksy_Sensory_Representations_in_Deep_Networks.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. HAIM SOMPOLINSKY: My topic t...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Seminar_42_Anmon_Shashua_Applications_of_Vision.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. AMNON SHASHUA: So unlike mos...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_91_Tomaso_Poggio_iTheory_Visual_Cortex_Deep_Networks.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. TOMASO POGGIO: So I'll speak...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_53_Patrick_Winston_Story_Understanding.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. PATRICK HENRY WINSTON: Oh, h...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_71_Josh_McDermott_Introduction_to_Audition_Part_1.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. JOSH MCDERMOTT: I'm going to...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Seminar_9_Surya_Ganguli_Statistical_Physics_of_Deep_Learning.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. SURYA GANGULI: I'm going to ...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Alon_Baram_Laurie_Bayet_Learning_to_Recognize_Digits_and_Faces_from_Few_Examples.txt
[Music] my name is Laurie Bayon I'm a postdoc at the University of Rochester and Boston Children's Hospital working on developmental cognitive neuroscience my name is Alan and I am studying currently at Oxford I'm doing my PhD and their professor Tim burns and I'm currently working on computational cognitive neuroscien...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_43_Aude_Oliva_Predicting_Visual_Memory.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. AUDE OLIVA: Thank you very m...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_61_Nancy_Kanwisher_Introduction_to_Social_Intelligence.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. NANCY KANWISHER: I'll just b...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_31_Liz_Spelke_Cognition_in_Infancy_Part_1.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. ELIZABETH SPELKE: I want to ...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Tutorial_1_Leyla_Isik_Introduction_to_Visual_Neuroscience.txt
the following content is provided under a Creative Commons license your support will help MIT OpenCourseWare continue to offer high quality educational resources for free to make a donation or view additional materials from hundreds of MIT courses visit MIT opencourseware at ocw.mit.edu so I'm gonna go just go over som...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_22_Josh_Tenenbaum_Computational_Cognitive_Science_Part_2.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. JOSH TENENBAUM: We're going ...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_14_Neural_Mechanisms_of_Recognition_Part_2.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation, or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at OCW.MIT.edu. JAMES DICARLO: I'm going to...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_15_Winrich_Freiwald_Primates_Faces_Intelligence.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. WINRICH FREIWALD: So my talk...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_16_Matt_Wilson_Hippocampus_Memory_Sleep_Part_1.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. What I'm going to be talking...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Tutorial_33_Lorenzo_Rosasco_Machine_Learning_Part_3.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. LORENZO ROSASCO: If you reme...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_0_Tomaso_Poggio_Introduction_to_Brains_Minds_and_Machines.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation, or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. TOMASO POGGIO: This problem...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_11_Nancy_Kanwisher_Human_Cognitive_Neuroscience.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. NANCY KANWISHER: So I'm goin...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_33_Alia_Martin_Developing_an_Understanding_of_Communication.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. ALIA MARTIN: I'm going to be...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Tutorial_4_Ethan_Meyers_Understanding_Neural_Content_via_Population_Decoding.txt
The phone and content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. ETHAN MEYERS: What I'm talki...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_83_Tony_Prescott_Control_Architecture_in_Mammals_and_Robots.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. TONY PRESCOTT: Great pleasur...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_73_Nancy_Kanwisher_Human_Auditory_Cortex.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation, or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. NANCY KANWISHER: Auditory c...
MIT_RES9003_Brains_Minds_and_Machines_Summer_Course_Summer_2015
Lecture_81_Russ_Tedrake_MITs_Entry_in_the_DARPA_Robotics_Challenge.txt
The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a donation or view additional materials from hundreds of MIT courses, visit MIT OpenCourseWare at ocw.mit.edu. RUSS TEDRAKE: I've been gett...