LATEX TEMPLATE FOR HOMEWORKS
You can use this file as the base template for creating homework files. Mix and match different homework types to create a customized homework set.
- Latex Template File: DSE_HW_template.tex
 
 
SPECTROGRAM
This homework will develop a time-frequency algorithm for decomposing temporal signals into its spectrogram.
- Homework: PDF
- Data Files: music1.wav, music2.wav
- Files: spec1.tex, spec2.tex, music_score.pdf
 
DENOISING AND SIGNAL PROCESSING
This homework will develop a time-frequency algorithm for decomposing temporal signals into its spectrogram.
- Homework: PDF
- Data Files: Testdata.mat
- Files: DSE_HW_SaveDog.tex
 
PRINCIPAL COMPONENT ANALYSIS
This homework will analyze a spring-mass system and develop intuition on how PCA can be used to understand physical systems.
- Homework: PDF
- Data Files: camN_M.mat
- Files: spring_mass.tex
 
IDENTIFICATION OF HAND WRITTEN DIGITS
This homework will consider the classic, and one of the earliest, problems for image recognition: identification of hand-written digits that was used by the post office for zip codes.
- Homework: PDF
- Data Files: MNIST
- Files: DSE_HW_MNIST.tex
 
EIGENFACES
This homework will analyze how feature selection, clustering and classification techniques can be used together for recognizing faces.
- Homework: PDF
- Data Files: yalefaces_croppped.zip, yalefaces_uncropped.tar
- Files: DSE_HW_YaleFace.tex
 
BACKGROUND SUBTRACTION IN VIDEO
This homework will use the dynamic mode decomposition to separate foreground and background portions of images in video feeds.
- Homework: PDF
- Data Files: [Make Your Own]
- Files: DSE_HW_DMDback.tex
 
MULTI-RESOLUTION ANALYSIS OF SEA-SURFACE TEMPERATURE DATA
This homework will analyze the dominant spatio-temporal patterns that occur in sea-surface temperature fluctuations.
- Homework: PDF
- Data Files: Code+Data
- Files: DSE_HW_SST.tex
 
MODEL DISCOVERY
This homework will use time-series data to discovery governing equations and dynamical approximations for characterizing complex systems.
- Homework: PDF
- Data Files: BZ.mat
- Files: DSE_HW_Discovery.tex
 
NEURAL NETWORKS FOR TIME-STEPPING
This homework will explore how neural networks can be trained to accurately produce a time-stepping mapping.
- Homework: PDF
- Data Files: KS.m, reaction_diffusion.m, reaction_diffusion_rhs.m
- Files: DSE_HW_NNstepper.tex