SlideShare a Scribd company logo
BUILDINGAGILE&AI
STARTUPS
BASIC TIPS FOR PRODUCT MANAGERS
By John Fagan
R & Pandas & pythons & trees
Notebooks
Tensor flow
Models
AL / ML / Deep learning
Supervised learning
Unsupervised learning
Semi unsupervised
Transferred learning
Reinforcement learning
Back propagation
Forward propagation
Over fitting / under-fitting
Confusion Matrix
WENOWHAVE
DOCTORSINTHEHOUSE
INTIMIDATING NEW WORLD FOR PRODUCT MANAGERS
Inference
Classification, Regression, Correlation
FPs
Outlier / Normalize
Statistical Significance
Variance
Feature Engineering
Neural Networks
LSTMS
Quantile
Random Forest (may forests!)
Confidence interval
F1 Score
Precision / Recall
Mean Squared Err
@johnbfagan
WHATDOTHESEWIZARDSDO?@johnbfagan
https://towardsdatascience.com/demystifying-the-data-science-job-families-c74f2294b1bd
THEREARENOWIZARDS
@johnbfagan
https://hackernoon.com/the-ai-hierarchy-of-needs-18f111fcc007
FIRST.ISYOURDATASTACKREADY?
@johnbfagan
• Understand basic components and work flows
• Get familiar with basic terms, methods and
constructs e.g. supervised, unsupervised,
classification, algorithm and models, model
evaluation, variance, bias, overfitting, precision,
recall
• Listen to Podcasts
• Loads on Youtube
• Do a short course
ACQUIREDATASCIENCELITERACY
PREPAREBEFORETHE
DOCTORSARRIVE
@johnbfagan
Use the Retrospective to make small and continuous
improvements.
Data hygiene & integrity
Data models
Transaction ids
Data flows
Simple data archiving mechanic
Gradually tune up your Definition of Done
Consider hiring a data science consultant on short term
contract
PREPAREBEFORETHE
DOCTORSARRIVE
GET YOUR DATA READY.
@johnbfagan
https://medium.com/@hugh_data_science/the-pyramid-of-data-needs-and-why-it-matters-for-your-career-b0f695c13f11
https://courses.lumenlearning.com/wmintrobusiness/chapter/reading-stages-of-the-product-life-cycle/
PYRAMID OF DATA NEEDS
THINK.EVOLUTIONNOTREVOLUTION
ALIGNED TO PRODUCT DEVELOPMENT & STARTUP LIFECYCLE
@johnbfagan
https://medium.com/jalapeno-app/waterfall-agile-spectrum-e0bff7efa2e1
PLAN.FORCLASHOFCULTURES
🤔CANYOUHAVEA3POINTUSERSTORY ANDTHROWINA“DOTHEDATASCIENCE”SUBTASK?
@johnbfagan
https://www.oreilly.com/radar/a-manifesto-for-agile-data-science/
GREAT MODEL FOR UNLOCKING VALUE IN A AGILE FRAMEWORK, STORIES AT EACH LEVEL
THINK.ABOUTTHEDATAVALUEPYRAMID
@johnbfagan
READY?DEFINEYOURPROBLEM
Allows you to align expectations and outcomes.
You should spend time collaborating with your
team (engineers, data science, testers and
management) on defining the problem,
assumptions & expected outcomes. More so
than you would with a classic problem which is
solved by CRUD.
Luckily Machine Learning Mastery have a great
template, which I have adapted to agile stories.
https://machinelearningmastery.com/how-to-define-your-machine-learning-problem/
MUST.DEFINETHE
PROBLEM
PUT A LOT OF LOVE INTO THIS
@johnbfagan
MACHINELEARNING
MASTERY Tests the boundaries
and re-tests the
problem statement and
assumptions
Breaks the solution
down into layman level
@johnbfagan
IN ORDER TO become a social medial influencer

AS A regular twitter user

I NEED twitter to predict if my draft tweet content will get retweets

GIVEN there is a history of tweets from @illizian

AND some have retweets

AND some do not
WHEN @illizian composes a new tweet

THEN classify the tweet if its going to get retweets or not 

AND ensure the classification model has an accuracy score as a percentage.

AND the accuracy score is the number of tweets predicted correctly out of all tweets

AND The specific words he used in the tweet matter to the model.

AND The specific user that retweets does not matter to the model.

AND The number of retweets may matter to the model.

AND Older tweets are less predictive than more recent tweets.

TRANSLATETOUSERSTORIESWITHBDD
@johnbfagan
F1 score - measure of a test's accuracy. It considers both
the precision p and the recall r
False Positives - a test result which wrongly indicates that a
particular condition or attribute is present.
False Negatives - a test result which wrongly indicates that
a particular condition or attribute is absent.
Tradeoffs - impact mapping milestone a great way to
describe tradeoffs of quality versus, time and cost and
define you Go vs No-Go Metrics 
MUST. CAREABOUT
SUCCESSMETRICS
WHAT DOES SUCCESS LOOK LIKE?
https://www.productschool.com/blog/product-management-2/great-machine-learning-product-management-google/
https://www.impactmapping.org/
@johnbfagan
SOLVINGYOURPREDICTIVE
CHALLENGE
We all have a great solution, the best solution, but machine
learning is just one solution along with many others.
First create a super dumb baseline model (!AI), e.g.
• 100% certainty each tweet will be RT’d!
• Use average % of last 100 tweets that got RT’d
• If any words (excluding stop words) previously got
RT’d, then 100% certain tweet will get RT’d!
You might be surprised that your super simple solution is fit
for purpose
STARTWITHTHE
DUMBESTSOLUTION
@johnbfagan
https://www.youtube.com/watch?v=TK-2189UcKk
MUST. CAREABOUT
TESTDATA.
BUILD YOUR TEST DATA & AGREE KPIS
@johnbfagan
https://www.datarobot.com/wiki/cross-validation/
MUST.UNDERSTANDMODEL
EVALUATION
Validation data, later used for training too
Validation techniques
• Hold out - cross validation
• K fold - cross-validation
Beware of bias, overfitting & underfitting
CROSS VALIDATION
@johnbfagan
https://www.youtube.com/watch?v=EuBBz3bI-aA
VARIANCE AND BIAS
MUST.ENSUREYOUARETRAINING
FORTHERIGHTOUTCOMES.
@johnbfagan
https://machinelearningmastery.com/a-tour-of-machine-learning-algorithms/
FORGET.ALGORITHMS
YOU HIRE DATA SCIENTISTS TO WORRY ABOUT THIS.
@johnbfagan
https://www.oreilly.com/library/view/evaluating-machine-learning/9781492048756/ch01.html
MAKE SURE YOU LET YOUR TEAM INVEST IN THIS
MUST.WORRYABOUT INFRASTRUCTURE&DEPLOYMENT
@johnbfagan
GOINGFROMSTARTUPTOSCALEUP
https://research.aimultiple.com/data-science-tools/
BUILD.DATASCIENCESTACKS
@johnbfagan
Software is usually static, but data is
always changing.
Monitor algorithms performance for drift
Adapt by understanding, re-fitting,
updating, weighting, learning the
changes.
MONITOR.DRIFT
BEHAVIOURS ALWAYS CHANGE.
https://www.semanticscholar.org/paper/Concept-drift-adaptation-for-learning-with-data-Liu/5b105e357936f989cfb46ddd055ea44a2b0aed04
https://machinelearningmastery.com/gentle-introduction-concept-drift-machine-learning/
@johnbfagan
https://www.grazitti.com/blog/data-lake-vs-data-warehouse-which-one-should-you-go-for/
GROW.DATALAKES
@johnbfagan
HTTPS://WWW.GOOGLE.COM/URL?SA=I&URL=HTTPS%3A%2F%2FWWW.DIALOGUES.ORG%2F08%2F02%2F2018%2FSOFTWARE-ENGINEER-VS-DATA-SCIENTIST-INTERVIEW-FEATURING-JOMA-TECH-
%2F1533228768&PSIG=AOVVAW18WWIM9CIR1QCAHVJYJHVH&UST=1590168327220000&SOURCE=IMAGES&CD=VFE&VED=0CA0QJHXQFWOTCLITHOW8XEKCFQAAAAADAAAAABAI
ENABLE.COLLABORATION
@johnbfagan
THANKS

More Related Content

Similar to Building Agile & AI startups - Basic tips for Product Managers

Product Management & Statistics - ProductTank Helsinki 04/2020
Product Management & Statistics - ProductTank Helsinki 04/2020Product Management & Statistics - ProductTank Helsinki 04/2020
Product Management & Statistics - ProductTank Helsinki 04/2020
Marjukka Niinioja
 
Model Monitoring at Scale with Apache Spark and Verta
Model Monitoring at Scale with Apache Spark and VertaModel Monitoring at Scale with Apache Spark and Verta
Model Monitoring at Scale with Apache Spark and Verta
Databricks
 
Dave Davies @ Pubcon
Dave Davies @ PubconDave Davies @ Pubcon
Dave Davies @ Pubcon
Dave Davies
 
Setting Up a Machine Learning Platform
Setting Up a Machine Learning PlatformSetting Up a Machine Learning Platform
Setting Up a Machine Learning Platform
Christopher Mohritz
 
DevOps Theory vs. Practice: A Song of Ice and Tire Fire
DevOps Theory vs. Practice: A Song of Ice and Tire FireDevOps Theory vs. Practice: A Song of Ice and Tire Fire
DevOps Theory vs. Practice: A Song of Ice and Tire Fire
Leon Stigter
 
Intro to Machine Learning by Google Product Manager
Intro to Machine Learning by Google Product ManagerIntro to Machine Learning by Google Product Manager
Intro to Machine Learning by Google Product Manager
Product School
 
Building Continuous Learning Systems
Building Continuous Learning SystemsBuilding Continuous Learning Systems
Building Continuous Learning Systems
Anuj Gupta
 
Barga Data Science lecture 9
Barga Data Science lecture 9Barga Data Science lecture 9
Barga Data Science lecture 9
Roger Barga
 
Streams on top of scala - #lambdaCon
Streams on top of scala - #lambdaConStreams on top of scala - #lambdaCon
Streams on top of scala - #lambdaCon
Quentin Adam
 
Digital Mornings Copenhagen - Mathew Sweezey presentation
Digital Mornings Copenhagen - Mathew Sweezey presentationDigital Mornings Copenhagen - Mathew Sweezey presentation
Digital Mornings Copenhagen - Mathew Sweezey presentation
Bård Buan
 
Digital Mornings Copenhagen - Mathew Sweezey presentation
Digital Mornings Copenhagen - Mathew Sweezey presentationDigital Mornings Copenhagen - Mathew Sweezey presentation
Digital Mornings Copenhagen - Mathew Sweezey presentation
Bård Buan
 
Leveraging AI & ML to Automoate Repetitive Tasks
Leveraging AI & ML to Automoate Repetitive TasksLeveraging AI & ML to Automoate Repetitive Tasks
Leveraging AI & ML to Automoate Repetitive Tasks
SabrinaBandel1
 
How to Use Machine Learning as a Product Manager by Wework PM
 How to Use Machine Learning as a Product Manager by Wework PM How to Use Machine Learning as a Product Manager by Wework PM
How to Use Machine Learning as a Product Manager by Wework PM
Product School
 
Generalist.pdf
Generalist.pdfGeneralist.pdf
Generalist.pdf
Lital Hassine
 
SentimentAnalysisofTwitterProductReviewsDocument.pdf
SentimentAnalysisofTwitterProductReviewsDocument.pdfSentimentAnalysisofTwitterProductReviewsDocument.pdf
SentimentAnalysisofTwitterProductReviewsDocument.pdf
DevinSohi
 
Natural Language Classifier - Handbook (IBM)
Natural Language Classifier - Handbook (IBM)Natural Language Classifier - Handbook (IBM)
Natural Language Classifier - Handbook (IBM)
Davi Couto
 
Automated Machine Learning
Automated Machine LearningAutomated Machine Learning
Automated Machine Learning
Yuriy Guts
 
ODSC East 2020 : Continuous_learning_systems
ODSC East 2020 : Continuous_learning_systemsODSC East 2020 : Continuous_learning_systems
ODSC East 2020 : Continuous_learning_systems
Anuj Gupta
 
Digital morning, Stockholm, 23 of March
Digital morning, Stockholm, 23 of MarchDigital morning, Stockholm, 23 of March
Digital morning, Stockholm, 23 of March
Eva-Lotta Laurin
 
10 TRENDS IN STAFFING TECH — DON'T GET BLINDSIDED
10 TRENDS IN STAFFING TECH — DON'T GET BLINDSIDED10 TRENDS IN STAFFING TECH — DON'T GET BLINDSIDED
10 TRENDS IN STAFFING TECH — DON'T GET BLINDSIDED
Human Capital Media
 

Similar to Building Agile & AI startups - Basic tips for Product Managers (20)

Product Management & Statistics - ProductTank Helsinki 04/2020
Product Management & Statistics - ProductTank Helsinki 04/2020Product Management & Statistics - ProductTank Helsinki 04/2020
Product Management & Statistics - ProductTank Helsinki 04/2020
 
Model Monitoring at Scale with Apache Spark and Verta
Model Monitoring at Scale with Apache Spark and VertaModel Monitoring at Scale with Apache Spark and Verta
Model Monitoring at Scale with Apache Spark and Verta
 
Dave Davies @ Pubcon
Dave Davies @ PubconDave Davies @ Pubcon
Dave Davies @ Pubcon
 
Setting Up a Machine Learning Platform
Setting Up a Machine Learning PlatformSetting Up a Machine Learning Platform
Setting Up a Machine Learning Platform
 
DevOps Theory vs. Practice: A Song of Ice and Tire Fire
DevOps Theory vs. Practice: A Song of Ice and Tire FireDevOps Theory vs. Practice: A Song of Ice and Tire Fire
DevOps Theory vs. Practice: A Song of Ice and Tire Fire
 
Intro to Machine Learning by Google Product Manager
Intro to Machine Learning by Google Product ManagerIntro to Machine Learning by Google Product Manager
Intro to Machine Learning by Google Product Manager
 
Building Continuous Learning Systems
Building Continuous Learning SystemsBuilding Continuous Learning Systems
Building Continuous Learning Systems
 
Barga Data Science lecture 9
Barga Data Science lecture 9Barga Data Science lecture 9
Barga Data Science lecture 9
 
Streams on top of scala - #lambdaCon
Streams on top of scala - #lambdaConStreams on top of scala - #lambdaCon
Streams on top of scala - #lambdaCon
 
Digital Mornings Copenhagen - Mathew Sweezey presentation
Digital Mornings Copenhagen - Mathew Sweezey presentationDigital Mornings Copenhagen - Mathew Sweezey presentation
Digital Mornings Copenhagen - Mathew Sweezey presentation
 
Digital Mornings Copenhagen - Mathew Sweezey presentation
Digital Mornings Copenhagen - Mathew Sweezey presentationDigital Mornings Copenhagen - Mathew Sweezey presentation
Digital Mornings Copenhagen - Mathew Sweezey presentation
 
Leveraging AI & ML to Automoate Repetitive Tasks
Leveraging AI & ML to Automoate Repetitive TasksLeveraging AI & ML to Automoate Repetitive Tasks
Leveraging AI & ML to Automoate Repetitive Tasks
 
How to Use Machine Learning as a Product Manager by Wework PM
 How to Use Machine Learning as a Product Manager by Wework PM How to Use Machine Learning as a Product Manager by Wework PM
How to Use Machine Learning as a Product Manager by Wework PM
 
Generalist.pdf
Generalist.pdfGeneralist.pdf
Generalist.pdf
 
SentimentAnalysisofTwitterProductReviewsDocument.pdf
SentimentAnalysisofTwitterProductReviewsDocument.pdfSentimentAnalysisofTwitterProductReviewsDocument.pdf
SentimentAnalysisofTwitterProductReviewsDocument.pdf
 
Natural Language Classifier - Handbook (IBM)
Natural Language Classifier - Handbook (IBM)Natural Language Classifier - Handbook (IBM)
Natural Language Classifier - Handbook (IBM)
 
Automated Machine Learning
Automated Machine LearningAutomated Machine Learning
Automated Machine Learning
 
ODSC East 2020 : Continuous_learning_systems
ODSC East 2020 : Continuous_learning_systemsODSC East 2020 : Continuous_learning_systems
ODSC East 2020 : Continuous_learning_systems
 
Digital morning, Stockholm, 23 of March
Digital morning, Stockholm, 23 of MarchDigital morning, Stockholm, 23 of March
Digital morning, Stockholm, 23 of March
 
10 TRENDS IN STAFFING TECH — DON'T GET BLINDSIDED
10 TRENDS IN STAFFING TECH — DON'T GET BLINDSIDED10 TRENDS IN STAFFING TECH — DON'T GET BLINDSIDED
10 TRENDS IN STAFFING TECH — DON'T GET BLINDSIDED
 

More from John Fagan

Beyond the Farebox - Mobility-as-a-Platform
Beyond the Farebox - Mobility-as-a-PlatformBeyond the Farebox - Mobility-as-a-Platform
Beyond the Farebox - Mobility-as-a-Platform
John Fagan
 
Orchestrated Mobility - Changing the way we move (Barclays Ai Frenzy)
Orchestrated Mobility - Changing the way we move (Barclays Ai Frenzy)Orchestrated Mobility - Changing the way we move (Barclays Ai Frenzy)
Orchestrated Mobility - Changing the way we move (Barclays Ai Frenzy)
John Fagan
 
SyncNorwich 5 years
SyncNorwich 5 yearsSyncNorwich 5 years
SyncNorwich 5 years
John Fagan
 
#mapbots can win, where #chatbots fail
#mapbots can win, where #chatbots fail#mapbots can win, where #chatbots fail
#mapbots can win, where #chatbots fail
John Fagan
 
Working From Home - Distributed Teams
Working From Home - Distributed TeamsWorking From Home - Distributed Teams
Working From Home - Distributed Teams
John Fagan
 
GeoWeb Services #WIN or #FAIL
GeoWeb Services #WIN or #FAILGeoWeb Services #WIN or #FAIL
GeoWeb Services #WIN or #FAIL
John Fagan
 
Where2.0Now - Finding the heat in Thematic Maps
Where2.0Now - Finding the heat in Thematic MapsWhere2.0Now - Finding the heat in Thematic Maps
Where2.0Now - Finding the heat in Thematic Maps
John Fagan
 
John Fagan - The Black Art of Geocoding
John Fagan - The Black Art of GeocodingJohn Fagan - The Black Art of Geocoding
John Fagan - The Black Art of Geocoding
John Fagan
 

More from John Fagan (8)

Beyond the Farebox - Mobility-as-a-Platform
Beyond the Farebox - Mobility-as-a-PlatformBeyond the Farebox - Mobility-as-a-Platform
Beyond the Farebox - Mobility-as-a-Platform
 
Orchestrated Mobility - Changing the way we move (Barclays Ai Frenzy)
Orchestrated Mobility - Changing the way we move (Barclays Ai Frenzy)Orchestrated Mobility - Changing the way we move (Barclays Ai Frenzy)
Orchestrated Mobility - Changing the way we move (Barclays Ai Frenzy)
 
SyncNorwich 5 years
SyncNorwich 5 yearsSyncNorwich 5 years
SyncNorwich 5 years
 
#mapbots can win, where #chatbots fail
#mapbots can win, where #chatbots fail#mapbots can win, where #chatbots fail
#mapbots can win, where #chatbots fail
 
Working From Home - Distributed Teams
Working From Home - Distributed TeamsWorking From Home - Distributed Teams
Working From Home - Distributed Teams
 
GeoWeb Services #WIN or #FAIL
GeoWeb Services #WIN or #FAILGeoWeb Services #WIN or #FAIL
GeoWeb Services #WIN or #FAIL
 
Where2.0Now - Finding the heat in Thematic Maps
Where2.0Now - Finding the heat in Thematic MapsWhere2.0Now - Finding the heat in Thematic Maps
Where2.0Now - Finding the heat in Thematic Maps
 
John Fagan - The Black Art of Geocoding
John Fagan - The Black Art of GeocodingJohn Fagan - The Black Art of Geocoding
John Fagan - The Black Art of Geocoding
 

Recently uploaded

Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
Zilliz
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
SOFTTECHHUB
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 

Recently uploaded (20)

Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 

Building Agile & AI startups - Basic tips for Product Managers