SlideShare ist ein Scribd-Unternehmen logo
1 von 51
Developing Computational Skills
in the Sciences with MATLAB
Presenters: Lisa Kempler, Alain Plattner, Benjamin Bratton, Daniel Zysman
Audience: Science educators
Lisa Alain Benjamin Daniel
The Session Will Give You
• Strategies for teaching data analysis, modeling,
and computation, in domain-focused courses
• Resources for teaching computation in Sciences
– Teaching activities (with code)
– Tools to address common challenges conveying
computational skills in the Sciences
– with MATLAB
• Access to a community of peer educators
http://serc.carleton.edu/NAGTWorkshops/data_models/matlab16/index.html
Session Flow
• Session goals
• Tour of MATLAB Resources for Sciences: SERC site
• 3 professors’ representative Teaching Activities
– Choice of geophone layout in a simple near-surface seismics setting
• Alain Plattner, Geophysics
• California State University – Fresno
– Building Modular Tools for Visualizing Computation
• Benjamin Bratton, Biology
• Princeton University
– Principal Component Analysis
• Daniel Zysman, Neuroscience
• Massachusetts Institute of Technology
• Q&A
Teaching Computation in the Sciences
with MATLAB Workshop (Oct 2016)
• Objectives and process
• Participants
• Outcomes
https://serc.carleton.edu/NAGTWorkshops/data_models/matlab15/participants.htm
he
Participants and Posted Resources
Resource Overview Page:
Teaching with MATLAB
http://serc.carleton.edu/NAGTWorkshops/data_models/toolsheets/MATLAB.html
October 2016 Workshop Outcomes:
Teaching Computation with MATLAB
http://serc.carleton.edu/teaching_computation/index.html
SERC Site Resources:
Teaching Computation with MATLAB
MATLAB page for educators
• http://serc.carleton.edu/NAGTWorkshops/
data_models/toolsheets/MATLAB.html
Workshop resources and outcomes
• http://serc.carleton.edu/
teaching_computation/index.html
• http://serc.carleton.edu/
matlab_computation2016/outcomes.html
Session Flow
• Session goals
• Tour of MATLAB Resources for Sciences: SERC site
• 3 professors’ representative Teaching Activities
– Choice of geophone layout in a simple near-surface seismics setting
• Alain Plattner, Geophysics
• California State University – Fresno
– Building Modular Tools for Visualizing Computation
• Benjamin Bratton, Biology
• Princeton University
– Principal Component Analysis
• Daniel Zysman, Neuroscience
• Massachusetts Institute of Technology
• Q&A
Examples using Matlab / Octave for
Experimental Design and Data Processing
in a Near-surface Applied Geophysics Class
Alain Plattner
California State University Fresno
April 27, 2017
https://github.com/NSGeophysics
Two Matlab / Octave m-file packages
Seism-O: Simulation of applied geophysics seismic data
Used for teaching concepts and experimental design
GPR-O: Processing and visualization of ground penetrating radar data
Used for teaching concepts and effects of data processing
On https://github.com/NSGeophysics
https://github.com/NSGeophysics
Seism-O: Simple Seismic Data Simulation
https://github.com/NSGeophysics
https://github.com/NSGeophysics
Seism-O: Simple Seismic Data Simulation
air wave
direct wave
refracted waveReflected wave
V1
V2
V0 = 343 m/s
https://github.com/NSGeophysics
Seism-O: Simple Seismic Data Simulation
air wave
direct wave
refracted waveReflected wave
V1
V2
V0 = 343 m/s
Show simulated arrival times
Simulated arrival times using Seism-O for 1 m geophone spacing
https://github.com/NSGeophysics
Seism-O: Simple Seismic Data Simulation
Simulated arrival times for 1 m geophone spacing Simulated waveforms for 1 m geophone spacing
https://github.com/NSGeophysics
Seism-O: Simple Seismic Data Simulation
Simulated waveforms for 2 m geophone spacing Simulated waveforms for 1 m geophone spacing
https://github.com/NSGeophysics
Seism-O: Simple Seismic Data Simulation
Simulated waveforms for 2 m geophone spacing Simulated waveforms for 1 m geophone spacing
Software and teaching activity on
https://github.com/NSGeophysics/Seism-O/wiki
https://github.com/NSGeophysics
Seism-O: Simple Seismic Data Simulation
GPR-O: GPR data processing & visualization
https://github.com/NSGeophysics
Instructions and software on
https://github.com/NSGeophysics/GPR-O/wiki
- Simple Matlab / Octave scripts
- Ground penetrating radar basic data processing
- 2-D profile and depth-slice plots
- Topography
- Educational documentation
GPR data available for example from
https://alaska.usgs.gov/portal/project.php?project_id=384
https://github.com/NSGeophysics
GPR-O: GPR data processing & visualization
Data: Liu et al. (in prep)
https://github.com/NSGeophysics
GPR-O: GPR data processing & visualization
https://github.com/NSGeophysics
GPR-O: GPR data processing & visualization
Data: Liu et al. (in prep)
https://github.com/NSGeophysics
GPR-O: GPR data processing & visualization
Data: Liu et al. (in prep)
https://github.com/NSGeophysics
Data: Liu et al. (in prep)
GPR-O: GPR data processing & visualization
Tutorial with test data:
https://github.com/NSGeophysics/GPR-O/blob/master/doc/GPR-O.pdf
Raw field data available for example from:
https://alaska.usgs.gov/portal/project.php?project_id=384
https://github.com/NSGeophysics
GPR-O: GPR data processing & visualization
Summary
- Seism-O and GPR-O: Matlab / Octave scripts for seismic data
simulation and ground penetrating radar data processing
- Both available from https://github.com/NSGeophysics
- For near-surface geophysics class or general data simulation,
experimental design, data processing class.
https://github.com/NSGeophysics
Building modular tools for
visualizing computation
Why are computational tools
daunting (for biology graduate students) to use?
Modular problem sets help
students quickly gain proficiency
• Small pieces with
displayed outputs
• Reusable pieces
• Springboard to
independence
Dynamical systems
What do x(t) and y(t) look like?
Dynamical systems
Dynamical systems
Dynamical systems
Dynamical systems
Specific example: Modeling
oscillations of glycolysis in yeast
For multiple versions of the code see
https://github.com/bpbratton/buildingModularVisua
lization_SERC201610
Benefits for modular problems
•Students learn when to take breaks
•Fail (and succeed) quickly
•Encourages code reuse
A principled way to principal
components analysis
Daniel Zysman
April 27, 2017
Teaching scientific computing in
Brain & Cog sciences
• The challenge is to deal with students
motivation, preparedness and interest:
• How to effectively break the ice.
• How to cope with inertia.
• We need to make it interesting, relevant
and transferable.
A two tier approach
• Tier 1:
– Learn the basics of data visualization and modelling via toy
examples.
– Build it step by step.
• Tier 2:
– Apply the fundamentals to fun and relevant problems.
Photos: Mandana Sassanfar, Quantitative Methods Workshop, CBMM, MIT.
Tier 1: PCA Toy Example
Toy data: Bivariate Gaussian, unknown covariance to students.
Task: Find directions of maximum variance.
-8 -6 -4 -2 2 4 6 8 10
X1
-6
-4
-2
2
4
6
X2
-8 -6 -4 -2 2 4 6 8 10
X1
-6
-4
-2
2
4
6
X2
-8 -6 -4 -2 2 4 6 8 10
X1
-6
-4
-2
2
4
6
X2
-8 -6 -4 -2 2 4 6 8 10
X1
-6
-4
-2
2
4
6
X2
Rotate
Project
Reveal
Structure
Take home messages:
• Rotations and Projections
• Data variability and its geometry
• Matrix duality:
– to represent data
– to transform data
• Challenge activity: make a dataset, ask fellow
student to reveal underlying structure.
Tier 2: PCA for image classification
28 by 28 pixels
8-bit gray scale images
These images live in
a 784 dimensional space
Task: classify digits one
from seven using PCA
Revisit:
rotations
projections
Teaching activity:
http://serc.carleton.edu/matlab_computation2016/activities/159581.html
MNIST data set
http://yann.lecun.com/exdb/mnist/
Pairwise pixel intensity relations
• There are more than 300000 possible pairwise pixel plots!!!
• Not clear which one to choose.
• Which choice is more informative? Try PCA.
The 9 images that capture most
variance
Projections for classification
• The first two PCs capture ~37% of the total variance.
• The data clusters nicely in this space (linear separability).
Learning outcomes
• PCA reveals underlying structure in the data.
• It aids in visualization and classification tasks.
• Provides a chance to address short comes,
assumptions and pitfalls.
• Emphasize the different role of matrices:
– To store data
– To transform data
Student’s feedback
• The two tier approach:
– Keep students engaged and motivated
to learn, while being challenged.
– Improves confidence and competency
to transfer what they have learned to
broader contexts.
Join the Community:
Teaching Computation in Sciences with MATLAB
Community
• http://serc.carleton.edu/matlab_computatio
n2016/community.html
Join the Community:
Teaching Computation in Sciences with MATLAB
Community• http://serc.carleton.edu/matlab_computatio
n2016/community.html
Future Community Sessions on
Teaching with MATLAB
• Earth Educators’ Rendezvous, July 17-21, 2017
– Early Bird Registration deadline is May 1st!
• Mark your calendars!
– Teaching Computation with MATLAB in the Sciences
Workshop
• October 15-17, 2017
• Carleton College, Northfield, MN
• Email Rory McFadden (rmcfadden@carleton.edu) if
you are interested in joining the community
SERC Resources:
Teaching Computation with MATLAB
MATLAB page for educators
• http://serc.carleton.edu/NAGTWorkshops/data_models/
toolsheets/MATLAB.html
• And researchers, too
Workshop outcomes
• Teaching Activities
– http://serc.carleton.edu/matlab_computation2016/activities.html
• Pedagogy and computational philosophy
– http://serc.carleton.edu/teaching_computation/index.html
• Community
– http://serc.carleton.edu/matlab_computation2016/community.html

Weitere ähnliche Inhalte

Was ist angesagt?

Automating materials science workflows with pymatgen, FireWorks, and atomate
Automating materials science workflows with pymatgen, FireWorks, and atomateAutomating materials science workflows with pymatgen, FireWorks, and atomate
Automating materials science workflows with pymatgen, FireWorks, and atomateAnubhav Jain
 
Modellbildung, Berechnung und Simulation in Forschung und Lehre
Modellbildung, Berechnung und Simulation in Forschung und LehreModellbildung, Berechnung und Simulation in Forschung und Lehre
Modellbildung, Berechnung und Simulation in Forschung und LehreJoachim Schlosser
 
How to expand the Galaxy from genes to Earth in six simple steps (and live sm...
How to expand the Galaxy from genes to Earth in six simple steps (and live sm...How to expand the Galaxy from genes to Earth in six simple steps (and live sm...
How to expand the Galaxy from genes to Earth in six simple steps (and live sm...Raffaele Montella
 
20191107 deeplearningapproachesfornetworks
20191107 deeplearningapproachesfornetworks20191107 deeplearningapproachesfornetworks
20191107 deeplearningapproachesfornetworkstm1966
 
Accelerating the Experimental Feedback Loop: Data Streams and the Advanced Ph...
Accelerating the Experimental Feedback Loop: Data Streams and the Advanced Ph...Accelerating the Experimental Feedback Loop: Data Streams and the Advanced Ph...
Accelerating the Experimental Feedback Loop: Data Streams and the Advanced Ph...Ian Foster
 
The Status of ML Algorithms for Structure-property Relationships Using Matb...
The Status of ML Algorithms for Structure-property Relationships Using Matb...The Status of ML Algorithms for Structure-property Relationships Using Matb...
The Status of ML Algorithms for Structure-property Relationships Using Matb...Anubhav Jain
 
The DuraMat Data Hub and Analytics Capability: A Resource for Solar PV Data
The DuraMat Data Hub and Analytics Capability: A Resource for Solar PV DataThe DuraMat Data Hub and Analytics Capability: A Resource for Solar PV Data
The DuraMat Data Hub and Analytics Capability: A Resource for Solar PV DataAnubhav Jain
 
Accelerated Materials Discovery Using Theory, Optimization, and Natural Langu...
Accelerated Materials Discovery Using Theory, Optimization, and Natural Langu...Accelerated Materials Discovery Using Theory, Optimization, and Natural Langu...
Accelerated Materials Discovery Using Theory, Optimization, and Natural Langu...Anubhav Jain
 
TMS workshop on machine learning in materials science: Intro to deep learning...
TMS workshop on machine learning in materials science: Intro to deep learning...TMS workshop on machine learning in materials science: Intro to deep learning...
TMS workshop on machine learning in materials science: Intro to deep learning...BrianDeCost
 
Materials Informatics Overview
Materials Informatics OverviewMaterials Informatics Overview
Materials Informatics OverviewTony Fast
 
Mark_Yashar_Resume_Fall_2016
Mark_Yashar_Resume_Fall_2016Mark_Yashar_Resume_Fall_2016
Mark_Yashar_Resume_Fall_2016Mark Yashar
 
Overview of DuraMat software tool development
Overview of DuraMat software tool developmentOverview of DuraMat software tool development
Overview of DuraMat software tool developmentAnubhav Jain
 
Classifying Simulation and Data Intensive Applications and the HPC-Big Data C...
Classifying Simulation and Data Intensive Applications and the HPC-Big Data C...Classifying Simulation and Data Intensive Applications and the HPC-Big Data C...
Classifying Simulation and Data Intensive Applications and the HPC-Big Data C...Geoffrey Fox
 
Software tools for calculating materials properties in high-throughput (pymat...
Software tools for calculating materials properties in high-throughput (pymat...Software tools for calculating materials properties in high-throughput (pymat...
Software tools for calculating materials properties in high-throughput (pymat...Anubhav Jain
 
ExaLearn Overview - ECP Co-Design Center for Machine Learning
ExaLearn Overview - ECP Co-Design Center for Machine LearningExaLearn Overview - ECP Co-Design Center for Machine Learning
ExaLearn Overview - ECP Co-Design Center for Machine Learninginside-BigData.com
 
Visualizing and Clustering Life Science Applications in Parallel 
Visualizing and Clustering Life Science Applications in Parallel Visualizing and Clustering Life Science Applications in Parallel 
Visualizing and Clustering Life Science Applications in Parallel Geoffrey Fox
 
Mark_Yashar_Resume_2017
Mark_Yashar_Resume_2017Mark_Yashar_Resume_2017
Mark_Yashar_Resume_2017Mark Yashar
 
DuraMat Data Analytics
DuraMat Data AnalyticsDuraMat Data Analytics
DuraMat Data AnalyticsAnubhav Jain
 
Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...
Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...
Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...Wanjin Yu
 

Was ist angesagt? (20)

Automating materials science workflows with pymatgen, FireWorks, and atomate
Automating materials science workflows with pymatgen, FireWorks, and atomateAutomating materials science workflows with pymatgen, FireWorks, and atomate
Automating materials science workflows with pymatgen, FireWorks, and atomate
 
Modellbildung, Berechnung und Simulation in Forschung und Lehre
Modellbildung, Berechnung und Simulation in Forschung und LehreModellbildung, Berechnung und Simulation in Forschung und Lehre
Modellbildung, Berechnung und Simulation in Forschung und Lehre
 
How to expand the Galaxy from genes to Earth in six simple steps (and live sm...
How to expand the Galaxy from genes to Earth in six simple steps (and live sm...How to expand the Galaxy from genes to Earth in six simple steps (and live sm...
How to expand the Galaxy from genes to Earth in six simple steps (and live sm...
 
20191107 deeplearningapproachesfornetworks
20191107 deeplearningapproachesfornetworks20191107 deeplearningapproachesfornetworks
20191107 deeplearningapproachesfornetworks
 
Accelerating the Experimental Feedback Loop: Data Streams and the Advanced Ph...
Accelerating the Experimental Feedback Loop: Data Streams and the Advanced Ph...Accelerating the Experimental Feedback Loop: Data Streams and the Advanced Ph...
Accelerating the Experimental Feedback Loop: Data Streams and the Advanced Ph...
 
The Status of ML Algorithms for Structure-property Relationships Using Matb...
The Status of ML Algorithms for Structure-property Relationships Using Matb...The Status of ML Algorithms for Structure-property Relationships Using Matb...
The Status of ML Algorithms for Structure-property Relationships Using Matb...
 
The DuraMat Data Hub and Analytics Capability: A Resource for Solar PV Data
The DuraMat Data Hub and Analytics Capability: A Resource for Solar PV DataThe DuraMat Data Hub and Analytics Capability: A Resource for Solar PV Data
The DuraMat Data Hub and Analytics Capability: A Resource for Solar PV Data
 
Accelerated Materials Discovery Using Theory, Optimization, and Natural Langu...
Accelerated Materials Discovery Using Theory, Optimization, and Natural Langu...Accelerated Materials Discovery Using Theory, Optimization, and Natural Langu...
Accelerated Materials Discovery Using Theory, Optimization, and Natural Langu...
 
TMS workshop on machine learning in materials science: Intro to deep learning...
TMS workshop on machine learning in materials science: Intro to deep learning...TMS workshop on machine learning in materials science: Intro to deep learning...
TMS workshop on machine learning in materials science: Intro to deep learning...
 
Materials Informatics Overview
Materials Informatics OverviewMaterials Informatics Overview
Materials Informatics Overview
 
Mark_Yashar_Resume_Fall_2016
Mark_Yashar_Resume_Fall_2016Mark_Yashar_Resume_Fall_2016
Mark_Yashar_Resume_Fall_2016
 
Overview of DuraMat software tool development
Overview of DuraMat software tool developmentOverview of DuraMat software tool development
Overview of DuraMat software tool development
 
Classifying Simulation and Data Intensive Applications and the HPC-Big Data C...
Classifying Simulation and Data Intensive Applications and the HPC-Big Data C...Classifying Simulation and Data Intensive Applications and the HPC-Big Data C...
Classifying Simulation and Data Intensive Applications and the HPC-Big Data C...
 
Software tools for calculating materials properties in high-throughput (pymat...
Software tools for calculating materials properties in high-throughput (pymat...Software tools for calculating materials properties in high-throughput (pymat...
Software tools for calculating materials properties in high-throughput (pymat...
 
ExaLearn Overview - ECP Co-Design Center for Machine Learning
ExaLearn Overview - ECP Co-Design Center for Machine LearningExaLearn Overview - ECP Co-Design Center for Machine Learning
ExaLearn Overview - ECP Co-Design Center for Machine Learning
 
CV_myashar_2017
CV_myashar_2017CV_myashar_2017
CV_myashar_2017
 
Visualizing and Clustering Life Science Applications in Parallel 
Visualizing and Clustering Life Science Applications in Parallel Visualizing and Clustering Life Science Applications in Parallel 
Visualizing and Clustering Life Science Applications in Parallel 
 
Mark_Yashar_Resume_2017
Mark_Yashar_Resume_2017Mark_Yashar_Resume_2017
Mark_Yashar_Resume_2017
 
DuraMat Data Analytics
DuraMat Data AnalyticsDuraMat Data Analytics
DuraMat Data Analytics
 
Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...
Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...
Human Behavior Understanding: From Human-Oriented Analysis to Action Recognit...
 

Ähnlich wie Developing Computational Skills in the Sciences with Matlab Webinar 2017

Symbolic Background Knowledge for Machine Learning
Symbolic Background Knowledge for Machine LearningSymbolic Background Knowledge for Machine Learning
Symbolic Background Knowledge for Machine LearningSteffen Staab
 
ensembles_emptytemplate_v2
ensembles_emptytemplate_v2ensembles_emptytemplate_v2
ensembles_emptytemplate_v2Shrayes Ramesh
 
Scalable and Efficient Algorithms for Analysis of Massive, Streaming Graphs
Scalable and Efficient Algorithms for Analysis of Massive, Streaming GraphsScalable and Efficient Algorithms for Analysis of Massive, Streaming Graphs
Scalable and Efficient Algorithms for Analysis of Massive, Streaming GraphsJason Riedy
 
Deep learning Tutorial - Part II
Deep learning Tutorial - Part IIDeep learning Tutorial - Part II
Deep learning Tutorial - Part IIQuantUniversity
 
Current clustering techniques
Current clustering techniquesCurrent clustering techniques
Current clustering techniquesPoonam Kshirsagar
 
2019 cvpr paper_overview
2019 cvpr paper_overview2019 cvpr paper_overview
2019 cvpr paper_overviewLEE HOSEONG
 
2019 cvpr paper overview by Ho Seong Lee
2019 cvpr paper overview by Ho Seong Lee2019 cvpr paper overview by Ho Seong Lee
2019 cvpr paper overview by Ho Seong LeeMoazzem Hossain
 
Software tools for high-throughput materials data generation and data mining
Software tools for high-throughput materials data generation and data miningSoftware tools for high-throughput materials data generation and data mining
Software tools for high-throughput materials data generation and data miningAnubhav Jain
 
ICDE-2015 Shortest Path Traversal Optimization and Analysis for Large Graph C...
ICDE-2015 Shortest Path Traversal Optimization and Analysis for Large Graph C...ICDE-2015 Shortest Path Traversal Optimization and Analysis for Large Graph C...
ICDE-2015 Shortest Path Traversal Optimization and Analysis for Large Graph C...Waqas Nawaz
 
Physics inspired artificial intelligence/machine learning
Physics inspired artificial intelligence/machine learningPhysics inspired artificial intelligence/machine learning
Physics inspired artificial intelligence/machine learningKAMAL CHOUDHARY
 
Semantic Segmentation on Satellite Imagery
Semantic Segmentation on Satellite ImagerySemantic Segmentation on Satellite Imagery
Semantic Segmentation on Satellite ImageryRAHUL BHOJWANI
 
Bringing Mathematics To the Web of Data: the Case of the Mathematics Subject ...
Bringing Mathematics To the Web of Data: the Case of the Mathematics Subject ...Bringing Mathematics To the Web of Data: the Case of the Mathematics Subject ...
Bringing Mathematics To the Web of Data: the Case of the Mathematics Subject ...Christoph Lange
 
Software tools, crystal descriptors, and machine learning applied to material...
Software tools, crystal descriptors, and machine learning applied to material...Software tools, crystal descriptors, and machine learning applied to material...
Software tools, crystal descriptors, and machine learning applied to material...Anubhav Jain
 
Discovering new functional materials for clean energy and beyond using high-t...
Discovering new functional materials for clean energy and beyond using high-t...Discovering new functional materials for clean energy and beyond using high-t...
Discovering new functional materials for clean energy and beyond using high-t...Anubhav Jain
 
Big learning 1.2
Big learning   1.2Big learning   1.2
Big learning 1.2Mohit Garg
 
Dahlquist bosc 20160709
Dahlquist bosc 20160709Dahlquist bosc 20160709
Dahlquist bosc 20160709GRNsight
 
Open Source Tools for Materials Informatics
Open Source Tools for Materials InformaticsOpen Source Tools for Materials Informatics
Open Source Tools for Materials InformaticsAnubhav Jain
 

Ähnlich wie Developing Computational Skills in the Sciences with Matlab Webinar 2017 (20)

Symbolic Background Knowledge for Machine Learning
Symbolic Background Knowledge for Machine LearningSymbolic Background Knowledge for Machine Learning
Symbolic Background Knowledge for Machine Learning
 
Icml2017 overview
Icml2017 overviewIcml2017 overview
Icml2017 overview
 
Program on Mathematical and Statistical Methods for Climate and the Earth Sys...
Program on Mathematical and Statistical Methods for Climate and the Earth Sys...Program on Mathematical and Statistical Methods for Climate and the Earth Sys...
Program on Mathematical and Statistical Methods for Climate and the Earth Sys...
 
PointNet
PointNetPointNet
PointNet
 
ensembles_emptytemplate_v2
ensembles_emptytemplate_v2ensembles_emptytemplate_v2
ensembles_emptytemplate_v2
 
Scalable and Efficient Algorithms for Analysis of Massive, Streaming Graphs
Scalable and Efficient Algorithms for Analysis of Massive, Streaming GraphsScalable and Efficient Algorithms for Analysis of Massive, Streaming Graphs
Scalable and Efficient Algorithms for Analysis of Massive, Streaming Graphs
 
Deep learning Tutorial - Part II
Deep learning Tutorial - Part IIDeep learning Tutorial - Part II
Deep learning Tutorial - Part II
 
Current clustering techniques
Current clustering techniquesCurrent clustering techniques
Current clustering techniques
 
2019 cvpr paper_overview
2019 cvpr paper_overview2019 cvpr paper_overview
2019 cvpr paper_overview
 
2019 cvpr paper overview by Ho Seong Lee
2019 cvpr paper overview by Ho Seong Lee2019 cvpr paper overview by Ho Seong Lee
2019 cvpr paper overview by Ho Seong Lee
 
Software tools for high-throughput materials data generation and data mining
Software tools for high-throughput materials data generation and data miningSoftware tools for high-throughput materials data generation and data mining
Software tools for high-throughput materials data generation and data mining
 
ICDE-2015 Shortest Path Traversal Optimization and Analysis for Large Graph C...
ICDE-2015 Shortest Path Traversal Optimization and Analysis for Large Graph C...ICDE-2015 Shortest Path Traversal Optimization and Analysis for Large Graph C...
ICDE-2015 Shortest Path Traversal Optimization and Analysis for Large Graph C...
 
Physics inspired artificial intelligence/machine learning
Physics inspired artificial intelligence/machine learningPhysics inspired artificial intelligence/machine learning
Physics inspired artificial intelligence/machine learning
 
Semantic Segmentation on Satellite Imagery
Semantic Segmentation on Satellite ImagerySemantic Segmentation on Satellite Imagery
Semantic Segmentation on Satellite Imagery
 
Bringing Mathematics To the Web of Data: the Case of the Mathematics Subject ...
Bringing Mathematics To the Web of Data: the Case of the Mathematics Subject ...Bringing Mathematics To the Web of Data: the Case of the Mathematics Subject ...
Bringing Mathematics To the Web of Data: the Case of the Mathematics Subject ...
 
Software tools, crystal descriptors, and machine learning applied to material...
Software tools, crystal descriptors, and machine learning applied to material...Software tools, crystal descriptors, and machine learning applied to material...
Software tools, crystal descriptors, and machine learning applied to material...
 
Discovering new functional materials for clean energy and beyond using high-t...
Discovering new functional materials for clean energy and beyond using high-t...Discovering new functional materials for clean energy and beyond using high-t...
Discovering new functional materials for clean energy and beyond using high-t...
 
Big learning 1.2
Big learning   1.2Big learning   1.2
Big learning 1.2
 
Dahlquist bosc 20160709
Dahlquist bosc 20160709Dahlquist bosc 20160709
Dahlquist bosc 20160709
 
Open Source Tools for Materials Informatics
Open Source Tools for Materials InformaticsOpen Source Tools for Materials Informatics
Open Source Tools for Materials Informatics
 

Mehr von SERC at Carleton College

StatVignette03_Sig.Figs_v04_07_15_2020.pptx
StatVignette03_Sig.Figs_v04_07_15_2020.pptxStatVignette03_Sig.Figs_v04_07_15_2020.pptx
StatVignette03_Sig.Figs_v04_07_15_2020.pptxSERC at Carleton College
 
Cretaceous Coatlines and Modern Voting Patterns Presentation
Cretaceous Coatlines and Modern Voting Patterns PresentationCretaceous Coatlines and Modern Voting Patterns Presentation
Cretaceous Coatlines and Modern Voting Patterns PresentationSERC at Carleton College
 
Presentation: Unit 1 Introduction to the hydrological cycle
Presentation: Unit 1 Introduction to the hydrological cyclePresentation: Unit 1 Introduction to the hydrological cycle
Presentation: Unit 1 Introduction to the hydrological cycleSERC at Carleton College
 
KSKL_Chapter 4_ Chem Properties of Soils.pptx
KSKL_Chapter 4_ Chem Properties of Soils.pptxKSKL_Chapter 4_ Chem Properties of Soils.pptx
KSKL_Chapter 4_ Chem Properties of Soils.pptxSERC at Carleton College
 
Presentation: Unit 3 background information
Presentation: Unit 3 background informationPresentation: Unit 3 background information
Presentation: Unit 3 background informationSERC at Carleton College
 
Presentation: Unit 2 Measuring Groundwater Background Information
Presentation: Unit 2 Measuring Groundwater Background InformationPresentation: Unit 2 Measuring Groundwater Background Information
Presentation: Unit 2 Measuring Groundwater Background InformationSERC at Carleton College
 

Mehr von SERC at Carleton College (20)

StatVignette03_Sig.Figs_v04_07_15_2020.pptx
StatVignette03_Sig.Figs_v04_07_15_2020.pptxStatVignette03_Sig.Figs_v04_07_15_2020.pptx
StatVignette03_Sig.Figs_v04_07_15_2020.pptx
 
StatVignette06_HypTesting.pptx
StatVignette06_HypTesting.pptxStatVignette06_HypTesting.pptx
StatVignette06_HypTesting.pptx
 
Unit 1 (optional slides)
Unit 1 (optional slides)Unit 1 (optional slides)
Unit 1 (optional slides)
 
Cretaceous Coatlines and Modern Voting Patterns Presentation
Cretaceous Coatlines and Modern Voting Patterns PresentationCretaceous Coatlines and Modern Voting Patterns Presentation
Cretaceous Coatlines and Modern Voting Patterns Presentation
 
Climate and Biomes PPT 2
Climate and Biomes PPT 2Climate and Biomes PPT 2
Climate and Biomes PPT 2
 
weather tracking ppt
weather tracking pptweather tracking ppt
weather tracking ppt
 
Presentation: Unit 1 Introduction to the hydrological cycle
Presentation: Unit 1 Introduction to the hydrological cyclePresentation: Unit 1 Introduction to the hydrological cycle
Presentation: Unit 1 Introduction to the hydrological cycle
 
StatVignette05_M3_v02_10_21_2020.pptx
StatVignette05_M3_v02_10_21_2020.pptxStatVignette05_M3_v02_10_21_2020.pptx
StatVignette05_M3_v02_10_21_2020.pptx
 
KSKL chapter 8 PPT
KSKL chapter 8 PPTKSKL chapter 8 PPT
KSKL chapter 8 PPT
 
KSKL chap 5 PPT
KSKL chap 5 PPTKSKL chap 5 PPT
KSKL chap 5 PPT
 
KSKL_Chapter 4_ Chem Properties of Soils.pptx
KSKL_Chapter 4_ Chem Properties of Soils.pptxKSKL_Chapter 4_ Chem Properties of Soils.pptx
KSKL_Chapter 4_ Chem Properties of Soils.pptx
 
Degraded Soil Images.pptx
Degraded Soil Images.pptxDegraded Soil Images.pptx
Degraded Soil Images.pptx
 
Educators PPT file chapter 7
Educators PPT file chapter 7Educators PPT file chapter 7
Educators PPT file chapter 7
 
Educators PPT file chapter 2
Educators PPT file chapter 2Educators PPT file chapter 2
Educators PPT file chapter 2
 
Educators PPT file chapter 6
Educators PPT file chapter 6Educators PPT file chapter 6
Educators PPT file chapter 6
 
Educators PPT chapter 3
Educators PPT chapter 3Educators PPT chapter 3
Educators PPT chapter 3
 
Unit 4 background presentation
Unit 4 background presentationUnit 4 background presentation
Unit 4 background presentation
 
Presentation: Unit 3 background information
Presentation: Unit 3 background informationPresentation: Unit 3 background information
Presentation: Unit 3 background information
 
Presentation: Unit 2 Measuring Groundwater Background Information
Presentation: Unit 2 Measuring Groundwater Background InformationPresentation: Unit 2 Measuring Groundwater Background Information
Presentation: Unit 2 Measuring Groundwater Background Information
 
Introduction to GPS presentation
Introduction to GPS presentationIntroduction to GPS presentation
Introduction to GPS presentation
 

Developing Computational Skills in the Sciences with Matlab Webinar 2017

  • 1. Developing Computational Skills in the Sciences with MATLAB Presenters: Lisa Kempler, Alain Plattner, Benjamin Bratton, Daniel Zysman Audience: Science educators Lisa Alain Benjamin Daniel
  • 2. The Session Will Give You • Strategies for teaching data analysis, modeling, and computation, in domain-focused courses • Resources for teaching computation in Sciences – Teaching activities (with code) – Tools to address common challenges conveying computational skills in the Sciences – with MATLAB • Access to a community of peer educators http://serc.carleton.edu/NAGTWorkshops/data_models/matlab16/index.html
  • 3. Session Flow • Session goals • Tour of MATLAB Resources for Sciences: SERC site • 3 professors’ representative Teaching Activities – Choice of geophone layout in a simple near-surface seismics setting • Alain Plattner, Geophysics • California State University – Fresno – Building Modular Tools for Visualizing Computation • Benjamin Bratton, Biology • Princeton University – Principal Component Analysis • Daniel Zysman, Neuroscience • Massachusetts Institute of Technology • Q&A
  • 4. Teaching Computation in the Sciences with MATLAB Workshop (Oct 2016) • Objectives and process • Participants • Outcomes
  • 6. Resource Overview Page: Teaching with MATLAB http://serc.carleton.edu/NAGTWorkshops/data_models/toolsheets/MATLAB.html
  • 7. October 2016 Workshop Outcomes: Teaching Computation with MATLAB http://serc.carleton.edu/teaching_computation/index.html
  • 8. SERC Site Resources: Teaching Computation with MATLAB MATLAB page for educators • http://serc.carleton.edu/NAGTWorkshops/ data_models/toolsheets/MATLAB.html Workshop resources and outcomes • http://serc.carleton.edu/ teaching_computation/index.html • http://serc.carleton.edu/ matlab_computation2016/outcomes.html
  • 9. Session Flow • Session goals • Tour of MATLAB Resources for Sciences: SERC site • 3 professors’ representative Teaching Activities – Choice of geophone layout in a simple near-surface seismics setting • Alain Plattner, Geophysics • California State University – Fresno – Building Modular Tools for Visualizing Computation • Benjamin Bratton, Biology • Princeton University – Principal Component Analysis • Daniel Zysman, Neuroscience • Massachusetts Institute of Technology • Q&A
  • 10. Examples using Matlab / Octave for Experimental Design and Data Processing in a Near-surface Applied Geophysics Class Alain Plattner California State University Fresno April 27, 2017 https://github.com/NSGeophysics
  • 11. Two Matlab / Octave m-file packages Seism-O: Simulation of applied geophysics seismic data Used for teaching concepts and experimental design GPR-O: Processing and visualization of ground penetrating radar data Used for teaching concepts and effects of data processing On https://github.com/NSGeophysics https://github.com/NSGeophysics
  • 12. Seism-O: Simple Seismic Data Simulation https://github.com/NSGeophysics
  • 14. air wave direct wave refracted waveReflected wave V1 V2 V0 = 343 m/s https://github.com/NSGeophysics Seism-O: Simple Seismic Data Simulation
  • 15. air wave direct wave refracted waveReflected wave V1 V2 V0 = 343 m/s Show simulated arrival times Simulated arrival times using Seism-O for 1 m geophone spacing https://github.com/NSGeophysics Seism-O: Simple Seismic Data Simulation
  • 16. Simulated arrival times for 1 m geophone spacing Simulated waveforms for 1 m geophone spacing https://github.com/NSGeophysics Seism-O: Simple Seismic Data Simulation
  • 17. Simulated waveforms for 2 m geophone spacing Simulated waveforms for 1 m geophone spacing https://github.com/NSGeophysics Seism-O: Simple Seismic Data Simulation
  • 18. Simulated waveforms for 2 m geophone spacing Simulated waveforms for 1 m geophone spacing Software and teaching activity on https://github.com/NSGeophysics/Seism-O/wiki https://github.com/NSGeophysics Seism-O: Simple Seismic Data Simulation
  • 19. GPR-O: GPR data processing & visualization https://github.com/NSGeophysics
  • 20. Instructions and software on https://github.com/NSGeophysics/GPR-O/wiki - Simple Matlab / Octave scripts - Ground penetrating radar basic data processing - 2-D profile and depth-slice plots - Topography - Educational documentation GPR data available for example from https://alaska.usgs.gov/portal/project.php?project_id=384 https://github.com/NSGeophysics GPR-O: GPR data processing & visualization
  • 21. Data: Liu et al. (in prep) https://github.com/NSGeophysics GPR-O: GPR data processing & visualization
  • 22. https://github.com/NSGeophysics GPR-O: GPR data processing & visualization Data: Liu et al. (in prep)
  • 23. https://github.com/NSGeophysics GPR-O: GPR data processing & visualization Data: Liu et al. (in prep)
  • 24. https://github.com/NSGeophysics Data: Liu et al. (in prep) GPR-O: GPR data processing & visualization
  • 25. Tutorial with test data: https://github.com/NSGeophysics/GPR-O/blob/master/doc/GPR-O.pdf Raw field data available for example from: https://alaska.usgs.gov/portal/project.php?project_id=384 https://github.com/NSGeophysics GPR-O: GPR data processing & visualization
  • 26. Summary - Seism-O and GPR-O: Matlab / Octave scripts for seismic data simulation and ground penetrating radar data processing - Both available from https://github.com/NSGeophysics - For near-surface geophysics class or general data simulation, experimental design, data processing class. https://github.com/NSGeophysics
  • 27. Building modular tools for visualizing computation
  • 28. Why are computational tools daunting (for biology graduate students) to use?
  • 29. Modular problem sets help students quickly gain proficiency • Small pieces with displayed outputs • Reusable pieces • Springboard to independence
  • 30. Dynamical systems What do x(t) and y(t) look like?
  • 35. Specific example: Modeling oscillations of glycolysis in yeast For multiple versions of the code see https://github.com/bpbratton/buildingModularVisua lization_SERC201610
  • 36. Benefits for modular problems •Students learn when to take breaks •Fail (and succeed) quickly •Encourages code reuse
  • 37. A principled way to principal components analysis Daniel Zysman April 27, 2017
  • 38. Teaching scientific computing in Brain & Cog sciences • The challenge is to deal with students motivation, preparedness and interest: • How to effectively break the ice. • How to cope with inertia. • We need to make it interesting, relevant and transferable.
  • 39. A two tier approach • Tier 1: – Learn the basics of data visualization and modelling via toy examples. – Build it step by step. • Tier 2: – Apply the fundamentals to fun and relevant problems. Photos: Mandana Sassanfar, Quantitative Methods Workshop, CBMM, MIT.
  • 40. Tier 1: PCA Toy Example Toy data: Bivariate Gaussian, unknown covariance to students. Task: Find directions of maximum variance. -8 -6 -4 -2 2 4 6 8 10 X1 -6 -4 -2 2 4 6 X2 -8 -6 -4 -2 2 4 6 8 10 X1 -6 -4 -2 2 4 6 X2 -8 -6 -4 -2 2 4 6 8 10 X1 -6 -4 -2 2 4 6 X2 -8 -6 -4 -2 2 4 6 8 10 X1 -6 -4 -2 2 4 6 X2 Rotate Project Reveal Structure
  • 41. Take home messages: • Rotations and Projections • Data variability and its geometry • Matrix duality: – to represent data – to transform data • Challenge activity: make a dataset, ask fellow student to reveal underlying structure.
  • 42. Tier 2: PCA for image classification 28 by 28 pixels 8-bit gray scale images These images live in a 784 dimensional space Task: classify digits one from seven using PCA Revisit: rotations projections Teaching activity: http://serc.carleton.edu/matlab_computation2016/activities/159581.html MNIST data set http://yann.lecun.com/exdb/mnist/
  • 43. Pairwise pixel intensity relations • There are more than 300000 possible pairwise pixel plots!!! • Not clear which one to choose. • Which choice is more informative? Try PCA.
  • 44. The 9 images that capture most variance
  • 45. Projections for classification • The first two PCs capture ~37% of the total variance. • The data clusters nicely in this space (linear separability).
  • 46. Learning outcomes • PCA reveals underlying structure in the data. • It aids in visualization and classification tasks. • Provides a chance to address short comes, assumptions and pitfalls. • Emphasize the different role of matrices: – To store data – To transform data
  • 47. Student’s feedback • The two tier approach: – Keep students engaged and motivated to learn, while being challenged. – Improves confidence and competency to transfer what they have learned to broader contexts.
  • 48. Join the Community: Teaching Computation in Sciences with MATLAB Community • http://serc.carleton.edu/matlab_computatio n2016/community.html
  • 49. Join the Community: Teaching Computation in Sciences with MATLAB Community• http://serc.carleton.edu/matlab_computatio n2016/community.html
  • 50. Future Community Sessions on Teaching with MATLAB • Earth Educators’ Rendezvous, July 17-21, 2017 – Early Bird Registration deadline is May 1st! • Mark your calendars! – Teaching Computation with MATLAB in the Sciences Workshop • October 15-17, 2017 • Carleton College, Northfield, MN • Email Rory McFadden (rmcfadden@carleton.edu) if you are interested in joining the community
  • 51. SERC Resources: Teaching Computation with MATLAB MATLAB page for educators • http://serc.carleton.edu/NAGTWorkshops/data_models/ toolsheets/MATLAB.html • And researchers, too Workshop outcomes • Teaching Activities – http://serc.carleton.edu/matlab_computation2016/activities.html • Pedagogy and computational philosophy – http://serc.carleton.edu/teaching_computation/index.html • Community – http://serc.carleton.edu/matlab_computation2016/community.html

Hinweis der Redaktion

  1. “The toolbox can’t find a thing and so it gives an error.” “I don’t know which parameters are important and which ones I’m not supposed to touch.” “I understood the code you showed us in class, but when I go to do the homework problems, I can’t figure out what to write.” “I don’t want to use a tool when I don’t entirely understand the math. What if there’s some important assumption that I’m missing?” “I used these four different packages and one of them gave me the result that I think will make my boss happy, so I must have done something wrong on the other ones.”
  2. “The toolbox can’t find a thing and so it gives an error.” “I don’t know which parameters are important and which ones I’m not supposed to touch.” “I understood the code you showed us in class, but when I go to do the homework problems, I can’t figure out what to write.” “I don’t want to use a tool when I don’t entirely understand the math. What if there’s some important assumption that I’m missing?” “I used these four different packages and one of them gave me the result that I think will make my boss happy, so I must have done something wrong on the other ones.”
  3. “The toolbox can’t find a thing and so it gives an error.” “I don’t know which parameters are important and which ones I’m not supposed to touch.” “I understood the code you showed us in class, but when I go to do the homework problems, I can’t figure out what to write.” “I don’t want to use a tool when I don’t entirely understand the math. What if there’s some important assumption that I’m missing?” “I used these four different packages and one of them gave me the result that I think will make my boss happy, so I must have done something wrong on the other ones.”
  4. “The toolbox can’t find a thing and so it gives an error.” “I don’t know which parameters are important and which ones I’m not supposed to touch.” “I understood the code you showed us in class, but when I go to do the homework problems, I can’t figure out what to write.” “I don’t want to use a tool when I don’t entirely understand the math. What if there’s some important assumption that I’m missing?” “I used these four different packages and one of them gave me the result that I think will make my boss happy, so I must have done something wrong on the other ones.”
  5. “The toolbox can’t find a thing and so it gives an error.” “I don’t know which parameters are important and which ones I’m not supposed to touch.” “I understood the code you showed us in class, but when I go to do the homework problems, I can’t figure out what to write.” “I don’t want to use a tool when I don’t entirely understand the math. What if there’s some important assumption that I’m missing?” “I used these four different packages and one of them gave me the result that I think will make my boss happy, so I must have done something wrong on the other ones.”
  6. “The toolbox can’t find a thing and so it gives an error.” “I don’t know which parameters are important and which ones I’m not supposed to touch.” “I understood the code you showed us in class, but when I go to do the homework problems, I can’t figure out what to write.” “I don’t want to use a tool when I don’t entirely understand the math. What if there’s some important assumption that I’m missing?” “I used these four different packages and one of them gave me the result that I think will make my boss happy, so I must have done something wrong on the other ones.”
  7. “The toolbox can’t find a thing and so it gives an error.” “I don’t know which parameters are important and which ones I’m not supposed to touch.” “I understood the code you showed us in class, but when I go to do the homework problems, I can’t figure out what to write.” “I don’t want to use a tool when I don’t entirely understand the math. What if there’s some important assumption that I’m missing?” “I used these four different packages and one of them gave me the result that I think will make my boss happy, so I must have done something wrong on the other ones.”
  8. “The toolbox can’t find a thing and so it gives an error.” “I don’t know which parameters are important and which ones I’m not supposed to touch.” “I understood the code you showed us in class, but when I go to do the homework problems, I can’t figure out what to write.” “I don’t want to use a tool when I don’t entirely understand the math. What if there’s some important assumption that I’m missing?” “I used these four different packages and one of them gave me the result that I think will make my boss happy, so I must have done something wrong on the other ones.”