Machine Learning with SAS Viya
eBook - ePub

Machine Learning with SAS Viya

Buch teilen
  1. 386 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

Machine Learning with SAS Viya

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Über dieses Buch

Master machine learning with SAS Viya!

Machine learning can feel intimidating for new practitioners. Machine Learning with SAS Viya provides everything you need to know to get started with machine learning in SAS Viya, including decision trees, neural networks, and support vector machines. The analytics life cycle is covered from data preparation and discovery to deployment. Working with open-source code? Machine Learning with SAS Viya has you covered – step-by-step instructions are given on how to use SAS Model Manager tools with open source. SAS Model Studio features are highlighted to show how to carry out machine learning in SAS Viya. Demonstrations, practice tasks, and quizzes are included to help sharpen your skills.

In this book, you will learn about:

  • Supervised and unsupervised machine learning
  • Data preparation and dealing with missing and unstructured data
  • Model building and selection
  • Improving and optimizing models
  • Model deployment and monitoring performance

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist Machine Learning with SAS Viya als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu Machine Learning with SAS Viya von im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Informatik & Neuronale Netzwerke. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

Jahr
2020
ISBN
9781951685379
Chapter 1: Introduction to Machine Learning
Introduction
Supervised Learning
Unsupervised Learning
Semisupervised Learning and Reinforcement Learning
Supervised Learning Predictions
Decision Prediction
Ranking Prediction
Estimation Prediction
Model Building and Selection
Model Complexity
Introducing Model Studio
Demo 1.1: Creating a Project and Loading Data
Model Studio: Analysis Elements
Demo 1.2: Building a Pipeline from a Basic Template
Quiz
Introduction
There are two main types of machine learning methods, supervised learning and unsupervised learning.
Supervised Learning
Supervised learning (also known as predictive modeling) starts with a training data set. The observations in a training data set are known as training cases (also known as examples, instances, or records). The variables are called inputs (also known as predictors, features, explanatory variables, or independent variables) and targets (also known as responses, outcomes, or dependent variables). The learning algorithm receives a set of inputs along with the corresponding correct outputs or targets, and the algorithm learns by comparing its actual output with correct outputs to find errors. It then modifies the model accordingly. Through methods like classification, regression, prediction, and gradient boosting, supervised learning uses patterns to predict the values of the label on additional unlabeled data. In other words, the purpose of the training data is to generate a predictive model. The predictive model is a concise representation of the association between the inputs and the target variables.
Supervised learning is commonly used in applications where historical data predicts likely future events. For example, it can anticipate when credit card transactions are likely to be fraudulent or which insurance customer is likely to file a claim.
Unsupervised Learning
Unsupervised learning is used against data that has no historical labels. In other words, the system is not told the “right answer” – there is no target data – the algorithm must figure out what is being shown. The goal is to explore the data and find some structure or pattern. Unsupervised learning works well on transactional data. For example, it can identify segments of customers with similar attributes who can then be treated similarly in marketing campaigns. Or it can find the main attributes that separate customer segments from each other. Popular techniques include self-organizing maps, nearest-neighbor mapping, k-means clustering, and singular value decomposition. These algorithms are also used to segment text topics, recommend items, and identify data outliers.
Semisupervised Learning and Reinforcement Learning
Other common methods include semisupervised learning and reinforcement learning. Semisupervised learning is used for similar applications as supervised learning. But it uses both labeled and unlabeled data for training – typically a small amount of labeled data with a large amount of unlabeled data (because unlabeled data is less expensive and takes less effort to acquire). This type of learning can be...

Inhaltsverzeichnis