Final Exam
Contents
Final Exam#
December 7, 2022 8:00-10:00#
Lebow 134#
The exam will consist of two parts.
A written closed-book exam testing conceptual concepts.
A machine learning assigment which will be provide at least a week prior to the exam. This assignment will be due at the same time as the exam.
For the open book part of the exam you can communicate with classmates but do not share code. Please track all changes on github so I can see your effort.
Topics for Final Written Exam:
The 4 Vās of big data
The concept of FAIR data
Questions on the basics of python programming
Predicting outputs of a short code
Explaining the utility of certain types of functions (e.g., lambda functions)
Interpreting an error message
Difference between deep and shallow copies (what is the advantage/disadvantage)
Understanding of the importance of color maps. Why do they make a matter?
Given some data describe a visualization for information discovery from data
Matching an application to a common package in python
Understanding of how edge detectors work, how to deal with noise? Why are edge detectors important?
The difference between supervised and unsupervised learning
Understanding the concept of overfitting and how to combat overfitting with regularization methods
Conceptual understanding of simple machine learning models including support vector machines, k-nearest neighbors, and decision trees
What is the curse of dimensionality and how might you deal with it?
Difference between lasso L1 and ridge L2 regression. Why might you use them? What are the implications?
Steps in a machine learning pipeline. If presented with data, how would you approach the problem?
A conceptual understanding of PCA, how might it be valuable in machine learning pipelines
What is manifold learning and why might it be a valuable tool
Conceptual understanding of how a neural network works and the various components:
What are neurons and what is their structure
Activation functions and non-linearity
Loss functions
Optimization algorithms
Autodifferentiation