Answered step by step
Verified Expert Solution
Link Copied!

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 "bert-base-uncased" model instead of fine-tuning BERT. Use 'MLP with 1 hidden layer and 8 units in hidden layer' to predict DJIA's direction from BERT embedding. BERT is already included in the Hugging Face library.
"Combined_News_DJIA.csv" contains the day's news, while "DJIA_table.csv" contains the DJIA's adjusted close price data. We can make a sample every day. Following that, we can use an 80%-20% 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

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions