{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Pre-Class Assignment: Further exploration of SVMs\n", "# Day 21\n", "# CMSE 202\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "##
✅ Put your name here
" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Goals for today's pre-class assignment\n", "\n", "\n", "1. Observing non-linear separability (`sklearn.datasets.make_circles`)\n", "1. Graphing data in 3D\n", "1. Explaining how a RBF kernel works like a nearest neighbors model\n", "\n", "