Giter Site home page Giter Site logo

blueokiris / march-madness-predictor Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 124 KB

A from scratch implementation of a genetic algorithm neural network used to predict scores for March Madness so I can pwn my friends

License: GNU General Public License v3.0

Rust 100.00%
ai genetic madness march rust

march-madness-predictor's Introduction

March Madness Predictor

Description

A from scratch implementation of a genetic algorithm neural network used to predict scores for March Madness so I can pwn my friends.

This is not a serious attempt at a march madness predictor but rather an exercise to gain a deeper understanding of machine learning and improve my skills at Rust async code.

Data collected from here.

Library used is something I've separated for use in other AI projects. It is maintained here.

Build/Run

You just need the Rust build system, cargo

Train:

cargo run --release -- train

The release is important because it adds a MAJOR performance boost

Predict:

cargo run --release -- predict <year> <round> <optionally region> <higher seed> <higher seed team> <lower seed> <lower seed team>

Round can be (use backslashes to escape spaces):

  • OpeningRound
  • RoundOf64
  • RoundOf32
  • Sweet16
  • Elite8
  • Semifinals
  • Championship

Region can be (use backslashes to escape spaces):

  • East
  • Midwest
  • South
  • Southeast
  • Southwest
  • West

Example: cargo run --release -- predict 23 RoundOf64 West 9 Arkansas 8 Iowa

march-madness-predictor's People

Contributors

blueokiris avatar

Watchers

 avatar  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.