Skip to content

Commit 401efc7

Browse files
committed
updated stock price prediction tutorial
1 parent 71fb55c commit 401efc7

File tree

30 files changed

+2568
-9931
lines changed

30 files changed

+2568
-9931
lines changed

machine-learning/stock-prediction/data/AAPL_2020-04-28.csv

Lines changed: 0 additions & 9929 deletions
This file was deleted.

machine-learning/stock-prediction/data/TSLA_2020-09-03.csv

Lines changed: 2566 additions & 0 deletions
Large diffs are not rendered by default.

machine-learning/stock-prediction/parameters.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
BATCH_SIZE = 64
3838
EPOCHS = 400
3939

40-
# Apple stock market
41-
ticker = "AAPL"
40+
# Tesla stock market
41+
ticker = "TSLA"
4242
ticker_data_filename = os.path.join("data", f"{ticker}_{date_now}.csv")
4343
# model name to save, making it as unique as possible based on parameters
4444
model_name = f"{date_now}_{ticker}-{LOSS}-{OPTIMIZER}-{CELL.__name__}-seq-{N_STEPS}-step-{LOOKUP_STEP}-layers-{N_LAYERS}-units-{UNITS}"

0 commit comments

Comments
 (0)