Computational Statistics in Data Science

Здесь есть возможность читать онлайн «Computational Statistics in Data Science» — ознакомительный отрывок электронной книги совершенно бесплатно, а после прочтения отрывка купить полную версию. В некоторых случаях можно слушать аудио, скачать через торрент в формате fb2 и присутствует краткое содержание. Жанр: unrecognised, на английском языке. Описание произведения, (предисловие) а так же отзывы посетителей доступны на портале библиотеки ЛибКат.

Computational Statistics in Data Science: краткое содержание, описание и аннотация

Предлагаем к чтению аннотацию, описание, краткое содержание или предисловие (зависит от того, что написал сам автор книги «Computational Statistics in Data Science»). Если вы не нашли необходимую информацию о книге — напишите в комментариях, мы постараемся отыскать её.

An essential roadmap to the application of computational statistics in contemporary data science
Computational Statistics in Data Science
Computational Statistics in Data Science
Wiley StatsRef: Statistics Reference Online
Computational Statistics in Data Science

Computational Statistics in Data Science — читать онлайн ознакомительный отрывок

Ниже представлен текст книги, разбитый по страницам. Система сохранения места последней прочитанной страницы, позволяет с удобством читать онлайн бесплатно книгу «Computational Statistics in Data Science», без необходимости каждый раз заново искать на чём Вы остановились. Поставьте закладку, и сможете в любой момент перейти на страницу, на которой закончили чтение.

Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

(7) where is an auxiliary variable with independent marginal and - фото 391

where картинка 392is an auxiliary variable with independent marginal картинка 393, and картинка 394is some vector‐valued function parameterized by картинка 395. With this reparameterization trick, the variational lower bound can be estimated by sampling a batch of from 8 where - фото 396from Computational Statistics in Data Science - изображение 397:

(8) Computational Statistics in Data Science - изображение 398

where Computational Statistics in Data Science - изображение 399and Computational Statistics in Data Science - изображение 400. The selections of картинка 401and картинка 402are discussed in detail in Kingma and Welling [17].

6 Recurrent Neural Networks

6.1 Introduction

The previously introduced models have the same assumptions on the data, that is, the independence among the samples and the fixed input size. However, these assumptions may not be true in some cases, thus limiting the application of these models. For example, videos can have different lengths, and frames of the same video are not independent, and sentences of an chapter can have different lengths and are not independent.

A RNN is another modified DNN that is used primarily to handle sequential and time series data. In a RNN, the hidden layer of each input is a function of not just the input layer but also the previous hidden layers of the inputs before it. Therefore, it addresses the issues of dependence among samples and does not have any restriction on the input size. RNNs are used primarily in natural language processing applications, such as document modeling and speech recognition.

6.2 Architecture

As illustrated in Figure 7, a general neural network картинка 403takes in input картинка 404and outputs картинка 405. The output of one sample will not influence the output of another sample. To capture the dependence between inputs, RNN adds a loop to connect the previous information with the current state. The graph on the left side of Figure 8shows the structure of RNN, which has a loop connection to leverage previous information.

RNN can work with sequence data, which has input as sequence or target as sequence or both. An input sequence data can be denoted as Computational Statistics in Data Science - изображение 406, where each data point Computational Statistics in Data Science - изображение 407is a real‐valued vector. Similarly, the target sequence can be denoted as Computational Statistics in Data Science - изображение 408. A sample from the sequence dataset is typically a pair of one input sequence and one target sequence. The right side of Figure 8shows the information passing process. At картинка 409, network картинка 410takes in a random initialed vector картинка 411together with картинка 412and outputs картинка 413, and then at картинка 414, картинка 415takes in both картинка 416and картинка 417and outputs This process is repeated over all data points in the input sequence Figure - фото 418. This process is repeated over all data points in the input sequence.

Figure 7 Feedforward network Figure 8 Architecture of recurrent neural - фото 419

Figure 7 Feedforward network.

Figure 8 Architecture of recurrent neural network RNN Though multiple - фото 420

Figure 8 Architecture of recurrent neural network (RNN).

Though multiple network blocks are shown on the right side of Figure 8, they share the same structure and weights. A simple example of the process can be written as

(9) where and are weight matrices of network - фото 421

where картинка 422and картинка 423are weight matrices of network картинка 424, картинка 425is an activation function, and картинка 426is the bias vector. Depending on the task, the loss function is evaluated, and the gradient is backpropagated through the network to update its weights. For the classification task, the final output картинка 427can be passed into another network to make prediction. For a sequence‐to‐sequence model, картинка 428can be generated based on картинка 429and then compared with картинка 430.

Читать дальше
Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

Похожие книги на «Computational Statistics in Data Science»

Представляем Вашему вниманию похожие книги на «Computational Statistics in Data Science» списком для выбора. Мы отобрали схожую по названию и смыслу литературу в надежде предоставить читателям больше вариантов отыскать новые, интересные, ещё непрочитанные произведения.


Отзывы о книге «Computational Statistics in Data Science»

Обсуждение, отзывы о книге «Computational Statistics in Data Science» и просто собственные мнения читателей. Оставьте ваши комментарии, напишите, что Вы думаете о произведении, его смысле или главных героях. Укажите что конкретно понравилось, а что нет, и почему Вы так считаете.

x