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:
- Alex Li, Helen Zeng, Siyan Pu, Susie Liu, Yansong Bai, Zeyu Gu: Music Recommendation System.
- Yingjia Gu and Tianhao Dai: Credit card approval.
- Kaiyuan Sun and Beixi Hao: Japanese Anime Recommendation System.
- Wangyue Zhao, Xinru Li: Bank personal loan service marketing system.
- Weixiang Wang, Oion Akif: Turn-based Battle Game..
- Enoch Omale and Edward Yang: Pairs trading.
- Alex Kwang and Sachin Thakrar: Risk Management.
- Junyan Zhang, Guanyi Su, and Xianglong Li: Automated Routing System
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.
- Yuzheng Zhang and Ziteng Jiao: Recommendation System for Video Games
- Aidan Palmer and Sahiti Rachakonda: Song recommendation system.
- Xinyi Du: Rule-based expert system for COVID-19 Diagnosis.
- Rohan Mishra: Risk management system for equity portfolios.
If you are interested in presenting, let me know.
[Home]