Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 6201
License: OTHER
1
ImageXD 2016
2
============
3
4
This course material is available at
5
https://github.com/scikit-image/skimage-tutorials
6
7
Welcome to BIDS!
8
----------------
9
10
Welcome to the `Berkeley Institute of Data Science
11
<https://bids.berkeley.edu>`__ on the campus of the University of
12
California at Berkeley.
13
14
- Restrooms are out the back door of BIDS, down the corridor to the
15
right (i.e., at the southern entrance of the Doe Library). **You
16
cannot re-enter BIDS through the back door--please take the
17
(inside) corridor to the front entrance**.
18
19
- Wifi is available via the CalVisitor hotspot.
20
21
Conversation
22
````````````
23
During the tutorial, there will be an open Etherpad at
24
https://public.etherpad-mozilla.org/p/imagexd where you can make notes
25
and communicate with classmates.
26
27
28
Schedule
29
--------
30
31
- 09:30—10:00 :doc:`Introduction <lessons/0_introduction>` & :doc:`preparation <lessons/0_preparation>`
32
- 10:00—10:45 :doc:`Advanced NumPy <lessons/1_advanced_numpy>`
33
- 10:45—11:00 Coffee break
34
- 11:00—11:30 :doc:`Advanced NumPy <lessons/1_advanced_numpy>`
35
- 11:30—12:15 `Matplotlib <http://cbio.ensmp.fr/~nvaroquaux/teaching/2016-image-xd/intro/matplotlib/matplotlib.html>`_
36
37
----
38
39
- 12:15—13:15 Lunch
40
41
----
42
43
- 13:15—14:00 `SciPy overview <http://cbio.ensmp.fr/~nvaroquaux/teaching/2016-image-xd/intro/scipy.html>`_
44
- 14:00—14:30 :doc:`scikit-image: images are arrays <lessons/0_images_are_arrays>`
45
- 14:30—14:45 Coffee break
46
- 14:45—15:45 scikit-image: `filtering
47
<http://nbviewer.jupyter.org/github/scikit-image/skimage-tutorials/blob/master/book/lessons/1_image_filters.ipynb>`__
48
and `segmentation
49
<http://nbviewer.jupyter.org/github/scikit-image/skimage-tutorials/blob/master/book/lessons/4_segmentation.ipynb>`__
50
- 15:45—16:15 :doc:`scikit-image: RANSAC <lessons/1_ransac>`
51
- 16:15—16:25 Coffee break
52
- 16:25—16:30 Panorama demo
53
- 16:30—17:00 `Introduction to scikit-learn <http://cbio.ensmp.fr/~nvaroquaux/teaching/2016-image-xd/intro/sklearn.html>`_
54
- 17:00—17:30 Demo: scikit-learn with scikit-image
55
56
.. toctree::
57
:hidden:
58
:maxdepth: 1
59
60
lessons/0_introduction
61
lessons/0_preparation
62
lessons/1_advanced_numpy
63
Matplotlib <lessons/matplotlib/matplotlib>
64
lessons/0_images_are_arrays
65
lessons/1_ransac
66
67