I was pleasantly surprised to find these videos :) I just started learning category theory a few days ago, and while looking up the definition of a homotopy online I saw these videos linked.
Thanks for putting in the effort to make these videos accessible to everyone! As an undergrad, I find it extremely helpful to be able to get a different perspective on categories which doesn't demand mastery of "elementary" math (i.e., algebra) beyond the basics.
Thanks for sharing your teaching skills and math knowledge via the internet. I'm not currently enrolled in an educational institution, so access to lectures is basically impossible for me.
While this isn't a substitute for the ability to pester professors with questions, it's certainly a step in the right direction. Thank you!
Thanks crowlogic and tehrba. I think you each have a point...I've heard that some non-native English speakers were having some trouble so I'll experiment with speaking a little more slowly. Just a little...
Yes, it is a race, time is the only thing for which everyone has the same amount of, therefore you need to become more efficient at processing information rather than holding everyone else back by requesting information producers to become slower.
I really want to watch this but the buzzing in the audio is too offputting. Do you think you can improve the recording?
gotgosu 2 years ago
phew. Get out, have a drink. read some greek philosophy!
targetrich 2 years ago
I was pleasantly surprised to find these videos :) I just started learning category theory a few days ago, and while looking up the definition of a homotopy online I saw these videos linked.
Thanks for putting in the effort to make these videos accessible to everyone! As an undergrad, I find it extremely helpful to be able to get a different perspective on categories which doesn't demand mastery of "elementary" math (i.e., algebra) beyond the basics.
IXISubzeroIXI 2 years ago 3
Thanks!
TheCatsters 2 years ago
I feel dumb...
skip84 4 years ago
Excellent thanks =]
InvisibleScience 4 years ago
YouTube lectures on category theory! Awesome! I hope more mathematicians follow your example in the future. This is a great idea.
chocojian 4 years ago 18
A note for Haskell programmers....
η is the mentioned Eta and is the Monadic equivalent of the Haskell "return" function.
μ is the mentioned Mu and is the Monadic equivalent of the "join" operator.
"map" comes for free in Category Theory. So the Haskell bind operator of ">>=" over a list type is x >>= f = join (map f x)
These videos show why the Monad typeclasses must obey the three laws.
1. return a >>= f = f a
2. m >>= return = m
3. (m >>= f) >>= g = m >>= (\x -> f x >>= g)
entropyfails 4 years ago 30
Thanks for sharing your teaching skills and math knowledge via the internet. I'm not currently enrolled in an educational institution, so access to lectures is basically impossible for me.
While this isn't a substitute for the ability to pester professors with questions, it's certainly a step in the right direction. Thank you!
mars9050 4 years ago 12
Thanks crowlogic and tehrba. I think you each have a point...I've heard that some non-native English speakers were having some trouble so I'll experiment with speaking a little more slowly. Just a little...
TheCatsters 4 years ago
Yes, it is a race, time is the only thing for which everyone has the same amount of, therefore you need to become more efficient at processing information rather than holding everyone else back by requesting information producers to become slower.
crowlogic 4 years ago 2
Please talk more slowly. This isn't a race.
tehrba 4 years ago
Oh, on-line school :) That's awesome.
balodja 4 years ago 4