Skip to content

Commit

Permalink
Update README to include TOC.
Browse files Browse the repository at this point in the history
  • Loading branch information
barbacbd committed Mar 21, 2024
1 parent 7b29062 commit 974553f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,32 @@
[![GitHub last commit](https://img.shields.io/github/last-commit/barbacbd/NHLModel/main)](https://github.com/barbacbd/NHLModel/commit/) ![Code Coverage](https://raw.githubusercontent.com/barbacbd/NHLModel/main/.cov/coverage-badge.svg)
</h1>

# Table of Contents

* [Artificial Neural Network](#artificial-neural-network)
* [Saved Data](#saved-data)
* [Generating Datasets](#generating-datasets)
* [Training](#training)
* [Layers](#layers)
* [Compare Functions](#compare-functions)
* [Direct](#direct)
* [Averages](#averages)
* [Feature Selection](#feature-selection)
* [MRMR](#mrmr-feature-selection)
* [F1 Scores](#f1-scores)
* [Predicting Future Games](#predicting-future-games)
* [Poisson Distribution](#nhl-score-prediction---poisson-distribution)
* [Poisson Requirements](#requirements)
* [Law of Averages](#law-of-averages)
* [Limitations](#limitations)
* [Predicting Scores](#predicting-scores)
* [Cumulative Distribution Function](#cumulative-distribution-function-cdf)
* [Probability Distribution Function](#probability-density-function-pdf)
* [Functionality](#functionality)
* [Game Example](#example-of-theoretical-game)
* [Predicting Scores](#predicting-the-scores-for-a-season)
* [Season Prediction Example](#example-of-season-prediction)

## Artificial Neural Network

The artificial neural network is used to create a model for predicting the outcomes of future NHL games based on previous games.
Expand Down

0 comments on commit 974553f

Please sign in to comment.