IntroNeuralNetworks
IntroNeuralNetworks copied to clipboard
Introducing neural networks to predict stock prices
I'm running the code as is, and although it's running fine, the evaluation returns a loss and when I ask it for an accuracy it returns 0. Also, the prediction...
Changed your code to import yfinance instead of fix_yahoo_finance **fix_yahoo_finance** library was renamed to **yfinance**. For reasons of backward-competability [https://pypi.org/project/fix-yahoo-finance/#description](https://pypi.org/project/fix-yahoo-finance/#description)
Good day. When i run python get_prices.py such error appears... ``` Traceback (most recent call last): File "get_prices.py", line 4, in fix.pdr_override() TypeError: download() missing 1 required positional argument: 'tickers'...
Hello! I am trying to figure out why neither models print any output. I ran get_prices.py and it created the correct csv file with data. I then ran preprocessing.py and...
Hi, The prediction was only with the actual data and there is no data predicted for next few data or days. What you done is "If the data was 1000...
[*********************100%***********************] 1 of 1 downloaded Traceback (most recent call last): File "LSTM_model.py", line 37, in X_predict = np.array(stock).reshape((1, 10, 1)) / 200 ValueError: cannot reshape array of size 9 into...
My name is Luis, I'm a big-data machine-learning developer, I'm a fan of your work, and I usually check your updates. I was afraid that my savings would be eaten...