katemle.hashnode.devStanford CS149 class notesA parallel computer is a collection of processing elements that cooperate to solve problems quickly fast≠ efficiency, when the program runs faster on a parallel computer, it does not mean it is using the hardware efficiently. Sometimes raw performanc...Sep 17, 2025·1 min read
katemle.hashnode.devStanford CS229(2018 fall) class noteshttps://see.stanford.edu/Course/CS229 Supervised learning Given a training set, to learn a function h : X → Y so that h(x) is a “good” predictor for the corresponding value of y. regression problem (y is continuous) vs classification problem (y is d...Aug 26, 2025·2 min read