| Random Link ¯\_(ツ)_/¯ | ||
| Nov 14, 2020 | » | Software Dependencies
6 min; updated Sep 5, 2022
Dependency ManagementGolang introduced a new library referencing mode to overcome limitations of the old one. While the two library modes are supported by Golang, they are incompatible, e.g. dependency management (DM) issues, reference inconsistencies, build failures, etc. did an empirical study that resulted in HERO, an automated technique to detect DM issues and suggest fixes. Applied to 19k Golang projects, HERO detected 98.5% on a DM issue benchmark, and found 2,422 new DM issues in 2,356 Golang projects. They reported 280 issues, and almost all of the fixes have adopted HERO’s fixing suggestions. ... |
| Oct 4, 2021 | » | Online Markets
4 min; updated Sep 5, 2022
WWW ‘21: The Web Conference 2021REST: Relational Event-Driven Stock Trend ForecastingREST, an event-driven stock trend forecasting framework, that overcomes two limitations of existing event-driven models. Models the stock context, and learns the effect of event information on the stocks under different contexts. Constructs a stock graph and designs a new propagation layer to propagate the effect of event information from related stocks. #stock-trend-forecasting #computational-finance |
The value of stock trend forecasting is not unanimous, e.g. Malkiel contends that forecasting is a fool’s game , while Simon’s RenTech is all about the math . But it seems like the question is an empirical one, and therefore, a good answer should exist. Why are there opposing camps?
...