Sie sind auf Seite 1von 2

An R Introduction to Statistics | R Tutorial http://www.r-tutor.

com/

About Contact Resources Terms of Use

R Tutorial
An R Introduction to Statistics

HOME DOWNLOAD SALES EBOOK SITE MAP

Deep Learning in R Search this site:

Search
Deep learning has a wide range of applications, from
speech recognition, computer vision, to self-driving cars
R Tutorial eBook
and mastering the game of Go. While the concept is
intuitive, the implementation is often tedious and
heuristic. We will take a stab at simplifying the process,
and make the technology more accessible.

August 14, 2016 Read more

Hierarchical Linear Model


Linear regression probably is the most familiar technique
in data analysis, but its application is often hamstrung by
R Tutorials
model assumptions. For instance, if the data has a
R Introduction
hierarchical structure, quite often the assumptions of
linear regression are feasible only at local levels. We will Elementary Statistics with R

investigate an extension of the linear model to bi-level GPU Computing with R


hierarchies.

Recent Articles
July 22, 2013 Read more
Deep Learning in R

August 14, 2016

Bayesian Classification with Gaussian Process Installing CUDA Toolkit 7.5 on

Fedora 21 Linux

Despite prowess of the support vector machine, it is not September 10, 2015

specifically designed to extract features relevant to the Installing CUDA Toolkit 7.5 on

prediction. For example, in network intrusion detection, we Ubuntu 14.04 Linux


need to learn relevant network statistics for the network September 10, 2015
defense. In consumer credit rating, we would like to Hierarchical Linear Model
determine relevant financial records for the credit score. July 22, 2013
As for medical genetics research, we aim to identify genes
relevant to the illness.
Quotes
January 6, 2013 Read more " Th' Eternal Snows appear
already past,
And the first Clouds and
Bayesian Inference Using OpenBUGS Mountains seem the last:
But those attain'd, we
In our previous statistics tutorials, we have treated tremble to survey
population parameters as fixed values, and provided point The growing Labours of the
estimates and confidence intervals for them. An lengthen'd Way. "
alternative approach is the Bayesian statistics. It treats
Alexander Pope
population parameters as random variables. Probability
An Essay on Criticism
becomes a measure of our belief in possible outcomes.
With new tools like OpenBUGS, tackling new problems
requires building new models, instead of creating yet Subscribe RSS

1 de 2 21/3/19 08:37
An R Introduction to Statistics | R Tutorial http://www.r-tutor.com/

another R command.
more
July 22, 2012 Read more

Significance Test for Kendall's Tau-b


A variation of the standard definition of Kendall correlation
coefficient is necessary in order to deal with data samples
with tied ranks. It known as the Kendall’s tau-b
coefficient and is more effective in determining whether
two non-parametric data samples with ties are correlated.

April 15, 2012 Read more

Support Vector Machine with GPU, Part II


In our last tutorial on SVM training with GPU, we
mentioned a necessary step to pre-scale the data with
rpusvm-scale, and to reverse scaling the prediction
outcome. This cumbersome procedure is now simplified
with the latest RPUSVM.

October 21, 2011 Read more

Hierarchical Cluster Analysis


With the distance matrix found in previous tutorial, we can
use various techniques of cluster analysis for
relationship discovery. For example, in the data set
mtcars, we can run the distance matrix with hclust, and
plot a dendrogram that displays a hierarchical relationship
among the vehicles.

November 25, 2010 Read more

Copyright © 2009 - 2019 Chi Yau All Rights Reserved


Theme design by styleshout Fractal graphics by zyzstar Adaptation by Chi Yau

2 de 2 21/3/19 08:37

Das könnte Ihnen auch gefallen