Eugene's Study QuantLib

In this repository, I mainly develop my testing code with python language and record my study path. I will keep updating some results and summarize my achievements.

By the way, I apologize for offering html format readMe file since I get used to the description style of HTML file.

Code: Extraction of Analytical Data
In this part of the code, I offer the way to spider various market news data from a Chinese provider of business and financial information Wall Street CN (華爾街見聞) via their built-in API. The information including: English version mainly is translated from the Chinese version via POE gpt-3.5-turbo API. The logic and structure of the market news data extraction is:
Code: Decision Tree Model
Code: Text Data Prepocessor
Code: Neural Network
In this part of code, I offer some basic deep neural network models and its training frameworks.