CS480/680 Winter 2023 - Introduction to Machine Learning
Overview
Graduate students enrolled in CS680 only
To be done individually (i.e., no teams)
To search for papers on a topic, use Google scholar. Most papers available on the web can be found via Google scholar. Furthermore, most links in Google scholar are free. As a student you should never have to pay to download a paper. If Google scholar does not provide a free link, you should be able to access the paper freely via the University's internet or the University's library website.
Options
Option A (Literature survey):
Pick a problem that interests you
Search the literature for machine learning approaches to tackle this problem
Survey and discuss the relative strengths of each approach
If you'd like to see examples of survey papers in AI, have a look at the IJCAI-2021 survey track
Option B (Empirical evaluation):
Pick a problem that interests you.
Implement and experiment with several machine learning techniques to tackle this problem.
Option C (Algorithm design):
Identify a problem for which there are no satisfying approaches.
Develop a new machine learning technique to tackle this problem.
Analyze theoretically and/or empirically the performance of your technique.
Option D (Dataset/Simulator/Benchmark design):
Identify a problem for which there is a lack of datasets or benchmarks to evaluate machine learning algorithms.
Collect a dataset or design a new benchmark to evaluate machine learning algorithms.
Demonstrate how some baseline machine learning algorithms perform with your dataset or benchmark.