Authors
JJ Allaire 7
TensorFlow v1.3 Released Latest
16.08.2017
The final release of TensorFlow v1.3 is now available. This release of TensorFlow marks the initial availability of several canned estimators, including: DNNClassifier DNNRegressor LinearClassifier LinearRegressor DNNLinearCombinedClassifier...
1592 sym R (40 sym/1 pcs)
Jing Jin 7
ANLY512_HW1 Latest
13.09.2022
Directions During ANLY 512 we will be studying the theory and practice of data visualization. We will be using R and the packages within R to assemble data and construct many different types of visualizations. Before we begin studying data...
3004 sym R (13044 sym/20 pcs)
NGS interpretation and reporting: in the view of pathologists Latest
05.01.2022
class: center, middle, inverse, title-slide # NGS interpretation and reporting: in the view of pathologists ### Jun Kang ### Catholic University of Korea ### 2022 02 12 --- # Contents * Allele frequency * Variant pathogenecity ??? *...
17192 sym
JUAN CAMILO CEBALLOS 7
Tarea 1.0 Latest
29.08.2020
Librerias library(pander) library(ggplot2) Elegimos la Base de Datos Elegimos la base de datos “USPersonalExpenditure”, estos datos consisten en los gastos personales (rn billones de dolares) de Estados Unidos con las categorias de “Food...
531 sym R (1542 sym/13 pcs) 5 img 6 tbl
Document Latest
29.08.2020
R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will...
591 sym R (262 sym/2 pcs) 1 img
Jason Louwagie 7
Assignment 2 Latest
25.06.2021
Chapter 2 2. Carefully explain the differences between the KNN classifier and KNN regression methods. KNN classifier first identifies the K points in the training data that are closest to \(X_{0}\). It then estimates the conditional probability...
5634 sym R (11984 sym/32 pcs) 3 img
Luke Richards 7
USA Severe Weather Health and Economic Analysis Latest
16.08.2020
Synopsis This data analysis project is designed to answer two questions: Across the United States, which types of events (as indicated in the EVTYPE variable) are most harmful with respect to population health? Across the United States, which...
3178 sym R (1892 sym/33 pcs) 2 img
Hare Barrier and SVC Model Latest
15.12.2019
1 Data Prep 1.1 Load and Prep Observation Data Michigan Loading raw Michigan data, dropping previously acquired environmental covariates and summing trial successes. MI.df = read.csv("./Data_102418/mi_data10-24-18.csv",...
3423 sym R (129036 sym/208 pcs) 15 img 12 tbl
Nicolas Leon 7
Taller Funciones Latest
02.05.2021
Ejercicio 1.1 \[ \sum_{i=0}^{100}\frac{1}{2^i} \] El codigo usado para crear la funcion es el siguiente: sum_1<-function(i){ if(i<0){print("El valor ingresado no puede ser menor que 0")} suma<-0 sumatoria<-NULL for (j in seq(0,i,1)){...
4055 sym R (16630 sym/124 pcs) 14 img
Joan Chepkwony 7
R Fundamentals Latest
24.03.2022
R Project: Predicting whether a user will Click an Ad or not 1.1.1 Defining the Question Using R programming to identify which individuals are the most likely to click on the ads. 1.1.2 Understanding the Context Cryptography course was created...
1748 sym R (8544 sym/52 pcs) 5 img