|
| 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: segmentation |
| 47 | +- 15:45—16:15 :doc:`scikit-image: RANSAC <lessons/1_ransac>` |
| 48 | +- 16:15—16:25 Coffee break |
| 49 | +- 16:25—16:30 Panorama demo |
| 50 | +- 16:30—17:00 `Introduction to scikit-learn <http://cbio.ensmp.fr/~nvaroquaux/teaching/2016-image-xd/intro/sklearn.html>`_ |
| 51 | +- 17:00—17:30 Demo: scikit-learn with scikit-image |
| 52 | + |
| 53 | +.. toctree:: |
| 54 | + :hidden: |
| 55 | + :maxdepth: 1 |
| 56 | + |
| 57 | + lessons/0_introduction |
| 58 | + lessons/0_preparation |
| 59 | + lessons/1_advanced_numpy |
| 60 | + Matplotlib <lessons/matplotlib/matplotlib> |
| 61 | + lessons/0_images_are_arrays |
| 62 | + lessons/1_ransac |
0 commit comments