-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path04-courses.Rmd
113 lines (78 loc) · 4.29 KB
/
04-courses.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Courses {#courses}
## Textbooks
[Repository of statistics and programming books](https://www.dropbox.com/sh/mea9q94nletfsdy/AACD5QC_-RZKfBakR6qSXVrSa?dl=0)
from biostatistics graduate student group at Vanderbilt.
## Bioinformatics and Computational Biology
These are courses underneath the Bioinformatics and Computational Biomedicine
(BCB) program.
General piece of advice is to establish a study group to help bounce around
ideas and clarify concepts in a discussion. **Note**, this still means you are
responsible for doing and completing your own homework.
The study group is recommended because of the variety of topics you'll cover
and the variety of background your peers possess. There is bound to be a peer
of yours that is, say, more skilled in programming that you. But then you may
have the upper hand in genetics. Sharing knowledge amongst your peers will
ultimately help you all collectively in the end.
### BMI 551/651 Statistical Methods
Download
["An Introduction to Statistical Learning with Applications in R"](http://www-bcf.usc.edu/~gareth/ISL/).
It's a easier transition to learning statistical methods and contains R code
for you to further experiment and learn from.
[Here](https://www.youtube.com/playlist?list=PLOg0ngHtcqbPTlZzRHA2ocQZqB1D_qZ5V)
you can find a great video series for the Introduction to Statistical Learning
book given by the authors of the book of the same name linked above.
Another resource for this introduction book is
[this repository](https://github.com/asadoughi/stat-learning)
of notes and exercise attempts to help facilitate comprehension of the book
contents.
If you feel more statistically and mathematically inclined, the
["The Elements of Statistical Learning: Data Mining, Inference, and Prediction"](https://web.stanford.edu/~hastie/ElemStatLearn/)
textbook is also available. It contains similar content to the introduction
text, but without the R code or easier to approach explanations.
For some choice topics (e.g., support vector machines, boosting, neural networks),
[this YouTube series](https://www.youtube.com/playlist?list=PLUl4u3cNGP63gFHB6xb-kVBiQHYe_4hSi)
from MIT 6.034 Artificial Intelligence (Fall 2010) is also helpful and well
explained.
### BMI 565/656 Programming and Scripting
There is [Python Tutor](http://pythontutor.com/) to help visualize how and
what your computer is doing when it executes code. May help lower the barrier
to learning programming.
[Here's](http://howtopython.org/en/latest/) a short guide on getting started
with Python that may prove to be helpful.
### CS/EE 559/659 Machine Learning
This course is very math heavy, requiring comfort with linear algebra and
mathematical statistics notation.
[Here](https://github.com/soulmachine/machine-learning-cheat-sheet)
you can find a machine learning "cheat sheet" of classical equations and
diagrams used in machine learning. This guide's section on "Notation" can be
helpful to understand what common mathematical notation in machine learning
translates to in more laymans terms.
### Miscellaneous
Here are some resources that are generally useful:
- [Modern Statistics for Modern Biology](http://web.stanford.edu/class/bios221/book/) -
Aim of book is to get scientists working quickly to make best of data.
- [PH525x Series - Biomedical Data Science](http://genomicsclass.github.io/book/) -
Book focuses on performing data analysis in genomics.
- [The Bioconductor 2018 Workshop Compilation](https://bioconductor.github.io/BiocWorkshops/) -
Bioconductor workshop materials as a book for various genomics analyses,
ranging from beginner users to expert users who contribute packages.
## Clinical Informatics
These are courses underneath the Health and Clinical Informatics (HCIN)
program.
### Miscellaneous
[Health Informatics Forum](http://healthinformaticsforum.com/) is an online
community and educational portal for health informatics professionals and
students. It contains lists of resources and it's own
[massive open online course (MOOC)](http://healthinformaticsforum.com/mooc).
## Fellows Meeting
For PhD students and post-docs, think of this time as having over 20 or so
human hours of attention given to you if you are presenting. Attention is our
more precious resource. Use it wisely.
## Computer Science
TODO
## PSU Computer Science
TODO
## PSU Statistics
TODO
## Independent Study
TODO