Sie sind hier: Startseite Ressourcen R Packages

R Packages

 

ReinforcementLearning

This package performs model-free reinforcement learning in R. The implementation enables the learning of an optimal policy based on sample sequences consisting of states, actions and rewards. In addition, it supplies multiple predefined reinforcement learning algorithms, such as experience replay.

ReinforcementLearning on Cran: https://cran.r-project.org/web/packages/ReinforcementLearning/index.html

 

SentimentAnalysis

This package performs a sentiment analysis of textual contents in R. The implementation utilizes various existing dictionaries, such as Harvard IV, or finance-specific dictionaries. Furthermore, it can also create customized dictionaries. The latter uses LASSO regularization as a statistical approach to select relevant terms based on an exogenous response variable.

SentimentAnalysis on Cran: https://cran.r-project.org/web/packages/ReinforcementLearning/index.html