Mike Izbicki

Results 387 comments of Mike Izbicki

You're correct that centering will reduce the bound on the "vc dimension" for SVM provided by Theorem 8.5 in the textbook. But you are also responsible for understanding why there...

Hmm... this surprised me. But I just double checked and you're right. The short answer is: it doesn't matter which set of files you use. The long answer: The `master*`...

You're right that the paper doesn't do a good job with defining $\bar P$. It's first defined in words in Section 3.1 (and that's the definition I used in class/have...

The syntax is always ``` $ python3 -i path/to/file ``` The part you are probably struggling with is figuring out what the correct value should be for `path/to/file`. There are...

You will get +1 extra credit for submitted a pull request that gets accepted to this repo (or any other class repo). Minor typo fixes are encouraged. The commits must...

You can get +1 extra credit for teaching me something surprising that I didn't know about the class material.

You can get +1 extra credit for hacking the lambda server in any way that results in a [privilege escalation](https://en.wikipedia.org/wiki/Privilege_escalation).

You can get +1 extra credit for hacking the typespeed game. See for details. If you get the lambda server extra credit above, then this extra credit will be "trivial"....

This extra credit is designed to help you recover points that you might have lost on the shell quizzes by providing an alternative way to demonstrate that you've mastered the...

Docker Swarm is a tool for deploying containers defined in a `docker-compose.yml` file to a cloud provider. [This tutorial](https://testdriven.io/blog/running-flask-on-docker-swarm/) shows how to use docker swarm to deploy to the digital...