SlideShare uma empresa Scribd logo
1 de 78
Baixar para ler offline
The Artful Business
                        of Data Mining
                            Computational Statistics
                            with Open Source Tool




Wednesday 20 March 13
David Coallier
                         @davidcoallier



Wednesday 20 March 13
Data Scientist
                         At Engine Yard (.com)




Wednesday 20 March 13
Find Data


Wednesday 20 March 13
Clean Data


Wednesday 20 March 13
Analyse Data?


Wednesday 20 March 13
Analyse Data


Wednesday 20 March 13
Question Data


Wednesday 20 March 13
Report Findings


Wednesday 20 March 13
Data Scientist


Wednesday 20 March 13
Data Janitor


Wednesday 20 March 13
Actual
                        Tasks
Wednesday 20 March 13
“If your model
           is elegant, it’s
           probably wrong”

Wednesday 20 March 13
“The Times
                        they are
                        a-Changing”
                              — Bob Dylan


Wednesday 20 March 13
Python & R


Wednesday 20 March 13
SciPy
                        http://www.scipy.org




Wednesday 20 March 13
scipy.stats

Wednesday 20 March 13
scipy.stats
                         Descriptive Statistics




Wednesday 20 March 13
from scipy.stats
                        import describe

                        s = [1,2,1,3,4,5]

                        print describe(s)



Wednesday 20 March 13
scipy.stats
                        Probability Distributions




Wednesday 20 March 13
Example
                           Poisson Distribution




Wednesday 20 March 13
λ e
                                    k −k
                        f (k; λ ) =
                                     k!
                                    for k >= 0


Wednesday 20 March 13
import scipy.stats.poisson
    p = poisson.pmf([1,2,3,4,1,2,3], 2)




Wednesday 20 March 13
print p.mean()
                        print p.sum()
                        ...



Wednesday 20 March 13
NumPy
                        http://www.numpy.org/




Wednesday 20 March 13
NumPy
                          Linear Algebra




Wednesday 20 March 13
⎛ 1 0 ⎞
                        ⎜ 0 1 ⎟
                        ⎝     ⎠
Wednesday 20 March 13
import numpy as np
      x = np.array([ [1, 0], [0, 1] ])
      vec, val = np.linalg.eig(x)
      np.linalg.eigvals(x)




Wednesday 20 March 13
>>> np.linalg.eig(x)
                           (
                             array([ 1., 1.]),
                             array([
                                [ 1., 0.],
                                [ 0., 1.]
                             ])
                          )




Wednesday 20 March 13
Matplotlib
                         Python Plotting




Wednesday 20 March 13
statsmodels
                        Advanced Statistics Modeling




Wednesday 20 March 13
NLTK
                        Natural Language Tool Kit




Wednesday 20 March 13
scikit-learn
                        Machine Learning




Wednesday 20 March 13
from sklearn import tree
                   X = [[0, 0], [1, 1]]
                   Y = [0, 1]
                   clf = tree.DecisionTreeClassifier()
                   clf = clf.fit(X, Y)

                   clf.predict([[2., 2.]])
                   >>> array([1])




Wednesday 20 March 13
PyBrain
                          ... Machine Learning




Wednesday 20 March 13
PyMC
                        Bayesian Inference




Wednesday 20 March 13
Pattern
                         Web Mining for Python




Wednesday 20 March 13
NetworkX
                            Study Networks




Wednesday 20 March 13
MILK
                        MOAR machine LEARNING!




Wednesday 20 March 13
Pandas
                           easy-to-use
                          data structures




Wednesday 20 March 13
from pandas import *
        x = DataFrame([
            {"age": 26},
            {"age": 19},
            {"age": 21},
            {"age": 18}
        ])

        print x[x['age'] > 20].count()
        print x[x['age'] > 20].mean()

Wednesday 20 March 13
R
Wednesday 20 March 13
RStudio
                             The IDE




Wednesday 20 March 13
lubridate
                        and zoo
                            Dealing with Dates...




Wednesday 20 March 13
yy/mm/dd mm/dd/yy
          YYYY-mm-dd HH:MM:ss TZ
          yy-mm-dd 1363784094.513425
          yy/mm different timezone




Wednesday 20 March 13
reshape2
                           Reshape your Data




Wednesday 20 March 13
ggplot2
                          Visualise your Data




Wednesday 20 March 13
RCurl, RJSONIO
                        Find more Data




Wednesday 20 March 13
HMisc
                        Miscellaneous useful functions




Wednesday 20 March 13
forecast
                            Can you guess?




Wednesday 20 March 13
garch
                          And ruGarch




Wednesday 20 March 13
quantmod
                        Statistical Financial Trading




Wednesday 20 March 13
xts
                        Extensible Time Series




Wednesday 20 March 13
igraph
                          Study Networks




Wednesday 20 March 13
maptools
                           Read & View Maps




Wednesday 20 March 13
map('state', region = c(row.names(USArrests)), col=cm.colors(16, 1)[floor(USArrests$Rape/max(USArrests$Rape)*28)], fill=T)




Wednesday 20 March 13
Sto
rage
Wednesday 20 March 13
Oppose
                        “big” Data

Wednesday 20 March 13
“Learn how
           to sample”

Wednesday 20 March 13
Experim
ents
Wednesday 20 March 13
What Do
     You Want to Answer?

Wednesday 20 March 13
Understand
     Your Audience

Wednesday 20 March 13
Scientific
     Reporting

Wednesday 20 March 13
Busy-ness
                            Time is money




Wednesday 20 March 13
Public
     Visualisation

Wednesday 20 March 13
Best
                   Visualisation,
                   Bad
                   Data
Wednesday 20 March 13
Best
                   Forecasting
                   models...
                   Bad
                   Visualisation
Wednesday 20 March 13
Wednesday 20 March 13
Wednesday 20 March 13
Sean
chaí
Wednesday 20 March 13
Wednesday 20 March 13
Feel
it
Wednesday 20 March 13
Wednesday 20 March 13
Wednesday 20 March 13
Wednesday 20 March 13
“Don’t be scared of
           bar charts.”

Wednesday 20 March 13
Mathematical
     Statistics
     Engineering
     Business
     Economics
     Curiosity
Wednesday 20 March 13
davidcoallier.github.com
            @davidcoallier on Twitter




Wednesday 20 March 13

Mais conteúdo relacionado

Destaque

Darwin Udg Milan
Darwin Udg MilanDarwin Udg Milan
Darwin Udg Milantrinamilan
 
telephone data systems 2001AR
telephone data systems  2001ARtelephone data systems  2001AR
telephone data systems 2001ARfinance48
 
Videoconferencing[1]
Videoconferencing[1]Videoconferencing[1]
Videoconferencing[1]guest99dc9247
 
Make everything realtime & collaborative - JS Summit 2014
Make everything realtime & collaborative - JS Summit 2014Make everything realtime & collaborative - JS Summit 2014
Make everything realtime & collaborative - JS Summit 2014Joseph Gentle
 
Kas Ir Bendijs
Kas Ir BendijsKas Ir Bendijs
Kas Ir BendijsBiaba
 
Chamber Of Commerce Meeting July 2010
Chamber Of Commerce Meeting July 2010Chamber Of Commerce Meeting July 2010
Chamber Of Commerce Meeting July 2010Surrey Beekeeper
 
autozone CorporateGovernancePrinciples1208
autozone  CorporateGovernancePrinciples1208autozone  CorporateGovernancePrinciples1208
autozone CorporateGovernancePrinciples1208finance46
 
CLOrox fy05_q3_spmt
CLOrox   fy05_q3_spmtCLOrox   fy05_q3_spmt
CLOrox fy05_q3_spmtfinance48
 
liz claiborne AR_2004
liz claiborne  AR_2004liz claiborne  AR_2004
liz claiborne AR_2004finance48
 
advance auto parts 2004_ar
advance auto parts 2004_aradvance auto parts 2004_ar
advance auto parts 2004_arfinance48
 
FIS Raymond James 30th Institutional Investors Conference March 2009
FIS Raymond James 30th Institutional Investors Conference March 2009FIS Raymond James 30th Institutional Investors Conference March 2009
FIS Raymond James 30th Institutional Investors Conference March 2009finance48
 
3 tendances tech qui pourraient impacter les stratégies marketing en 2015
3 tendances tech qui pourraient impacter les stratégies marketing en 20153 tendances tech qui pourraient impacter les stratégies marketing en 2015
3 tendances tech qui pourraient impacter les stratégies marketing en 2015Mediamaispasque
 
omnicare annual reports 2000
omnicare annual reports  2000omnicare annual reports  2000
omnicare annual reports 2000finance46
 
Brannprosjektering 02 bæreevne og stabilitet ved brann og eksplosjon
Brannprosjektering 02 bæreevne og stabilitet ved brann og eksplosjonBrannprosjektering 02 bæreevne og stabilitet ved brann og eksplosjon
Brannprosjektering 02 bæreevne og stabilitet ved brann og eksplosjonFred Johansen
 

Destaque (18)

Darwin Udg Milan
Darwin Udg MilanDarwin Udg Milan
Darwin Udg Milan
 
2009 Lenca Update
2009 Lenca Update2009 Lenca Update
2009 Lenca Update
 
telephone data systems 2001AR
telephone data systems  2001ARtelephone data systems  2001AR
telephone data systems 2001AR
 
Videoconferencing[1]
Videoconferencing[1]Videoconferencing[1]
Videoconferencing[1]
 
Trainee's Chronicles
Trainee's ChroniclesTrainee's Chronicles
Trainee's Chronicles
 
Make everything realtime & collaborative - JS Summit 2014
Make everything realtime & collaborative - JS Summit 2014Make everything realtime & collaborative - JS Summit 2014
Make everything realtime & collaborative - JS Summit 2014
 
Periana
PerianaPeriana
Periana
 
Telephonis Skill
Telephonis SkillTelephonis Skill
Telephonis Skill
 
Kas Ir Bendijs
Kas Ir BendijsKas Ir Bendijs
Kas Ir Bendijs
 
Chamber Of Commerce Meeting July 2010
Chamber Of Commerce Meeting July 2010Chamber Of Commerce Meeting July 2010
Chamber Of Commerce Meeting July 2010
 
autozone CorporateGovernancePrinciples1208
autozone  CorporateGovernancePrinciples1208autozone  CorporateGovernancePrinciples1208
autozone CorporateGovernancePrinciples1208
 
CLOrox fy05_q3_spmt
CLOrox   fy05_q3_spmtCLOrox   fy05_q3_spmt
CLOrox fy05_q3_spmt
 
liz claiborne AR_2004
liz claiborne  AR_2004liz claiborne  AR_2004
liz claiborne AR_2004
 
advance auto parts 2004_ar
advance auto parts 2004_aradvance auto parts 2004_ar
advance auto parts 2004_ar
 
FIS Raymond James 30th Institutional Investors Conference March 2009
FIS Raymond James 30th Institutional Investors Conference March 2009FIS Raymond James 30th Institutional Investors Conference March 2009
FIS Raymond James 30th Institutional Investors Conference March 2009
 
3 tendances tech qui pourraient impacter les stratégies marketing en 2015
3 tendances tech qui pourraient impacter les stratégies marketing en 20153 tendances tech qui pourraient impacter les stratégies marketing en 2015
3 tendances tech qui pourraient impacter les stratégies marketing en 2015
 
omnicare annual reports 2000
omnicare annual reports  2000omnicare annual reports  2000
omnicare annual reports 2000
 
Brannprosjektering 02 bæreevne og stabilitet ved brann og eksplosjon
Brannprosjektering 02 bæreevne og stabilitet ved brann og eksplosjonBrannprosjektering 02 bæreevne og stabilitet ved brann og eksplosjon
Brannprosjektering 02 bæreevne og stabilitet ved brann og eksplosjon
 

Mais de David Coallier

Data Science at Scale @ barricade.io
Data Science at Scale @ barricade.ioData Science at Scale @ barricade.io
Data Science at Scale @ barricade.ioDavid Coallier
 
Data Science, what even?!
Data Science, what even?!Data Science, what even?!
Data Science, what even?!David Coallier
 
Data Science, what even...
Data Science, what even...Data Science, what even...
Data Science, what even...David Coallier
 
PRISM seed-stage Investor Deck
PRISM seed-stage Investor DeckPRISM seed-stage Investor Deck
PRISM seed-stage Investor DeckDavid Coallier
 
Taking PHP to the next level
Taking PHP to the next levelTaking PHP to the next level
Taking PHP to the next levelDavid Coallier
 
Mobile Cloud Architectures
Mobile Cloud ArchitecturesMobile Cloud Architectures
Mobile Cloud ArchitecturesDavid Coallier
 
Taking PHP To the next level
Taking PHP To the next levelTaking PHP To the next level
Taking PHP To the next levelDavid Coallier
 
Orchestra at EngineYard
Orchestra at EngineYardOrchestra at EngineYard
Orchestra at EngineYardDavid Coallier
 
The Orchestra Platform
The Orchestra PlatformThe Orchestra Platform
The Orchestra PlatformDavid Coallier
 
Building APIs with FRAPI
Building APIs with FRAPIBuilding APIs with FRAPI
Building APIs with FRAPIDavid Coallier
 
RESTful APIs and FRAPI
RESTful APIs and FRAPIRESTful APIs and FRAPI
RESTful APIs and FRAPIDavid Coallier
 
Open Source for the greater good
Open Source for the greater goodOpen Source for the greater good
Open Source for the greater goodDavid Coallier
 
PHP 5.3, a walkthrough
PHP 5.3, a walkthroughPHP 5.3, a walkthrough
PHP 5.3, a walkthroughDavid Coallier
 
RESTful APIs and FRAPI, a matter of minutes
RESTful APIs and FRAPI, a matter of minutesRESTful APIs and FRAPI, a matter of minutes
RESTful APIs and FRAPI, a matter of minutesDavid Coallier
 
An introduction to CouchDB
An introduction to CouchDBAn introduction to CouchDB
An introduction to CouchDBDavid Coallier
 
Get ready for web3.0! Open up your app!
Get ready for web3.0! Open up your app!Get ready for web3.0! Open up your app!
Get ready for web3.0! Open up your app!David Coallier
 

Mais de David Coallier (17)

Data Science at Scale @ barricade.io
Data Science at Scale @ barricade.ioData Science at Scale @ barricade.io
Data Science at Scale @ barricade.io
 
Data Science, what even?!
Data Science, what even?!Data Science, what even?!
Data Science, what even?!
 
Data Science, what even...
Data Science, what even...Data Science, what even...
Data Science, what even...
 
PRISM seed-stage Investor Deck
PRISM seed-stage Investor DeckPRISM seed-stage Investor Deck
PRISM seed-stage Investor Deck
 
Taking PHP to the next level
Taking PHP to the next levelTaking PHP to the next level
Taking PHP to the next level
 
Mobile Cloud Architectures
Mobile Cloud ArchitecturesMobile Cloud Architectures
Mobile Cloud Architectures
 
Taking PHP To the next level
Taking PHP To the next levelTaking PHP To the next level
Taking PHP To the next level
 
Orchestra at EngineYard
Orchestra at EngineYardOrchestra at EngineYard
Orchestra at EngineYard
 
The Orchestra Platform
The Orchestra PlatformThe Orchestra Platform
The Orchestra Platform
 
Breaking Technologies
Breaking TechnologiesBreaking Technologies
Breaking Technologies
 
Building APIs with FRAPI
Building APIs with FRAPIBuilding APIs with FRAPI
Building APIs with FRAPI
 
RESTful APIs and FRAPI
RESTful APIs and FRAPIRESTful APIs and FRAPI
RESTful APIs and FRAPI
 
Open Source for the greater good
Open Source for the greater goodOpen Source for the greater good
Open Source for the greater good
 
PHP 5.3, a walkthrough
PHP 5.3, a walkthroughPHP 5.3, a walkthrough
PHP 5.3, a walkthrough
 
RESTful APIs and FRAPI, a matter of minutes
RESTful APIs and FRAPI, a matter of minutesRESTful APIs and FRAPI, a matter of minutes
RESTful APIs and FRAPI, a matter of minutes
 
An introduction to CouchDB
An introduction to CouchDBAn introduction to CouchDB
An introduction to CouchDB
 
Get ready for web3.0! Open up your app!
Get ready for web3.0! Open up your app!Get ready for web3.0! Open up your app!
Get ready for web3.0! Open up your app!
 

Último

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 

Último (20)

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 

The Artful Business of Data Mining: Computational Statistics with Open Source Tools