You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,7 +28,6 @@ In this workshop, we explore applications of Machine Learning to analyze biologi
27
28
28
29
Students are encouraged to attend to the Advanced Python and Modern Statistics workshops, although no advanced knowledge will be assumed.
29
30
30
-
31
31
### Technical requirements
32
32
33
33
Attendees should have a working copy of Python 2 or 3 with the following packages:
@@ -36,16 +36,15 @@ Attendees should have a working copy of Python 2 or 3 with the following package
36
36
* Scikit-Learn
37
37
* Jupyter Notebooks
38
38
39
-
**Pro Tip:** regardless of your operating system, you can install [Continuum Analytics's Anaconda](https://www.anaconda.com/download) and all of the above requirements will be met. The installation process usually takes a few minutes. This is **highly recommended** if you are not an experienced user.
39
+
**ProTip:** regardless of your operating system, you can install [Continuum Analytics's Anaconda](https://www.anaconda.com/download) and all of the above requirements will be met. The installation process usually takes a few minutes. This is **highly recommended** if you are not an experienced user.
40
40
41
41
42
42
43
43
<br />
44
44
45
-
<aname="day1" ></a>
46
45
## Day 1 - Introduction, Python review and Jupyter notebooks
47
46
48
-
The slides from Day 1 are available [here](href="https://www.dropbox.com/s/o8jiciq3ps2nh47/MachineLearning_Python_Collaboratory_day1.pdf?dl=0).
47
+
The slides from Day 1 are available [here](https://www.dropbox.com/s/o8jiciq3ps2nh47/MachineLearning_Python_Collaboratory_day1.pdf?dl=0).
*[Clustering methods applied to TCGA Ovarian Cancer Coexpression Matrix](https://github.com/ucsd-ccbb/jupyter-genomics/blob/master/notebooks/networkAnalysis/TCGA_clustering_OV/TCGA_clustering_OV.ipynb), by Brin Rosenthal
73
72
*[5 Analyzing Core Diversity](https://github.com/ucsd-ccbb/jupyter-genomics/blob/master/notebooks/microbiome/5%20Analyzing%20Core%20Diversity/5%20Analyzing%20Core%20Diversity.ipynb), by Amanda Birmingham
74
73
75
-
76
74
Cell and molecular biology
77
75
78
76
*[Autoencoders for calcium fluorescence](https://github.com/codekansas/calcium-gan/blob/master/autoencoder.ipynb), by Benjamin Bolte
79
77
*[Calcium Imaging Segmentation with Neural Networks](https://github.com/alexklibisz/deep-calcium/blob/master/notebooks/dlmia_workshop_figures.ipynb), by Alex Klibisz
80
78
*[Analysis of time lapse images of plates with growing colonies](https://github.com/JorgeRV/biosync/blob/master/Colony_size_and_fluo.ipynb), by Jorge Riveros Vergara
81
79
*[Interlab Study](http://nbviewer.jupyter.org/github/thmosqueiro/modeligem/blob/master/notebooks/DataAnalysis/Interlab/Interlab.ipynb) for iGEM 2015, Brazil-USP team.
82
80
83
-
84
81
Ecology and evolutionary biology
85
82
86
83
*[Reverse Ecology of Uncultivated Freshwater Actinobacteria](https://github.com/celawson87/reverseEcology/blob/master/iPythonNotebooks/ReverseEcologyOLD.ipynb), by Joshua Hamilton
87
84
*[Example of feature extraction from images](https://github.com/bw4sz/ComputerVisionEcology/blob/master/Measurement.ipynb), by Ben Weinstein
88
85
89
-
90
86
Data visualization
91
87
92
88
*[Amazing notebook with 21 examples](http://nbviewer.jupyter.org/gist/msund/7ac1203ded66fe8134cc) of plots using various Python libraries
@@ -103,8 +99,6 @@ Generic data analysis and introductory notebooks
103
99
*[Example of Machine Learning](http://nbviewer.jupyter.org/github/rhiever/Data-Analysis-and-Machine-Learning-Projects/blob/master/example-data-science-notebook/Example%20Machine%20Learning%20Notebook.ipynb) with the Iris dataset.
104
100
105
101
106
-
<br />
107
-
108
102
### More about object orientation
109
103
110
104
If you want to learn more about object orientation in Python, you can find below some resources to help you getting started.
@@ -116,7 +110,6 @@ If you want to learn more about object orientation in Python, you can find below
116
110
117
111
<br />
118
112
119
-
<aname="day2" ></a>
120
113
## Day 2 - Classification, performance and cross-validation
121
114
122
115
Slides from this class are available [here](https://www.dropbox.com/s/4q1pk2c4xmgd257/MachineLearning_Python_Collaboratory_day2.pdf?dl=0).
@@ -141,7 +134,6 @@ Slides from this class are available [here](https://www.dropbox.com/s/4q1pk2c4xm
141
134
142
135
<br />
143
136
144
-
<aname="day3" ></a>
145
137
## Day 3 - Regression and clustering
146
138
147
139
The slides from Day 3 are available [here](https://www.dropbox.com/s/szmxeqclhgcjwq5/MachineLearning_Python_Collaboratory_day3.pdf?dl=0).
@@ -156,7 +148,6 @@ The slides from Day 3 are available [here](https://www.dropbox.com/s/szmxeqclhgc
156
148
157
149
<br />
158
150
159
-
<aname="after-the-workshop" ></a>
160
151
## After the workshop
161
152
162
153
Here are some resources to keep you advancing your studies and find everything you need to apply Machine Learning by yourself in your research. If you find anything interesting and would like to add to the list below, [please leave us a message](./README.md#contact)!
0 commit comments