Skip to content

juliarodd/msds-artificial-intelligence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msds-artificial-intelligence

About

This repo contains Julia Rodd's assignments from Northwestern University's MSDS Artificial Intelligence class.

This class featured four assignments. Below is a brief summary of each assignment:

  • Assignment 1 - Leverages the Scikit Learn digits data set to understand how basic neural networks (MLP) work.
  • Assignment 2 - Explores various CNN model architectures using black and white images of dogs and cats.
  • Assignment 3 - Explores various RNN model architectures using a reduced reuters corpus with one topic per document.
  • Assignment 4 - ompares/contrasts various model architectures using longitudinal data from a call center.

Getting started

All assignments leverage the package keras with tensorflow backend.

Another uncommon package that might need to be installed is PrettyTable to render the tables used in these assignments.

File structure

All code files can be found in the 'code' folder. Jupyter notebooks were used for all assignments.

Relevant data can be found in the 'data' folder.

Assignment summaries can be found in the 'output/reports' folder.

Limitations

There are some limitations in storing the data that is used in some assignments.

  • Data for assignment 2 is not provided.
  • Data for assignment 4 has to be downloaded first from Kaggle.

Contributors

  • Julia Rodd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published