Spring 2023 Computer Science 458


[Home]

Video of the day

Data Science in Context Podcast with Peter Norvig and Alfred Spector.

Data Science in Context by Spector, Norvig, Wiggins, and Wing. (Recommended by Ben Fried.)

Administrivia

  • I have office hours Mondays and Wednesdays from 2 to 3pm. No scheduled office hours after this week.

    Assignments

    hw 3 is due today, Monday 4/24.

    Using submit to hand in the final project: Copy your files to your zoo account, e.g., using scp. Then ssh to a zoo machine. Make sure your code runs on the zoo. Then, from the directory containing your files, issue the following commands (with the names of your files, mutatis mutandis.)

     % sudo register cs458
     % /c/cs458/bin/submit 6 project.py project.ipynb README.txt
     % /c/cs458/bin/check 6 
    
    submit copies your files to the SUBMIT directory. check tells you if they landed safely. See https://zoo.cs.yale.edu/classes/cs201/spring_2023/materials/submit-instructions.txt

    Project Presentations Monday 4/24

    On Monday April 24th, there will be in-class presentations for all group projects, as listed below: We do not expect the projects to be completed by then. You should give a description and progress report, explaining who is doing what. The presentation should be 5-10 minutes.

    This is required of group projects.

    Project Presentations Wednesday 4/26

    On Wednesday April 26th, individuals are welcome to give project presentations. Though it is not required, students who give presentatios will receive 5 points toward their final project.

    If you are interested in presenting, let me know.
    [Home]