You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An implementation of Giuseppe Paleologo's Rademacher Antiserum, designed to assess strategy performance consistency through Rademacher complexity and RAS-adjusted Sharpe Ratios. This code evaluates strategy robustness by applying Rademacher random vectors for anti-overfitting analysis.
Utilized time series, statistic, ML and NLP models to practice. Topics include stock forecasting (algorithm trading), US 2024 presidential election and customer sentimental review.
Oil Production Flow Rate Prediction with Deep Neural Network Algorithm such as Recurrent Neural Network (RNN) and Long-Short Term Memory (LSTM). This Model will testing with Validation method called Walk-Forward Validation (WFV). Basically the validation seperate in two part, the first WFV over actual data and WFV over predicted data.