Skip to content

PowerPredict employs TensorFlow to implement a Long Short-Term Memory (LSTM) network for the purpose of generating Powerball and Megamillions lottery numbers.

Notifications You must be signed in to change notification settings

cpeoples/powerpredict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PowerPredict

PowerPredict employs TensorFlow to implement a Long Short-Term Memory (LSTM) network for the purpose of generating Powerball and Megamillions lottery numbers. The LSTM, a variant of Recurrent Neural Network (RNN), possesses the ability to learn and predict by considering long-term dependencies. This characteristic renders it potentially well-suited for time series prediction.

Technology


python tensorflow keras

How to Install and Run Locally

Python Installation

sudo apt update
sudo apt install python3 python3-pip

Alias

alias python=python3
alias pip=pip3

Setup Virtual Environment and Install Dependencies

git clone [email protected]:cpeoples/powerpredict.git
cd powerpredict
python -m venv env
source env/bin/activate
pip install -r requirements.txt

Execute

python main.py megamillions
python main.py powerball

The model will print predicted Powerball or Megamillions numbers.


Disclaimer

This particular model is solely for experimental purposes and should not be relied upon as a dependable or precise means of forecasting Powerball or Megamillions numbers. The outcome of the lottery is determined through a random process that cannot be accurately foreseen by this or any other statistical approach. Any utilization of this model is done at your own risk, and it should not be utilized as a foundation for engaging in any type of gambling activities.

About

PowerPredict employs TensorFlow to implement a Long Short-Term Memory (LSTM) network for the purpose of generating Powerball and Megamillions lottery numbers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages