j*******7 发帖数: 930 | 1 文科PhD,没什么课修了,打算学点CS的东西;从什么课学起好?
如果打算3年之内兼修个master,本人数理化很牛,一直是理科生,直到大学本科...靠
铺么?
0基础,一点都不懂,从什么课开始修? 都分不清楚什么C,C++,还有Java之类的区别
...
纯属想多个技能,不想什么都是门外汉,牛人指点下 | H**r 发帖数: 10015 | | j*******7 发帖数: 930 | 3 是么,要这么往前倒啊?
能不能直接修个硕士课程啊?靠铺么?
【在 H**r 的大作中提到】 : 那就只能学最基础的课了,CS本科生大一的课
| f*****u 发帖数: 501 | | A*******t 发帖数: 443 | 5 you can give it a try, a lot of graduate cs couse material are free online,
you can try to see whether you can do all the course work or not.
【在 j*******7 的大作中提到】 : 是么,要这么往前倒啊? : 能不能直接修个硕士课程啊?靠铺么?
| j****8 发帖数: 9 | 6 能给个链接么?
,
【在 A*******t 的大作中提到】 : you can give it a try, a lot of graduate cs couse material are free online, : you can try to see whether you can do all the course work or not.
| H**r 发帖数: 10015 | 7 coursera
【在 j****8 的大作中提到】 : 能给个链接么? : : ,
| l*******s 发帖数: 1258 | 8 不要眼高手低·
不要说文科PhD,就是文科的系主任,想学点cs的东西,不也得从本科课程开始? | s*******e 发帖数: 1630 | 9 不想花钱修课又想看看自己能力的话,找门CS本科的必修课,CS master必修课,对应
的textbook和homework,看看你哪个能胜任吧 | k**********g 发帖数: 989 | 10
Try Discrete Math.
https://en.wikipedia.org/wiki/Discrete_mathematics
It is not computer science, but it teaches basic logic and mathematical
skills that are necessary for first-year CS courses. This class is not
interchangeable with any other Math or Philosophy logic classes.
Specifically, you will learn sets, combinatorics, introductory graph theory
and graph navigation, strings parsing and processing, grammar, etc. From
this mathematical and logical foundation one can build a lot of useful data
structures used in first-year CS courses.
【在 j*******7 的大作中提到】 : 文科PhD,没什么课修了,打算学点CS的东西;从什么课学起好? : 如果打算3年之内兼修个master,本人数理化很牛,一直是理科生,直到大学本科...靠 : 铺么? : 0基础,一点都不懂,从什么课开始修? 都分不清楚什么C,C++,还有Java之类的区别 : ... : 纯属想多个技能,不想什么都是门外汉,牛人指点下
| k**********g 发帖数: 989 | 11
theory
data
After finishing discrete math, try learn either Python or MATLAB.
CS or Engineering department usually offers a "Introduction to Programming
for Non-CS Majors", which usually uses one of these two languages (Python or
MATLAB).
If your PhD area uses statistics a lot, these languages will help you
process, visualize and interpret results much better than by hand or with
Excel. This is the reason CS dept offers this course to non-majors.
【在 k**********g 的大作中提到】 : : Try Discrete Math. : https://en.wikipedia.org/wiki/Discrete_mathematics : It is not computer science, but it teaches basic logic and mathematical : skills that are necessary for first-year CS courses. This class is not : interchangeable with any other Math or Philosophy logic classes. : Specifically, you will learn sets, combinatorics, introductory graph theory : and graph navigation, strings parsing and processing, grammar, etc. From : this mathematical and logical foundation one can build a lot of useful data : structures used in first-year CS courses.
| p*****u 发帖数: 214 | |
|