User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
start [2017/08/24 17:03]
anderson [August]
start [2017/08/24 22:19]
anderson [Announcements]
Line 5: Line 5:
  
 Lecture videos are available from the Canvas site (in the menu on the left) by selecting [[https://colostate.instructure.com/courses/55296/external_tools/2755|Echo 360]]. Lecture videos are available from the Canvas site (in the menu on the left) by selecting [[https://colostate.instructure.com/courses/55296/external_tools/2755|Echo 360]].
 +
 +To use jupyter notebooks on our CS department machines, you must add this line to your .bashrc file:
 +
 +  export PATH=/usr/local/anaconda/bin:$PATH
  
 /* /*
Line 24: Line 28:
 ^  Week      ^  Topic      ^  Material  ^  Reading          ^  Assignments  ^ ^  Week      ^  Topic      ^  Material  ^  Reading          ^  Assignments  ^
 | Week 3:\\ Sept 4 - Sept 8  | Informed search. A* search. Python classes, sorting, numpy arrays.  |  | Rest of Chapter 3  | [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs440/notebooks/A1 Uninformed Search.ipynb|A1 Uninformed Search]] due Tuesday, September 5th, at 10:00 PM. | | Week 3:\\ Sept 4 - Sept 8  | Informed search. A* search. Python classes, sorting, numpy arrays.  |  | Rest of Chapter 3  | [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs440/notebooks/A1 Uninformed Search.ipynb|A1 Uninformed Search]] due Tuesday, September 5th, at 10:00 PM. |
-| Week 4:\\ Sept 11 - Sept 15    A* optimality, admissible heuristics, effective branching factor.\\ Local search and optimization.  |  | Chapter 4  |+| Week 4:\\ Sept 11 - Sept 15   | A* optimality, admissible heuristics, effective branching factor.\\ Local search and optimization.  |  | Chapter 4  |
 | Week 5:\\ Sept 18 - Sept 22   | Adversarial search. Minimax. Alpha-beta pruning. Negamax, with pruning.  |  | Chapter 5  | | Week 5:\\ Sept 18 - Sept 22   | Adversarial search. Minimax. Alpha-beta pruning. Negamax, with pruning.  |  | Chapter 5  |
 | Week 6:\\ Sept 25 - Sept 29   | Stochastic games. Expectimax. |  | Sections 5.5 - 5.6 | | Week 6:\\ Sept 25 - Sept 29   | Stochastic games. Expectimax. |  | Sections 5.5 - 5.6 |
start.txt ยท Last modified: 2024/01/08 18:40 (external edit)