Conceptual section due Friday, February 2, 2024 at 6:00 PM EST
Programming section due Friday, February 2, 2024 at 6:00 PM EST
Welcome to the first (conceptual) homework assignment of CSCI1470/2470! This assignment is just meant to be a short math review of concepts from Linear Algebra and Probability that you will need for this course, and also get you set up with a course virtual environment so that you will be ready to start the first programming assignment (Homework 1).
First we'll introduce some starting concepts and ask you to expound on the details. While this doesn't have to be necessarily easy, it should prepare you for some of the early material and can be used to judge comfort with things that will come up a lot in the course.
We encourage the use of to typeset your answers. A non-editable homework template is linked, so copy the .tex file into your own Overleaf project and go from there!
Latex Template
Do NOT include your name anywhere in your submission. Submissions are graded anonymous, and named submission will incur deductions.
This fish is warming up for his race this Friday
The following are some common (and important) properties and definitions about vectors:
Given two column vectors and , the outer product is:
where is the transpose of a vector, which converts between column and row vector alignment. The same idea extends to matrices as well.
Given two column vectors and both in , the inner product (or the dot product) is defined as:
Given a matrix , a matrix product is defined as:
implies that the function can map .
and implies can map .
Given the vector rules above and your own knowledge, try solving these:
Recall that differentiation is finding the rate of change of one variable relative to another variable. Some nice reminders:
Some common derivative patterns include:
Given the above and your own knowledge:
Use (and internalize) the log properties to solve the following:
The properties are as follows:
Let . Solve the following partial for a valid and all valid :
Hint: Consider using the chain rule.
There exist events that are independent of each other, meaning that the probability of each event stays the same regardless of the outcome of other events.
For example, consider picking a particular 3-digit number at random:
Alternatively, some events are dependent on other events. For example, consider 3 draws from a set of 1 red, 1 green, and 1 blue ball.
This starts off the notion of conditional probability, where some components are realized conditional to other components. An important formula for conditional probability is Bayes' Theorem:
Whenever events happen at random, they happen with some probability. This is governed by some probability distribution. For example, is a realization (or variate, or random variable) of the distribution. Of note:
These distributions are equipped with expectation functions and that reveal their expected behavior (mean and variance, respectively). These also usually suggest the long-term equilibrium behavior, or the distribution of realizations after many realizations are drawn and accumulated.
Discrete Probability Distribution governs discrete events .
Continuous Probability Distribution governs continuous values. For example, the unit normal distribution mentioned before.
Given the above probability review and your own knowledge:
Once you have completed the above questions, please submit your answers to the Homework 0: Conceptual assignment on Gradescope.
Your solutions for the conceptual component must be typeset. We highly recommend using LaTeX to write clean mathematical formulas.