Skip to content

mindsecurity/bitcoin-prediction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time series forecasting in TensorFlow

The goal of this notebook is to get you familiar with working with time series data and TensorFlow.

⚠️ This is not financial advice!

What is a time series problem ?

Time series problems deal with data over time.

Such as, the number of staff members in a company over 10-years, sales of computers for the past 5-years, electricity usage for the past 50-years.

You can create a pip virtual environment and install the requirements:

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

About

Time series forecasting in TensorFlow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%