Skip to content

MAE train & MAE test loss functions give same values over multiple epochs, effectively no training being done. #311

Answered by pusapatiakhilraju
ethan530 asked this question in Q&A
Discussion options

You must be logged in to vote

The architecture of neural networks in "Workflow.ipynb" does not allow them to learn complex patterns in stock data. In the workflow notebook the neural network architecture consists only of linear layers and do not have activation functions in between the layers to account for non linearity. Hence, increasing the epochs is only one of the solution to improve the performance of the model . There are also many other ways to teach the model different patterns and in the future workbook Daniel specifies what other things could be changed in the architecture to make the model better. Hope this clarifies your question.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mrdbourke
Comment options

@ethan530
Comment options

Answer selected by mrdbourke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants