SlideShare a Scribd company logo
Interpretable
Machine Learning
& Fairness
Raden Muhammad Hadi
Raden Muhammad Hadi
Quantus Telematika Indonesia
Mathematical Modeler
Outline
● What happening now?
● What is interpretability and why do we need it?
● How to interpret (a) model(s)?
● Why cares about it?
● What tools I can use?
● References
● Takeaways
What happening now
The Beautiful Hopes
https://www.cnnindonesia.com/ekonomi/20191129175837-532-452767/tugas-eselon-iii-dan-iv-yang-diganti-jokowi-dengan-ai
Deep Learning
Ilmiah (Scientific)
Deep Learning
Ilmiah (Scientific)
Dapat Dipertanggungjawabkan
(Responsibility)
Deep Learning
Scientific?
Scientific?
Scientific?
Scientific?
http://theconversation.com/could-machine-learning-mean-the-end-of-understanding-in-science-98995
Responsibility?
https://www.bbc.com/news/science-environment-47267081
Responsibility?
https://www.bbc.com/news/science-environment-47267081
Responsibility?
https://www.bbc.com/news/science-environment-47267081
Deep Learning?
The Ugly Truths
AI In Hiring Process
https://www.theverge.com/2018/10/10/17958784/ai-recruiting-tool-bias-amazon-report
https://www.theverge.com/2018/10/10/17958784/ai-recruiting-tool-bias-amazon-report
https://www.theverge.com/2018/10/10/17958784/ai-recruiting-tool-bias-amazon-report
AI In Credit Scoring
AppleCard Case
https://www.independent.co.uk/life-style/apple-credit-card-sexist-twitter-steve-wozniak-complai
nts-gender-discrimination-a9197826.html
AppleCard Case
https://www.independent.co.uk/life-style/apple-credit-card-sexist-twitter-steve-wozniak-complai
nts-gender-discrimination-a9197826.html
AppleCard Case
https://www.independent.co.uk/life-style/apple-credit-card-sexist-twitter-steve-wozniak-complai
nts-gender-discrimination-a9197826.html
AI In Criminal Justice
Overall, Northpointe’s assessment tool correctly predicts recidivism
61 percent of the time. But blacks are almost twice as likely as whites
to be labeled a higher risk but not actually re-offend. It makes the
opposite mistake among whites: They are much more likely than
blacks to be labeled lower risk but go on to commit other crimes.
https://www.propublica.org/article/machine-bias-risk-assessments-in-criminal-sentencing
Natural Language Processing
Word2Vec
https://www.researchgate.net/figure/Architecture-of-Word2Vec-models-CBOW-and-Skip-Gram_fig3_328373466
https://blog.acolyer.org/2016/04/21/the-amazing-power-of-word-vectors/
Quick Quiz
He:Programmer = She:?
He:Programmer = She:Homemaker
https://arxiv.org/pdf/1607.06520.pdf
https://arxiv.org/pdf/1607.06520.pdf
https://arxiv.org/pdf/1607.06520.pdf
https://arxiv.org/pdf/1607.06520.pdf
What is Interpretability?
Pointy
ears
Pointy
ears
Pointy
ears
Pointy
ears
Pointy
ears
Whiskers
Pointy
ears
Pointy
ears
Whiskers
How
machine
learn
these
features?
CAT
80%
Random
noise
DOG
80%
Random
noise
https://arxiv.org/pdf/1412.6572.pdf
OVARIAN
CANCER
“We need to
remove your
wombs”
Imagine
https://christophm.github.io/interpretable-ml-book/terminology.html
https://christophm.github.io/interpretable-ml-book/terminology.html
“Interpretability is the degree to which a
human can
understand the cause of a decision.”
Tim Milner on “Explanation in Artificial Intelligence:
Insights from the Social Sciences”
https://arxiv.org/abs/1706.07269
The World
Data
Model
Human
Capture
Learn
Inform
The World
Data
Model
Interpretability
Human
Capture
Learn
Inform
Extract
Why do we need interpretability?
5 Reasons for Interpretability
Compliance to
legislation
Verify that classifier works as
expected
Interpretability in
science
Learn from the learning
machine
Improve Classifier
How to interpret (a) model(s)?
Interpretability Quadrants
Global
vs
Local
https://towardsdatascience.com/machine-learning-interpretability-techniques-662c723454f3
Specific
vs
Agnostic
https://christophm.github.io/interpretable-ml-book/limo.html
https://christophm.github.io/interpretable-ml-book/pdp.html
Fairness Metrics
https://cran.r-project.org/web/packages/fairness/vignettes/fairness.html
Why Cares?
https://www.pwc.co.uk/audit-assurance/assets/explainable-ai.pdf
https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/Model-AI-Framework---First-Edition.pdf
Problems
Interpretability - Accuracy Tradeoff
What tools I can use
IML package for R
Features included:
● Feature importance
● Partial dependence plots
● Individual conditional
expectation plots (ICE)
● Accumulated local effects
● Tree surrogate
● LocalModel: Local Interpretable
Model-agnostic Explanations
● Shapley value for explaining
single predictions
https://github.com/christophM/iml
DrWhy.AI Model Development
Framework for R
https://github.com/ModelOriented/DrWhy
Fairness
R Package
Metrics included:
● Demographic Parity
● Proportional Parity
● Equalized Odds
● Predictive Rate Parity
● Accuracy Parity
● Visualizations
https://cran.r-project.org/web/packages/fairness/index.html
Yellowbrick
Python Package
Features included:
● Feature Visualization
● Classification Visualization
● Model Selection Visualization
● Target Visualization
● Text Visualization
https://www.scikit-yb.org/en/latest/
Skater Python Package
Feature includes:
● Global Interpretation
○ Feature Importance
○ Partial Dependence Plot
● Local Interpretation
○ LIME
○ Layer-Wise Relevance
Propagation
○ Integrated Gradient
● Hybrid
○ Scalable Bayesian Rule List
○ Tree Surrogateshttps://oracle.github.io/Skater/overview.html
ELI5
Python Package
Features included:
● Explainer for model built by
○ Scikit-Learn
○ Keras
○ XGBoost
○ LightGBM
○ CatBoost
○ Sklearn-CRFSuite
● Permutation Importance
● Text Explainer
https://eli5.readthedocs.io/en/latest/
Aequitas Python Package for Model
Auditing
Metrics Included:
● Predicted Positive
● Total Predictive Positive
● Predicted Prevalence
● False Discovery Rate
● False Omission Rate
● Visualizationshttp://www.datasciencepublicpolicy.org/projects/aequitas/
References
https://fairmlbook.org/pdf/fairmlbook.pdfhttps://christophm.github.io/interpretable-ml-book/
References
https://github.com/lopusz/awesome-interpretable-machine-learning
Takeaways
Understand your model
Audit your model
Takeaways
You’re not only responsible to increase
your company ROI, think about
people/group/gender who get impacted
by your model
Thank You
and enjoy the event!

More Related Content

Similar to Raden Muhammad Hadi - Interpretable machine learning & fairness

AI and The future of work
AI and The future of work AI and The future of work
AI and The future of work
Subrat Panda, PhD
 
Taxation project new
Taxation project newTaxation project new
Taxation project new
IT
 
AI in security
AI in securityAI in security
AI in security
Subrat Panda, PhD
 
Course Outline Sep 2021 Trimester.pptx
Course Outline Sep 2021 Trimester.pptxCourse Outline Sep 2021 Trimester.pptx
Course Outline Sep 2021 Trimester.pptx
Mobin26
 
Mixed Methods Research in the Age of Big Data: A Primer for UX Researchers
Mixed Methods Research in the Age of Big Data: A Primer for UX ResearchersMixed Methods Research in the Age of Big Data: A Primer for UX Researchers
Mixed Methods Research in the Age of Big Data: A Primer for UX Researchers
UXPA International
 
UXPA 2016: Mixed Methods Research in the Age of Big Data
UXPA 2016: Mixed Methods Research in the Age of Big DataUXPA 2016: Mixed Methods Research in the Age of Big Data
UXPA 2016: Mixed Methods Research in the Age of Big Data
Zachary Sam Zaiss
 
Essential Skills for 2023 Engineers
Essential Skills for 2023 EngineersEssential Skills for 2023 Engineers
Essential Skills for 2023 Engineers
Prof. Akram Hassan PhD,MBA,PMP,OPM3
 
#تواصل_تطوير المحاضرة رقم 188 الاستاذ الدكتور / أكرم حسن استاذ واستشاري إدارة...
#تواصل_تطوير المحاضرة رقم 188 الاستاذ الدكتور / أكرم حسن استاذ واستشاري إدارة...#تواصل_تطوير المحاضرة رقم 188 الاستاذ الدكتور / أكرم حسن استاذ واستشاري إدارة...
#تواصل_تطوير المحاضرة رقم 188 الاستاذ الدكتور / أكرم حسن استاذ واستشاري إدارة...
Egyptian Engineers Association
 
IIT Jodhpur Postgraduate Diploma in Data Engineering & Cloud Computing.pdf
IIT Jodhpur Postgraduate Diploma in Data Engineering & Cloud Computing.pdfIIT Jodhpur Postgraduate Diploma in Data Engineering & Cloud Computing.pdf
IIT Jodhpur Postgraduate Diploma in Data Engineering & Cloud Computing.pdf
aniketagarwal47
 
IIT Jodhpur Post Graduate Diploma in Data Engineering & Cloud Computing
IIT Jodhpur Post Graduate Diploma in Data Engineering & Cloud ComputingIIT Jodhpur Post Graduate Diploma in Data Engineering & Cloud Computing
IIT Jodhpur Post Graduate Diploma in Data Engineering & Cloud Computing
aniketagarwal47
 
Leveraging The Machine: The Future of People Data Is Now
Leveraging The Machine: The Future of People Data Is Now Leveraging The Machine: The Future of People Data Is Now
Leveraging The Machine: The Future of People Data Is Now
Cornerstone OnDemand
 
7 Steps Big Data Journey for Enterprises
7 Steps Big Data Journey for Enterprises7 Steps Big Data Journey for Enterprises
7 Steps Big Data Journey for Enterprises
Raju Shreewastava
 
382020 Originality Reporthttpslms.seu.edu.sawebapps.docx
382020 Originality Reporthttpslms.seu.edu.sawebapps.docx382020 Originality Reporthttpslms.seu.edu.sawebapps.docx
382020 Originality Reporthttpslms.seu.edu.sawebapps.docx
taishao1
 
Demat account 1
Demat account 1Demat account 1
Demat account 1
kammy virk
 
How to add machine learning to your applications today
How to add machine learning to your applications todayHow to add machine learning to your applications today
How to add machine learning to your applications today
Michal Hodinka
 
thesis_jinxing_lin
thesis_jinxing_linthesis_jinxing_lin
thesis_jinxing_linjinxing lin
 
Employee work management system project using codeIgniter
Employee work management system project using codeIgniter Employee work management system project using codeIgniter
Employee work management system project using codeIgniter
Shahinul Islam Sujon
 
A great PG program in Machine Learning that will help you land in your dream job
A great PG program in Machine Learning that will help you land in your dream jobA great PG program in Machine Learning that will help you land in your dream job
A great PG program in Machine Learning that will help you land in your dream job
MamathaSharma4
 

Similar to Raden Muhammad Hadi - Interpretable machine learning & fairness (20)

AI and The future of work
AI and The future of work AI and The future of work
AI and The future of work
 
Taxation project new
Taxation project newTaxation project new
Taxation project new
 
AI in security
AI in securityAI in security
AI in security
 
Course Outline Sep 2021 Trimester.pptx
Course Outline Sep 2021 Trimester.pptxCourse Outline Sep 2021 Trimester.pptx
Course Outline Sep 2021 Trimester.pptx
 
Mixed Methods Research in the Age of Big Data: A Primer for UX Researchers
Mixed Methods Research in the Age of Big Data: A Primer for UX ResearchersMixed Methods Research in the Age of Big Data: A Primer for UX Researchers
Mixed Methods Research in the Age of Big Data: A Primer for UX Researchers
 
UXPA 2016: Mixed Methods Research in the Age of Big Data
UXPA 2016: Mixed Methods Research in the Age of Big DataUXPA 2016: Mixed Methods Research in the Age of Big Data
UXPA 2016: Mixed Methods Research in the Age of Big Data
 
Essential Skills for 2023 Engineers
Essential Skills for 2023 EngineersEssential Skills for 2023 Engineers
Essential Skills for 2023 Engineers
 
ongc report
ongc reportongc report
ongc report
 
#تواصل_تطوير المحاضرة رقم 188 الاستاذ الدكتور / أكرم حسن استاذ واستشاري إدارة...
#تواصل_تطوير المحاضرة رقم 188 الاستاذ الدكتور / أكرم حسن استاذ واستشاري إدارة...#تواصل_تطوير المحاضرة رقم 188 الاستاذ الدكتور / أكرم حسن استاذ واستشاري إدارة...
#تواصل_تطوير المحاضرة رقم 188 الاستاذ الدكتور / أكرم حسن استاذ واستشاري إدارة...
 
IIT Jodhpur Postgraduate Diploma in Data Engineering & Cloud Computing.pdf
IIT Jodhpur Postgraduate Diploma in Data Engineering & Cloud Computing.pdfIIT Jodhpur Postgraduate Diploma in Data Engineering & Cloud Computing.pdf
IIT Jodhpur Postgraduate Diploma in Data Engineering & Cloud Computing.pdf
 
IIT Jodhpur Post Graduate Diploma in Data Engineering & Cloud Computing
IIT Jodhpur Post Graduate Diploma in Data Engineering & Cloud ComputingIIT Jodhpur Post Graduate Diploma in Data Engineering & Cloud Computing
IIT Jodhpur Post Graduate Diploma in Data Engineering & Cloud Computing
 
Leveraging The Machine: The Future of People Data Is Now
Leveraging The Machine: The Future of People Data Is Now Leveraging The Machine: The Future of People Data Is Now
Leveraging The Machine: The Future of People Data Is Now
 
7 Steps Big Data Journey for Enterprises
7 Steps Big Data Journey for Enterprises7 Steps Big Data Journey for Enterprises
7 Steps Big Data Journey for Enterprises
 
382020 Originality Reporthttpslms.seu.edu.sawebapps.docx
382020 Originality Reporthttpslms.seu.edu.sawebapps.docx382020 Originality Reporthttpslms.seu.edu.sawebapps.docx
382020 Originality Reporthttpslms.seu.edu.sawebapps.docx
 
MoneySafe-FinalReport
MoneySafe-FinalReportMoneySafe-FinalReport
MoneySafe-FinalReport
 
Demat account 1
Demat account 1Demat account 1
Demat account 1
 
How to add machine learning to your applications today
How to add machine learning to your applications todayHow to add machine learning to your applications today
How to add machine learning to your applications today
 
thesis_jinxing_lin
thesis_jinxing_linthesis_jinxing_lin
thesis_jinxing_lin
 
Employee work management system project using codeIgniter
Employee work management system project using codeIgniter Employee work management system project using codeIgniter
Employee work management system project using codeIgniter
 
A great PG program in Machine Learning that will help you land in your dream job
A great PG program in Machine Learning that will help you land in your dream jobA great PG program in Machine Learning that will help you land in your dream job
A great PG program in Machine Learning that will help you land in your dream job
 

Recently uploaded

原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
u86oixdj
 
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdfCh03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
haila53
 
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
ahzuo
 
Everything you wanted to know about LIHTC
Everything you wanted to know about LIHTCEverything you wanted to know about LIHTC
Everything you wanted to know about LIHTC
Roger Valdez
 
My burning issue is homelessness K.C.M.O.
My burning issue is homelessness K.C.M.O.My burning issue is homelessness K.C.M.O.
My burning issue is homelessness K.C.M.O.
rwarrenll
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP
 
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
slg6lamcq
 
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
oz8q3jxlp
 
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
u86oixdj
 
一比一原版(BCU毕业证书)伯明翰城市大学毕业证如何办理
一比一原版(BCU毕业证书)伯明翰城市大学毕业证如何办理一比一原版(BCU毕业证书)伯明翰城市大学毕业证如何办理
一比一原版(BCU毕业证书)伯明翰城市大学毕业证如何办理
dwreak4tg
 
Nanandann Nilekani's ppt On India's .pdf
Nanandann Nilekani's ppt On India's .pdfNanandann Nilekani's ppt On India's .pdf
Nanandann Nilekani's ppt On India's .pdf
eddie19851
 
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
AbhimanyuSinha9
 
Learn SQL from basic queries to Advance queries
Learn SQL from basic queries to Advance queriesLearn SQL from basic queries to Advance queries
Learn SQL from basic queries to Advance queries
manishkhaire30
 
Malana- Gimlet Market Analysis (Portfolio 2)
Malana- Gimlet Market Analysis (Portfolio 2)Malana- Gimlet Market Analysis (Portfolio 2)
Malana- Gimlet Market Analysis (Portfolio 2)
TravisMalana
 
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
axoqas
 
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
John Andrews
 
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
slg6lamcq
 
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Subhajit Sahu
 
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
axoqas
 
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
mbawufebxi
 

Recently uploaded (20)

原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
 
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdfCh03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
 
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
 
Everything you wanted to know about LIHTC
Everything you wanted to know about LIHTCEverything you wanted to know about LIHTC
Everything you wanted to know about LIHTC
 
My burning issue is homelessness K.C.M.O.
My burning issue is homelessness K.C.M.O.My burning issue is homelessness K.C.M.O.
My burning issue is homelessness K.C.M.O.
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
 
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
 
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
 
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
 
一比一原版(BCU毕业证书)伯明翰城市大学毕业证如何办理
一比一原版(BCU毕业证书)伯明翰城市大学毕业证如何办理一比一原版(BCU毕业证书)伯明翰城市大学毕业证如何办理
一比一原版(BCU毕业证书)伯明翰城市大学毕业证如何办理
 
Nanandann Nilekani's ppt On India's .pdf
Nanandann Nilekani's ppt On India's .pdfNanandann Nilekani's ppt On India's .pdf
Nanandann Nilekani's ppt On India's .pdf
 
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
 
Learn SQL from basic queries to Advance queries
Learn SQL from basic queries to Advance queriesLearn SQL from basic queries to Advance queries
Learn SQL from basic queries to Advance queries
 
Malana- Gimlet Market Analysis (Portfolio 2)
Malana- Gimlet Market Analysis (Portfolio 2)Malana- Gimlet Market Analysis (Portfolio 2)
Malana- Gimlet Market Analysis (Portfolio 2)
 
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
 
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
 
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
 
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
 
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
 
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
 

Raden Muhammad Hadi - Interpretable machine learning & fairness