GithubHelp home page GithubHelp logo

ml-project-1-team_bak's Introduction

CS433 - Machine Learning Project 1

Authors (team: Team_BAK)

  • Elif Kurtay
  • Ernesto Bocini
  • Abdullah Aydemir

File structure

  • report.pdf
    • the pdf of the project report file including explanations of methods and our results.

Data folder:

  • train.csv: train data needs to be uploaded and placed here with this name
  • test.csv: test data needs to be uploaded and placed here with this name
  • submission.csv: result submission

Script folder:

  • cross_validation.py
    • File containing functions for splitting data for cross validation to choose best parameters and to perform the final training to retrieve predictions.
  • helpers.py
    • File that contains various helper functions for the project generally including loss, gradient, and accuracy computations.
  • implementations.py
    • File containing all 6 implementations of ML functions required for the project.
  • pre_process.py
    • File containing functions to load and preprocess the data.
  • plot_helpers.py
    • File containing plotting functions that are used in Plots.ipynb.
  • Training.ipynb
    • File where the training set is used to find the best hyperparameters using k-fold cross-validation
  • Plots.ipynb
    • File where the ploting functions are used to show information about the data and about our models' results.
  • run.py
    • Main script - training the best model on the train set using the best hyperparameters and using the test set to make predictions for the submission

How to reproduce our results

We assume that the repository is already downloaded and extracted, that the data is downloaded and extracted in the data folder at the root of the program. We further assume that Anaconda is already installed.

Create the environment

Make sure your environment satisfies the following requirements:

  • Python 3.7+
  • NumPy module
  • matplotlib

Run the code

From the root folder of the project

python run.py

ml-project-1-team_bak's People

Contributors

elifkurtay avatar ernestobocini avatar aydemirrabdullah avatar

Watchers

Matteo Pagliardini avatar Roberto Castello avatar ztzthu avatar  avatar  avatar

Forkers

ernestobocini

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.