Skip to content

Instantly share code, notes, and snippets.

@mcohen01
Last active April 14, 2018 22:52
Show Gist options
  • Save mcohen01/68e1538f7a44b5ff17b59765f48f7dfc to your computer and use it in GitHub Desktop.
Save mcohen01/68e1538f7a44b5ff17b59765f48f7dfc to your computer and use it in GitHub Desktop.
title author date fontsize margin-left margin-right margin-bottom margin-top header-includes
CS 519 Exercise 1
Michael Cohen
4/14/2018
12pt
60pt
60pt
30pt
20pt
\usepackage{bm}
\usepackage{amsmath}
  1. In 2D, what are the \begin{math}x_1\end{math} and \begin{math}x_2\end{math} intercepts for the line \begin{math}w_1x_1 + w_2x_2 + b = 0 \end{math}? In \begin{math}n\end{math}-dimensions, what are the \begin{math}x_i\end{math} intercept for \begin{math}\mathbf{w} \cdot \mathbf{x} + b = 0\end{math}? What's the distance from the origin to \begin{math}\mathbf{w} \cdot \mathbf{x} + b = 0\end{math}?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment