-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# stock-forecaster | ||
Using LSTMs (a type of recurrent neural network), we will predict the opening stock price of the next day taking into account the past data. | ||
|
||
Link to Collab notebook of current LSTM model: | ||
https://colab.research.google.com/drive/1-mz-9-yIpYGsauK57C7pgadww64kG6gF?usp=sharing | ||
|
||
Message cgsnider through the team's slack for persmissions to edit. | ||
LSTM .py and .pynb files are contained in the lstm directory |