Machine Learning with TensorFlow Book: различия между версиями
Перейти к навигации
Перейти к поиску
FireWolf (обсуждение | вклад) |
FireWolf (обсуждение | вклад) |
||
Строка 17: | Строка 17: | ||
Dimensionality reduction | Dimensionality reduction | ||
= 1.4.3 Reinforcement learning = | |||
Reinforcement learning trains on information gathered by observing how the environment reacts to actions. | |||
[[Категория:Работа]] | [[Категория:Работа]] |
Версия 16:33, 25 февраля 2018
Machine Learning with TensorFlow Book by Nishant Shukla
https://github.com/BinRoot/TensorFlow-Book/
Chapter 1
1.4.1 Supervised learning
Descrete with few values - Classifier
Many values and the values have natural order - Regressor
1.4.2. Unsupervised learning
Clustering
Dimensionality reduction
1.4.3 Reinforcement learning
Reinforcement learning trains on information gathered by observing how the environment reacts to actions.