Unless you're naturally gifted in Mathematics it's difficult to obtain a BS in CS.
Computer Science courses with video lectures
11–20 of 26 posts
Re: Computer Science courses with video lectures
#12Unless you're naturally gifted in Mathematics it's difficult to obtain a BS in CS.
I am still afraid of calculus..
The type of math you need for CS should not be too difficult after you get some intuition in programming.
In combinatorics, for example, you just need a clear head to think through the cases, just as you would do when writing a program.
Re: Computer Science courses with video lectures
#13Unless you're naturally gifted in Mathematics it's difficult to obtain a BS in CS.
As someone with a PhD in CS and working at one of the 'Big 4', I would like to disagree with you! I am still afraid of calculus.. The type of math you need for CS should not be too difficult after you get some intuition in programming. In combinatorics, for example, you just need a clear head to think through the cases, just as you would do when writing a program.
Re: Computer Science courses with video lectures
#14Earlier quoted context omitted.
As someone with a PhD in CS and working at one of the 'Big 4', I would like to disagree with you! I am still afraid of calculus.. The type of math you need for CS should not be too difficult after you get some intuition in programming. In combinatorics, for example, you just need a clear head to think through the cases, just as you would do when writing a program.
Can you elaborate on which types of math you believe one needs for CS?
* Discrete Mathematics
* Linear Algebra
* Combinatorics
* Number Theory
* Introductory Real Analysis or "Calculus 1"
* Probability Theory
* Statistics
This will prepare you to be a general purpose CS professional. Further specialization will likely require some additional high level topics used in your field.
Re: Computer Science courses with video lectures
#15I'm currently working through CMU's 15-213. I highly recommend lectures 5-9 for anyone who never learned how processors handle functions calls on the lowest level. Part of the effectiveness of the class is CMU's interface for displaying the classes which is the best online class experience I've ever encountered.
Re: Computer Science courses with video lectures
#16Re: Computer Science courses with video lectures
#17Earlier quoted context omitted.
Can you elaborate on which types of math you believe one needs for CS?
I'm not the parent but here's my list. * Discrete Mathematics * Linear Algebra * Combinatorics * Number Theory * Introductory Real Analysis or "Calculus 1" * Probability Theory * Statistics This will prepare you to be a general purpose CS professional. Further specialization will likely require some additional high level topics used in your field.
Discrete Maths / Combinatorics : Probably everywhere.
Linear Algebra : Machine Learning, Computer Graphics, Computational Geometry, etc.
Number Theory : Cryptography.
'Calculus 1' : Useful to know for 'maturity', you will likely not use it unless you implement numerical algorithm libraries.
Probability / Statistics : Heavily in Machine Learning and related fields, in small doses everywhere else just because you need to be able to create useful observations and presentations.
I would add another branch:
Logic : If you work with programming languages or verification.
Re: Computer Science courses with video lectures
#18Unless you're naturally gifted in Mathematics it's difficult to obtain a BS in CS.
Re: Computer Science courses with video lectures
#19I can't say enough great things about the lectures on cs50.tv & cs75.tv. The prof (David Malan) is engaging, all the materials are available (homework, TA sessions, notes, slides, videos... everything). cs50 is particularly great for those who don't have a CS background but are interested in understanding CS principles from the ground up (vs trying to learn JS by doing a few tutorials).
I've been doing professional software development for 10 years but his explanations finally made some very basic things click like they haven't ever before.
Re: Computer Science courses with video lectures
#20I can't say enough great things about the lectures on cs50.tv & cs75.tv. The prof (David Malan) is engaging, all the materials are available (homework, TA sessions, notes, slides, videos... everything). cs50 is particularly great for those who don't have a CS background but are interested in understanding CS principles from the ground up (vs trying to learn JS by doing a few tutorials).
Thanks - I've just started watching cs50 and he is great. I've been doing professional software development for 10 years but his explanations finally made some very basic things click like they haven't ever before.