forked from data-8/data-8.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
review.html
65 lines (60 loc) · 4.08 KB
/
review.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html lang="en">
<head>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<meta charset="UTF-8" />
<meta http-equiv="Pragma" content="no-cache">
<title>Data 8</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="./assets/css/mono-blue.css">
<link rel="stylesheet" type="text/css" href="./assets/css/custom.css"
</head>
<body id="index" class="home">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-section">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Data 8</a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-section">
<ul class="nav navbar-nav">
<li><a href="weekly.html">Weekly Schedule</a></li>
<li><a href="info.html">Course Info</a></li>
<li><a href="http://www.data8.org/connector">Connector Courses</a></li>
<li><a href="staff.html">Staff</a></li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Python Help <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="http://www.data8.org/datascience">Docs</a></li>
<li><a href="ref.html">Reference Page</a></li>
<li><a href="https://data8.berkeley.edu/hub/interact?file=http://data8.org/fa16/notebooks/playground.ipynb">Python Playground</a></li>
</ul>
<li><a href="http://data8.org/fa16/review.html">Review</a></li>
</li> <!-- Documentation, python playground, Interact button does, what random stuff does!!! -->
</ul>
</div>
</div>
</nav>
<div id="content" class="container">
<br><br>
<b>Review Schedule:</b><br> <br><img src="./assets/images/schedule.png" alt="deadweek", width="50%"/> <br><br>
Also, Professor Adhikari will be holding Office Hours from 12-4 on Tuesday 12/6 in 413 Evans. <br><br>
<a href="./assets/final_reference_sheet.pdf">Final Exam Reference Sheet</a> (will be provided with the exam) <br> <br>
<b>Dead Week Slides and Worksheets</b><br>
Monday 10-11 Review session: <a href="./lectures/final_review_1.pdf">Slides</a><br>
Wednesday 10-11 Review session: <a href="./lectures/final_review_2.pdf">Slides</a><br>
Wednesday 12-2: Functions, For loops: <a href="https://data8.berkeley.edu/hub/interact?file=http://data8.org/fa16/notebooks/FunctionsandForLoops.ipynb">Notebook</a><br>
Wednesday 2-4: Tables: <a href="https://docs.google.com/a/berkeley.edu/presentation/d/1NX0rUB05FFBx6C_f2443h33LW4oo_AKXrTL6gu9FLxY/edit?usp=sharing">Slides</a><br>
Wedesday 4-6: Probability: <a href="https://docs.google.com/document/d/1rKhcc9B2stXksy6wrnZehMGTaXBvUj9YhPkw4OZ-oDc/edit">Slides</a><br>
Thursday 9-11: Hypothesis Tests and Confidence Intervals: <a href="https://docs.google.com/presentation/d/1WV_y9nokofnPKRBYy9bYe4pZk7i7YKP0kYoUm72NxBs/edit#slide=id.p">Slides</a><br>
Thursday 11-1: Classification: <a href="https://docs.google.com/a/berkeley.edu/presentation/d/1rbNvMh77599Oc_WPjhiodn3e3HQN0NxbDvspo14CuhI/edit?usp=sharing">Slides</a> <a href="https://docs.google.com/a/berkeley.edu/document/d/1B9OWiU0buWYJ-j8-qIzTD2vIb2ww2ioTPF4PsDp8wDU/edit?usp=sharing">Practice Questions and Solutions</a><br>
Thursday 1-3: Regression: <a href="./review/regression_review.pdf">Practice Questions and Solutions</a><br>
</div>
</body>