An open API service indexing awesome lists of open source software.

https://github.com/jdormit/cmpt-301-project-2

A project for CMPT-301 (AI) involving gradient descent and neural networks
https://github.com/jdormit/cmpt-301-project-2

Last synced: 11 months ago
JSON representation

A project for CMPT-301 (AI) involving gradient descent and neural networks

Awesome Lists containing this project

README

          

# CMPT-301 Project 2 - Linear Models and Neural Networks
### Jeremy Dormitzer, Aspen Hopkins, Jerry Argyle and Alex Brown

## Goals
This project aims to:
- Read in data from the MNIST data set and the 20 News Groups dataset
- Use gradient descent to develop a classifier, and test it
- Use a 2-layer neural network to develop a classifier, and test it
- Display graphs representing the effectiveness of each classifier

## Installation and Usage
```
$ git clone https://www.github.com/jdormit/cs-301-project-2
$ cd cs-301-project-2
$ pip install -r requirements.txt
$ python code/main.py
```

## Write-up
The write-up can be found [here](https://jdormit.github.io/cmpt-301-project-2/writeup.html).