CSE 450 - Machine Learning & Data Mining

Module 04: Overview

Module 04 - Overview

This week you'll learn about basic Neural Networks.

Subject to Change

Keep in mind that your instructor may deviate somewhat from the following guide, and they have final say on assignment requirements, delivery methods, and due dates. So be sure to pay attention to both in-class and Canvas announcements.

Module 04 Assignments

For your convenience, here are links to the module 04 readings and assignments:

Readings

Data

Using NN

If you've read through the official documentation and tutorials about Neural Nets on the project page and still aren't sure how to use it, this colab notebook might help:

Open In Colab

Holdout Mini Dataset

This module has a mini holdout dataset. You can test your model against this mini holdout dataset as many times as you'd like. It is here to

Once your team is confident your model has been adequately trained, load the data from the mini holdout dataset and make predictions on it. Save the predictions as a CSV.

Open and run this colab (follow the instructions at the top of the notebook)

Don't Forget:

Templates