SlideShare a Scribd company logo
RR
Wush Wu
R
R
R
R
R Rstudio
R
R
swirl R
·
·
·
·
·
·
·
·
00: R
02:
-
-
2/75
R
3/75
R
http://myfootpath.com/careers/engineering-careers/statistician-careers/
4/75
R
http://www.r-bloggers.com/mapping-the-worlds-biggest-airlines/
5/75
R
http://r4stats.com/2013/03/19/r-2012-growth-exceeds-sas-all-time-total/
6/75
R
7/75
R
http://img.diynetwork.com/DIY/2003/09/18/t134_3ca_med.jpg
8/75
R
R
R
·
·
9/75
R
10/75
-
·
·
11/75
-
plot(density(x))·
12/75
-
shaprio.test(x)
·
Shapiro-Wilk normality test
data: x
W = 0.93385, p-value = 8.287e-05
13/75
-
·
plot(density(x1), xlim = range(c(x1, x2)), main = "Sample PDF")
lines(density(x2), col = 2)
legend("topright", c("x1", "x2"), lty = 1, col = 1:2)
14/75
-
15/75
-
ks.test(x1, x2)·
Two-sample Kolmogorov-Smirnov test
data: x1 and x2
D = 0.2, p-value = 0.2719
alternative hypothesis: two-sided
16/75
- A/B
A 10000 10
B 5000 3
/
·
·
·
·
17/75
- A/B
R
·
A B
10000 10
- 3/5000
-
·
# A 3 / 5000
p <- 3/5000
# 1000 10000 A
plot(density(x <- rbinom(1000, 10000, p)))
18/75
- A/B
·
19/75
- A/B
mean(x > 10)·
[1] 0.046
20/75
- A/B
·
library(binom)
binom.confint(c(10, 3), c(10000, 5000), methods = "exact")
method x n mean lower upper
1 exact 10 10000 1e-03 0.0004796397 0.001838264
2 exact 3 5000 6e-04 0.0001237515 0.001752444
21/75
- A/B
paper·
·
22/75
R
23/75
-
R·
-
24/75
-
suppressPackageStartupMessages(library(PerformanceAnalytics))
chart.Correlation(iris[-5], bg=iris$Species, pch=21)
25/75
-
round(Ca <- cor(attitude), 2)
symnum(Ca) # simple graphic
heatmap(Ca, symm = TRUE, margins = c(6,6))
26/75
-
·
R-
27/75
-
data(edhec)
chart.ACFplus(edhec[,1,drop=FALSE])
28/75
-
29/75
R
30/75
R
·
·
-
-
-
·
API
-
-
·
31/75
ChihChengLiang: R Crawler 2015·
32/75
R·
Google Sheets R API
Google Map
Excel
Minitab, S, SAS, SPSS, Stata, Systat and Weka...
DBI
-
-
-
-
-
33/75
--
[1] "TWII"
TWII.OPEN TWII.HIGH TWII.LOW TWII.CLOSE TWII.VOLUME TWII.ADJUSTED
7871.41 7937.26 7843.60 7920.80 5710600 7920.80
7954.96 7999.42 7917.30 7917.30 5951400 7917.30
7929.89 7955.90 7901.24 7934.51 5717400 7934.51
7940.20 7942.23 7821.71 7835.57 5181400 7835.57
7778.57 7797.57 7736.11 7736.71 4292400 7736.71
7778.38 7827.93 7778.38 7790.01 4516000 7790.01
library(quantmod)
getSymbols("^TWII")
head(TWII)
34/75
-
chartSeries(TWII, subset = "last 4 months", TA = c(addVo(), addBBands()))
35/75
-
YEARID NAME RANK W L R RA
1871 Boston Red Stockings 3 20 10 401 303
1871 Chicago White Stockings 2 19 9 302 241
1871 Cleveland Forest Citys 8 10 19 249 341
1871 Fort Wayne Kekiongas 7 7 12 137 243
1871 New York Mutuals 5 16 17 302 313
1871 Philadelphia Athletics 1 21 7 376 266
library(Lahman)
head(Teams[,c("yearID", "name", "Rank", "W", "L", "R", "RA")])
36/75
-
37/75
-
PLAYERID YEARID W L ERA
wangch01 2005 8 5 4.02
wangch01 2006 19 6 3.63
wangch01 2007 19 7 3.70
wangch01 2008 8 2 4.07
wangch01 2009 1 6 9.64
wangch01 2011 4 3 4.04
38/75
-
suppressPackageStartupMessages({
library(jiebaR) #
library(tm) #
library(slam) #
library(wordcloud) #
library(topicmodels) #
library(igraph) #
})
39/75
-
Sheng-Wei Chen ,
/
2014
40/75
-
Sheng Wei Chen
2014
41/75
-
42/75
Shiny
Gallery:
·
·
K-means Example-
43/75
API Server
OpenCPU
APP:
·
·
Stocks-
44/75
SparkR
RHadoop
MPI
·
·
·
Rmpi
pbdMPI
-
-
45/75
R Community
R Rstudio
R
R Community R swirl
·
Hadley Wickham R-
·
46/75
Hadley R
PACKAGE DOWNLOADS
1 Rcpp 208987
2 ggplot2 182208
3 stringr 168142
4 stringi 167407
5 plyr 166594
6 digest 158068
7 magrittr 156989
8 scales 152784
9 reshape2 147723
10 RColorBrewer 140949
R Hadley·
47/75
R
·
Taiwan R User Group
ptt R_Language
R
-
-
-
48/75
R Rstudio
49/75
R
R
Rstudio
·
·
50/75
R
Windows: CRAN R3.2·
3.0.2 3.2
-
-
51/75
R
Mac: CRAN R3.2·
R
-
-
52/75
R
Ubuntu: Ubuntu 14.04 CRAN·
http://cran.csie.ntu.edu.tw/bin/linux/ubuntu/README.htm-
53/75
Rstudio
Rstudio·
Rstudio
Windows UTF-8
-
-
54/75
Rstudio
·
·
·
·
55/75
RStudio
>
"hello world" Enter
1 + 1 Enter
1 + Enter
+
Ctrl + C ESC >
me Enter
me tab
·
·
·
·
·
·
·
56/75
RStudio
R Script
me Ctrl + Enter
me me
tab
·
·
·
·
57/75
RStudio
·
58/75
R
59/75
R
60/75
R
Rstudio
library( )
·
·
·
61/75
swirl R
62/75
swirl
swirl windows·
Taiwan R User Group-
#
install.packages(c('swirl', 'curl'), repos = 'http://taiwanrusergroup.github.io/R')
63/75
swirl
library(swirl)
library(curl)
64/75
swirl
swirl() #
R swirl
·
·
65/75
swirl
swirl
swirl
swirl
·
·
·
install_course_github("wush978", "DataScienceAndR", "course")
·
66/75
swirl DataScienceAndR
·
67/75
swirl
Windows
·
·
·
68/75
·
R
Rstudio(
)
Taiwan R User Group
DataScienceAndR
-
-
-
-
69/75
1. RBasic-01-Introduction
2. RBasic-02-Data-Structure-Vectors
3. RBasic-03-Data-Structure-Object
4. RBasic-04-Factors
5. RBasic-05-Arrays-Matrices
6. RBasic-06-List-DataFrame
7. RBasic-07-Loading-Dataset
·
70/75
RBasic-01-Introduction
< >.zip
ceiba
·
RBasic-02-HW.R
RBasic-03-HW.R
RBasic-04-HW.R
RBasic-05-HW.R
RBasic-06-HW.R
RBasic-07-HW.R
-
-
-
-
-
-
·
71/75
< >.zip·
d01921016/
d01921016/RBasic-02-HW.R
d01921016/RBasic-03-HW.R
d01921016/RBasic-04-HW.R
d01921016/RBasic-05-HW.R
d01921016/RBasic-06-HW.R
d01921016/RBasic-07-HW.R
submit()·
72/75
...
bug
https://github.com/wush978/DataScienceAndR/issues
windows
·
...
sessionInfo()
-
-
·
73/75
Q&A
74/75
R vs Python
Choosing R or Python for data analysis? An infographic
Pros and Cons of R vs Python Sci-kit learn
Which is better for data analysis: R or Python?
How to Choose Between Learning Python or R First
·
·
·
·
75/75

More Related Content

Viewers also liked

機器學習的技術債
機器學習的技術債機器學習的技術債
機器學習的技術債
Wush Wu
 
Vao tro tao tien
Vao tro tao tienVao tro tao tien
Vao tro tao tien
quangphi91
 
E-Sign presentation BK
E-Sign presentation BKE-Sign presentation BK
E-Sign presentation BKBrendon Kenny
 
Οι δραστηριότητες των παιδιών στους ανοιχτούς χώρους στη Νέα Μηχανιώνα από το...
Οι δραστηριότητες των παιδιών στους ανοιχτούς χώρους στη Νέα Μηχανιώνα από το...Οι δραστηριότητες των παιδιών στους ανοιχτούς χώρους στη Νέα Μηχανιώνα από το...
Οι δραστηριότητες των παιδιών στους ανοιχτούς χώρους στη Νέα Μηχανιώνα από το...
Pefkoula Stagia
 
Magazine evaluation
Magazine evaluationMagazine evaluation
Magazine evaluation
Suther98
 
TTS ORIENTATION Trainors Training School PART 1
TTS ORIENTATION Trainors Training School PART 1TTS ORIENTATION Trainors Training School PART 1
TTS ORIENTATION Trainors Training School PART 1
Jose Ramos
 
240166304 devika-murali-project presentation
240166304 devika-murali-project presentation240166304 devika-murali-project presentation
240166304 devika-murali-project presentationthazhava
 
14 WordPress Plugins and Their Functions
 14 WordPress Plugins and Their Functions 14 WordPress Plugins and Their Functions
14 WordPress Plugins and Their Functions
designs.codes
 
powerpoint
powerpointpowerpoint
powerpoint
attingalshibu
 
Top 10 Christmas Apps For A Great Christmas
Top 10 Christmas Apps For A Great Christmas Top 10 Christmas Apps For A Great Christmas
Top 10 Christmas Apps For A Great Christmas
designs.codes
 
Devika 1
Devika 1Devika 1
Devika 1
thazhava
 
Essential Tips For Building An Ecommerce Website
Essential Tips For Building An Ecommerce Website Essential Tips For Building An Ecommerce Website
Essential Tips For Building An Ecommerce Website
designs.codes
 
Aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
AaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
I am not yeat warking im still studing
 
Uudet teknologiat kuntoutuksen tukena –games for health
Uudet teknologiat kuntoutuksen tukena –games for healthUudet teknologiat kuntoutuksen tukena –games for health
Uudet teknologiat kuntoutuksen tukena –games for health
Games for Health Finland
 
powerpoint
powerpointpowerpoint
powerpoint
attingalshibu
 
Q3 Media Evaluation
Q3 Media EvaluationQ3 Media Evaluation
Q3 Media Evaluation
Suther98
 
Банківська система Франції
Банківська система ФранціїБанківська система Франції
Банківська система Франції
Настя Корабахина
 
Risen week1-the jesusyouneverknew-sample
Risen week1-the jesusyouneverknew-sampleRisen week1-the jesusyouneverknew-sample
Risen week1-the jesusyouneverknew-sample
Jose Ramos
 

Viewers also liked (20)

機器學習的技術債
機器學習的技術債機器學習的技術債
機器學習的技術債
 
Vao tro tao tien
Vao tro tao tienVao tro tao tien
Vao tro tao tien
 
E-Sign presentation BK
E-Sign presentation BKE-Sign presentation BK
E-Sign presentation BK
 
Οι δραστηριότητες των παιδιών στους ανοιχτούς χώρους στη Νέα Μηχανιώνα από το...
Οι δραστηριότητες των παιδιών στους ανοιχτούς χώρους στη Νέα Μηχανιώνα από το...Οι δραστηριότητες των παιδιών στους ανοιχτούς χώρους στη Νέα Μηχανιώνα από το...
Οι δραστηριότητες των παιδιών στους ανοιχτούς χώρους στη Νέα Μηχανιώνα από το...
 
Magazine evaluation
Magazine evaluationMagazine evaluation
Magazine evaluation
 
TTS ORIENTATION Trainors Training School PART 1
TTS ORIENTATION Trainors Training School PART 1TTS ORIENTATION Trainors Training School PART 1
TTS ORIENTATION Trainors Training School PART 1
 
240166304 devika-murali-project presentation
240166304 devika-murali-project presentation240166304 devika-murali-project presentation
240166304 devika-murali-project presentation
 
14 WordPress Plugins and Their Functions
 14 WordPress Plugins and Their Functions 14 WordPress Plugins and Their Functions
14 WordPress Plugins and Their Functions
 
тема 6
тема 6тема 6
тема 6
 
powerpoint
powerpointpowerpoint
powerpoint
 
Top 10 Christmas Apps For A Great Christmas
Top 10 Christmas Apps For A Great Christmas Top 10 Christmas Apps For A Great Christmas
Top 10 Christmas Apps For A Great Christmas
 
Devika 1
Devika 1Devika 1
Devika 1
 
Essential Tips For Building An Ecommerce Website
Essential Tips For Building An Ecommerce Website Essential Tips For Building An Ecommerce Website
Essential Tips For Building An Ecommerce Website
 
ดัชนีคำศัพท์
ดัชนีคำศัพท์ดัชนีคำศัพท์
ดัชนีคำศัพท์
 
Aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
AaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Uudet teknologiat kuntoutuksen tukena –games for health
Uudet teknologiat kuntoutuksen tukena –games for healthUudet teknologiat kuntoutuksen tukena –games for health
Uudet teknologiat kuntoutuksen tukena –games for health
 
powerpoint
powerpointpowerpoint
powerpoint
 
Q3 Media Evaluation
Q3 Media EvaluationQ3 Media Evaluation
Q3 Media Evaluation
 
Банківська система Франції
Банківська система ФранціїБанківська система Франції
Банківська система Франції
 
Risen week1-the jesusyouneverknew-sample
Risen week1-the jesusyouneverknew-sampleRisen week1-the jesusyouneverknew-sample
Risen week1-the jesusyouneverknew-sample
 

More from Wush Wu

Predicting winning price in real time bidding
Predicting winning price in real time biddingPredicting winning price in real time bidding
Predicting winning price in real time bidding
Wush Wu
 
社群對我職涯的影響
社群對我職涯的影響社群對我職涯的影響
社群對我職涯的影響
Wush Wu
 
利用免費服務建立R的持續整合環境
利用免費服務建立R的持續整合環境利用免費服務建立R的持續整合環境
利用免費服務建立R的持續整合環境
Wush Wu
 
Predicting Winning Price in Real Time Bidding with Censored Data
Predicting Winning Price in Real Time Bidding with Censored DataPredicting Winning Price in Real Time Bidding with Censored Data
Predicting Winning Price in Real Time Bidding with Censored Data
Wush Wu
 
Introduction of Feature Hashing
Introduction of Feature HashingIntroduction of Feature Hashing
Introduction of Feature Hashing
Wush Wu
 
Online advertising and large scale model fitting
Online advertising and large scale model fittingOnline advertising and large scale model fitting
Online advertising and large scale model fitting
Wush Wu
 
R, Git, Github, and CI
R, Git, Github, and CIR, Git, Github, and CI
R, Git, Github, and CI
Wush Wu
 

More from Wush Wu (7)

Predicting winning price in real time bidding
Predicting winning price in real time biddingPredicting winning price in real time bidding
Predicting winning price in real time bidding
 
社群對我職涯的影響
社群對我職涯的影響社群對我職涯的影響
社群對我職涯的影響
 
利用免費服務建立R的持續整合環境
利用免費服務建立R的持續整合環境利用免費服務建立R的持續整合環境
利用免費服務建立R的持續整合環境
 
Predicting Winning Price in Real Time Bidding with Censored Data
Predicting Winning Price in Real Time Bidding with Censored DataPredicting Winning Price in Real Time Bidding with Censored Data
Predicting Winning Price in Real Time Bidding with Censored Data
 
Introduction of Feature Hashing
Introduction of Feature HashingIntroduction of Feature Hashing
Introduction of Feature Hashing
 
Online advertising and large scale model fitting
Online advertising and large scale model fittingOnline advertising and large scale model fitting
Online advertising and large scale model fitting
 
R, Git, Github, and CI
R, Git, Github, and CIR, Git, Github, and CI
R, Git, Github, and CI
 

Recently uploaded

Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
Vlad Stirbu
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 

Recently uploaded (20)

Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 

R 語言上手篇