Giter VIP home page Giter VIP logo

final-project-j-a-r-v-i-s's Introduction

Final Project

Necessary libraries:

  • numpy
  • torch
  • sklearn
  • pandas
  • matplotlib
  • seaboard
  • cv2
  • skimage
  • random
  • scipy
  • itertools
  • datetime
  • os

Training

In order to train our model, the file train.ipynb must be ran. This file is pre-filled to use the class data as the training set. The code can be ran in its entirety from top to bottom to show the how well our model performs. It will print the overall accuracy, per-class accuracy, and the confusion matrix at the bottom of the document.

If it is wished to change the training data, X and y can be changed to load from a different directory path.

The main functionality of this file is to run the train function. Epoch size, learning rate, batch size, and momentum rate are defined inside this function.

Each function will have a short description about the functionality of the code, and expected inputs and outputs.

Testing

In order to test our model, the file test.ipynb and final_model.pth will need to be in the same folder. When test.ipynb is open, the cells pre-filled with code must be ran from top to bottom for all the cells to be compiled in the correct order. Any additional code can then be added in a cell below the pre-filled cells.

Input for test function: Our test function can be ran with one input parameter, X. This is expected to be in the same format as the original class data distributed at the beginning of the semester (Nx100x100x3).

Output for test function: The test function will output a Nx1 array of the predicted values in the range of 1-9, which represents A-I respectively. If the the predicted labels are required to be in a 1D vector of size N, the final line of code before the return statement may be commented out or deleted.

final-project-j-a-r-v-i-s's People

Contributors

beaubakken avatar rl7x avatar catiaspsilva 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.