Jump to content

Machine Learning Glossary: Difference between revisions

Line 57: Line 57:


==R==
==R==
* Random Forest - an ensemble learning method which involves building several decision trees, each with different subsets of features.
* Recurrent neural network (RNN) - A type of neural network which operates sequentially on sequence data.
* Recurrent neural network (RNN) - A type of neural network which operates sequentially on sequence data.
* [[Reinforcement Learning]] - an area of machine learning focused on learning to perform actions, E.g. playing a game
* [[Reinforcement Learning]] - an area of machine learning focused on learning to perform actions, E.g. playing a game