Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Interpret textual data using BERT and then try to predict the direction change of the benchmark index DJIA using only BERT embeddings. Use the bert
Interpret textual data using BERT and then try to predict the direction change of the benchmark index DJIA using only BERT embeddings. Use the "bertbaseuncased" model instead of finetuning BERT. Use MLP with hidden layer and units in hidden layer' to predict DJIA's direction from BERT embedding. BERT is already included in the Hugging Face library.
"CombinedNewsDJIA.csv contains the day's news, while "DJIAtable.csv contains the DJIA's adjusted close price data. We can make a sample every day. Following that, we can use an partition for train and test data. It is important to note that the learning rate and number of epochs must be carefully adjusted.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started