Main Page

From 6.034 Wiki

(Difference between revisions)
Jump to: navigation, search
(lab 0 released)
(Reference stuff:)
(363 intermediate revisions not shown.)
Line 4: Line 4:
<big>Somewhere, something went wrong.</big>
<big>Somewhere, something went wrong.</big>
</p>
</p>
 +
<center>
-
This is the site for 6.034 Artificial Intelligence, with Professor Patrick Winston.
+
</center>
 +
 
 +
== '''Welcome to the 2015 Edition of 6.034'''==
<big>
<big>
-
* Use 6.034-staff@mit to contact us.
+
 
-
* Calendar coming soon
+
===We are pleased to note ...===
 +
 
 +
...that Bloomberg has listed 6.034 as among [http://www.bloomberg.com/news/articles/2015-06-11/five-of-the-best-computer-science-classes-in-the-country "Five of the best Computer Science Class in the U.S."]
 +
 
 +
===Road map:===
 +
 
 +
To see how 6.034 outcomes relate to the outcomes of other subjects in the Course 6 curriculum, see the graphical display in the [http://6004.mit.edu/gmap/public.html?focus=6.034 6.034 Curricular Goals Map]
 +
 
 +
===Logistical stuff:===
* [[Frequently Asked Questions | Frequently asked questions]]
* [[Frequently Asked Questions | Frequently asked questions]]
* [[Grading and collaboration policy]]
* [[Grading and collaboration policy]]
-
* [[Demonstrations]]
+
* [[Staff | Staff email addresses]]
 +
* [[Tutorials | Tutorial assignments]]
 +
* [[Office Hours | Office Hours]]
 +
* [[Reference material and playlist | What material will be on the quiz?]]
 +
<!--
 +
-->
 +
<!--
 +
* [[Recitations | Recitations]]
 +
* [https://docs.google.com/spreadsheet/viewform?formkey=dGU5NkkzdGdsLWpITnZxQlJ6UHdDUUE6MQ Suggestion Box]
 +
-->
 +
 
 +
===Reference stuff:===
 +
 
 +
* [[Calendar]]
 +
 
 +
* [[Reference material and playlist]]
 +
 
* [[Labs]] (also known as "problem sets")
* [[Labs]] (also known as "problem sets")
-
* Tutorials will be arranged when we have information from you.
+
 
-
* Recitations are as scheduled and assigned by the registrar.
+
* [[Demonstrations]]
 +
 
 +
* [http://web.mit.edu/dxh/www/ Dylan's AI Demonstrations]
 +
 
* [http://courses.csail.mit.edu/6.034f/Examinations/ Quiz archive]
* [http://courses.csail.mit.edu/6.034f/Examinations/ Quiz archive]
-
* [[Staff]]
 
-
</big>
 
-
== News ==
 
-
=== September 10th ===
+
Note that the current TA mailing list is 6.034-2015-support at mit.edu.
-
Lab 0 is now available.
 
-
Please *do* bring a laptop to the mega-recitation tomorrow, if you have one.
+
<!-- BEGIN OLD REFERENCE MATERIAL
-
=== September 9th ===
+
* [http://web.mit.edu/dxh/www/sigmoid/ Dylan's Grade Calculator]
-
[http://doodle.com/tptv9y2bu8qxt6hi Give us your tutorial availability] please.
+
* [http://logical.ai/6.034/ Quiz archive]
-
There will be no regular recitations this week.  There is a mega-recitation, however.
 
-
The slides (missing from lecture today) are now [http://ai6034.mit.edu/fall09/images/6.034-lecture-1.pdf available].
+
===2014 Surveys:===
 +
* [http://courses.csail.mit.edu/6.034f/2014polls/Workload.pdf End of term workload survey] 
-
==== Mega-recitations ====
+
* [http://courses.csail.mit.edu/6.034f/2014polls/FrancisChen.pdf Francis Chen's confidence survey, Executive Summary] 
-
Mega-recitations occur on Fridays at 10 AM in 10-250, the same time slot that is occupied by lectures on Mondays and Wednesdays.
+
-
The first mega-recitation, on Friday, September 11th, will be a refresher on the Python programming language.
 
-
==== Times and places of recitations and tutorials ====
 
-
Please fill out the [http://doodle.com/tptv9y2bu8qxt6hi Tutorial scheduling form].  You will learn which tutorial you are in by email.
 
-
Unexpectedly, the registrar supplied us with recitation time slots we can live with, so attend at the time and place you were assigned.
+
* [[TA Notes | Notes]] on most of the primary topics
 +
* [[Recitation Handouts]]
 +
* [[Objectives and desired outcomes | Statement of objectives and desired outcomes]]
 +
 
 +
([[Index]])
 +
 
 +
Note that the TA address is: 6.034-2013-staff@mit.edu
 +
 
 +
This address, used a year ago, is now a black hole: fa13-6.034-staff@mit.edu
 +
 
 +
-->
 +
 
 +
== News ==
 +
===June 2015===
 +
<table border=1 cellspacing=0 cellpadding=10">
 +
<tr><td>
 +
In the fall semester of 2015, 6.034 will meet Monday, Wednesday, and Friday from 10 to 11. 
 +
Most, but not all of Professor Winston's lectures will be on Monday and Wednesday. 
 +
On many, but not all Fridays, you will learn about what is happening in the field right now from someone who is doing work right now in an area related to the Monday and Wednesday lectures.
-
==== Python ====
+
Examinations will cover material from the traditional lectures as well as the right-now lectures. It will be extremely difficult to field questions on the right-now material if you do not attend the right-now lectures because the material is not yet in textbooks or, in many cases, published papers.
-
The official language of 6.034 is Python for a variety of reasons having little to do with the strengths and weaknesses of the language.  We expect a focused weekend with any of the many Python books would be adequate preparation.  See, for example, the [http://www.amazon.com/gp/bestsellers/books/285856/ref=pd_zg_hrsr_b_1_5_last Amazon list].
+
-
Alternatively, you can follow one of the suggestions of Rob Speer, head 6.034 TA in 2008:
+
Tutorials will meet weekly on Monday and Tuesday.  On the first day of class, you will fill out a form that will enable us to assign you to a tutorial.
-
* [http://diveintopython.org Dive into Python] is a well-recommended book that is available online. It's written for experienced programmers who just don't know Python yet. It's meant to quickly take what you already know about other languages and explain how Python does them.
+
There are no recitations.
-
* At the other end of the spectrum, the text that was used in 6.00 has been expanded into one called ''Think Python''. It's [http://www.greenteapress.com/thinkpython/ online]. It is targeted at people who have not programmed much or at all.
+
6.034 is no longer offered in the spring term.
-
* In the middle is the O'Reilly book ''Learning Python''. MIT has a subscription to O'Reilly, so anyone with an MIT IP address can read the book [http://proquest.safaribooksonline.com/9780596513986/ online].
+
More details will emerge during the first lecture on Wednesday, 3 September 2014.
 +
</td></tr></table>

Revision as of 21:16, 27 July 2015

Image:Evolve.jpg
Somewhere, something went wrong.

Contents

Welcome to the 2015 Edition of 6.034

We are pleased to note ...

...that Bloomberg has listed 6.034 as among "Five of the best Computer Science Class in the U.S."

Road map:

To see how 6.034 outcomes relate to the outcomes of other subjects in the Course 6 curriculum, see the graphical display in the 6.034 Curricular Goals Map

Logistical stuff:

Reference stuff:

  • Labs (also known as "problem sets")


Note that the current TA mailing list is 6.034-2015-support at mit.edu.


News

June 2015

In the fall semester of 2015, 6.034 will meet Monday, Wednesday, and Friday from 10 to 11. Most, but not all of Professor Winston's lectures will be on Monday and Wednesday. On many, but not all Fridays, you will learn about what is happening in the field right now from someone who is doing work right now in an area related to the Monday and Wednesday lectures.

Examinations will cover material from the traditional lectures as well as the right-now lectures. It will be extremely difficult to field questions on the right-now material if you do not attend the right-now lectures because the material is not yet in textbooks or, in many cases, published papers.

Tutorials will meet weekly on Monday and Tuesday. On the first day of class, you will fill out a form that will enable us to assign you to a tutorial.

There are no recitations.

6.034 is no longer offered in the spring term.

More details will emerge during the first lecture on Wednesday, 3 September 2014.

Personal tools