Coder Social home page Coder Social logo

cs6375's Introduction

CS6375

Project 2 for CS 6375 - Machine Learning

Files:

  • gh2.py (Provided by Professor) - Original file provided by the professor.
  • our_mnist.py (Provided by Professor) - Modified MNIST data to only use 1500 pieces of data.
  • script1.py - Modified gh2.py to use functions to dynamically create layers. Contains final parameters submitted for project.
  • script1_checkLayerShapes.py - Given fixed parameters, iterate over different number of layers and number of nodes in each layer to determine optimal sizes of each for this specific problem.
  • script1_automated.py - Iterate over different ranges of values for all hyperparameters and identify the optimal values for each hyperparameter.
  • script2.py - Modified gh2.py to use functions to dynamically create layers. Contains final parameters submitted for project.
  • script2_AdamcheckLayerShapes.py - Given fixed parameters, iterate over different number of layers and number of nodes in each layer to determine optimal sizes of each for this specific problem.
  • script2_Adamautomated.py - Iterate over different ranges of values for all hyperparameters and identify the optimal values for each hyperparameter.

Sample Output:

  • OutputScript1AverageParametersTop5.xls - The top 5 average accuracies with corresponding parameters I achieved for Script 1 (Gradient Descent Optimizer). Average accuracies measured by running each configuration of hyperparameters 3 times and taking the average test accuracy.
  • OutputScript1BestParametersTop5.xls - The top 5 best accuracies with corresponding parameters I achieved for Script 1 (Gradient Descent Optimizer).
  • OutputScript2AverageParametersTop5.xls - The top 5 average accuracies with corresponding parameters I achieved for Script 2 (Adam Optimizer). Average accuracies measured by running each configuration of hyperparameters 3 times and taking the average test accuracy.
  • OutputScript2BestParametersTop5.xls - The top 5 best accuracies with corresponding parameters I achieved for Script 2 (Adam Optimizer).

cs6375's People

Contributors

blynotes avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.