Labs

From 6.034 Wiki

(Difference between revisions)
Jump to: navigation, search
(Currently released labs)
m
Line 1: Line 1:
== Currently released labs ==
== Currently released labs ==
-
* [[Lab 0]] -- due Tuesday, September 13 by '''10:00pm''' ([http://web.mit.edu/6.034/www/labs/lab0_solution.py Solution])
+
* [[Lab 0]] -- due Tuesday, September 13 by '''10:00pm''' <!-- ([http://web.mit.edu/6.034/www/labs/lab0_solution.py Solution]) -->
 +
<!-- Unreleased labs go below -->
 +
<!--
* [[Lab 1]] -- due Tuesday, September 20 by '''10:00pm'''
* [[Lab 1]] -- due Tuesday, September 20 by '''10:00pm'''
* [[Lab 2]] -- due Thursday, September 22 by '''10:00pm'''
* [[Lab 2]] -- due Thursday, September 22 by '''10:00pm'''
Line 11: Line 13:
* [[Lab 8]] -- due Tuesday, November 22 by '''10:00pm'''
* [[Lab 8]] -- due Tuesday, November 22 by '''10:00pm'''
* [[Lab 9]] -- due Wednesday, November 30 by '''10:00pm'''
* [[Lab 9]] -- due Wednesday, November 30 by '''10:00pm'''
-
 
+
-->
<!--
<!--
-
unreleased labs go here:
 
-
 
Optional:
Optional:
Line 33: Line 33:
! Lab !! Subject !! Released !! Due  
! Lab !! Subject !! Released !! Due  
|-
|-
-
|lab 0|| Getting Started || 9/7 || 9/13
+
|lab 0|| Getting Started || 9/6 || 9/12
|-
|-
-
|lab 1|| Rule-Based Systems || 9/12 || 9/20
+
|lab 1|| Rule-Based Systems || 9/11 || 9/19
|-
|-
-
|lab 2|| Search || 9/14 || 9/22
+
|lab 2|| Search || 9/13 || 9/21
|-
|-
-
|lab 3|| Games || 9/19 || 9/26
+
|lab 3|| Games || 9/18 || 9/25
|-
|-
-
|lab 4|| Constraint Satisfaction Problems || 9/30 <!--9/29--> || 10/14
+
|lab 4|| Constraint Satisfaction Problems || 9/28 || 10/11
|-
|-
-
|lab 5|| k-Nearest Neighbors & ID Trees || 10/8 <!--10/3, then 10/7--> || 10/21
+
|lab 5|| k-Nearest Neighbors & ID Trees || 10/2 || 10/15
|-
|-
-
|lab 6|| Neural Nets || 10/21 <!--10/20--> || 11/2
+
|lab 6|| Neural Nets || 10/19 || 11/2
|-
|-
-
|lab 7|| Support Vector Machines || 10/28 <!--10/26, then 10/27--> || 11/4
+
|lab 7|| Support Vector Machines || 10/27 || 11/6
|-
|-
-
|lab 8|| Bayesian Inference || 11/15 <!--11/14--> || 11/22
+
|lab 8|| Bayesian Inference || 11/13 || 11/29
|-
|-
-
|lab 9|| Adaboost || 11/21 || 11/30
+
|lab 9|| Adaboost || 11/20 || 12/3
|}
|}
-
<!--<nowiki>*</nowiki>Don't worry: The SVM lab will be significantly shorter than most of the previous labs.  Despite some delays, we promise that it will ''actually'' be released by the end of Friday, October 28th!-->
 
 +
''The anticipates release and due dates for all unreleased labs are subject to change.''
 +
 +
<!--
== The online grader ==
== The online grader ==
You will be submitting all of your labs to an online grader. Every lab comes with a file, <tt>tester.py</tt>, that contains the machinery to test your code and to submit it when you're done.
You will be submitting all of your labs to an online grader. Every lab comes with a file, <tt>tester.py</tt>, that contains the machinery to test your code and to submit it when you're done.
Line 73: Line 75:
Note that each lab grade is the maximum score out of all of your submissions for that lab.  This means that if you re-submit a lab and the command line output shows a lower grade, your grade for the lab will not actually decrease.
Note that each lab grade is the maximum score out of all of your submissions for that lab.  This means that if you re-submit a lab and the command line output shows a lower grade, your grade for the lab will not actually decrease.
 +
-->

Revision as of 19:33, 31 August 2017

Currently released labs

  • Lab 0 -- due Tuesday, September 13 by 10:00pm

Anticipated lab release schedule

Labs are due by 10:00 pm on the due date.

Labs are anticipated to be released by 11:59 pm on the release date. Each lab release will be announced by email.

Lab Subject Released Due
lab 0 Getting Started 9/6 9/12
lab 1 Rule-Based Systems 9/11 9/19
lab 2 Search 9/13 9/21
lab 3 Games 9/18 9/25
lab 4 Constraint Satisfaction Problems 9/28 10/11
lab 5 k-Nearest Neighbors & ID Trees 10/2 10/15
lab 6 Neural Nets 10/19 11/2
lab 7 Support Vector Machines 10/27 11/6
lab 8 Bayesian Inference 11/13 11/29
lab 9 Adaboost 11/20 12/3


The anticipates release and due dates for all unreleased labs are subject to change.


Personal tools