Code Monkey home page Code Monkey logo

hershyz / crnn Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 3.04 MB

Forecast COVID-19 risk in any geographic area using a predictive neural network.

License: MIT License

Java 93.21% Batchfile 0.24% Shell 0.16% JavaScript 1.63% Python 1.53% C# 1.79% Go 1.43%
covid19 covid-19 forecasting prediction neural-network perceptron modular extendible machine-learning geographic lightweight coronavirus coronavirus-dataset coronavirus-models engineering-fair risk-forecasts predictive-neural-network geographic-areas

crnn's Introduction

Forecast COVID-19 risk in any geographic area using a predictive neural network.

Download Portable JAR Binary

The code in this repository was a software engineering project in the GSMST engineering fair.
CRNN is a perceptron neural network designed for customizable COVID-19 forecasting.


Training:

Predictions:

Risk Forecasts:

Risk Table of All 50 States

Risk Table of Top 20 Most Populus Counties in Georgia

Datasets:

A dataset in a spreadsheet would look like this, having labels and text corresponding to numerical data.

Geographical Area Factor1 Factor2 Factor3 Factor n... Confirmed COVID-19 Deaths
area1 # # # # x...
area2 # # # # y...
area3 # # # # z...

Training and prediction datasets passed into the network must be stripped of all text as shown below. A dataset may have any number of numerical input factors, but the last output column must always be the number of confirmed COVID-19 deaths in the respective geographic area.
This is becasue the training algorithm finds the impact correlation of each feature on the resulting deathcount of an area, being able to predict risk of new geographic areas.

# # # # x...
# # # # y...
# # # # z...

Datasets used for training, testing, and diagnosis throughout the course of this project can be found here.


Awards ๐Ÿ†

  • 1st Place in GSMST Science and Engineering Fair
  • 1st Place in Gwinnett County Science and Engineering Fair

Project Documents:

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.