SlideShare une entreprise Scribd logo
1  sur  78
Télécharger pour lire hors ligne
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

Contenu connexe

En vedette

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
 

En vedette (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
 

Plus 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
 

Plus 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!
 

Dernier

Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 

Dernier (20)

Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 

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