Difference between revisions of "AI Verification and Validation"
m |
m (Text replacement - "http:" to "https:") |
||
| Line 5: | Line 5: | ||
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools | |description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools | ||
}} | }} | ||
| − | [ | + | [https://www.youtube.com/results?search_query=Verification+Validation+test+quality+Artificial+Intelligence+IV%26V YouTube search...] |
| − | [ | + | [https://www.google.com/search?q=Verification+Validation+test+quality+deep+machine+learning+ML ...Google search] |
* [[Explainable / Interpretable AI]] | * [[Explainable / Interpretable AI]] | ||
| Line 12: | Line 12: | ||
* [[Data Science]] | * [[Data Science]] | ||
* [[Train, Validate, and Test]] | * [[Train, Validate, and Test]] | ||
| − | * [ | + | * [https://www.sogeti.com/globalassets/global/downloads/reports/testing-of-artificial-intelligence_sogeti-report_11_12_2017-.pdf Testing of Artificial Intelligence | Sogeti] |
* [[Other Challenges]] in Artificial Intelligence | * [[Other Challenges]] in Artificial Intelligence | ||
| − | * [ | + | * [https://towardsdatascience.com/data-science-concepts-explained-to-a-five-year-old-ad440c7b3cbd Data Science Concepts Explained to a Five-year-old | Megan Dibble - Toward Data Science] |
Covering both.. | Covering both.. | ||
| Line 96: | Line 96: | ||
== <span id="A/B Testing"></span>A/B Testing == | == <span id="A/B Testing"></span>A/B Testing == | ||
| − | [ | + | [https://www.youtube.com/results?search_query=A/B+Testing+test+quality+Artificial+Intelligence+IV%26V YouTube search...] |
| − | [ | + | [https://www.google.com/search?q=A/B+Testing+test+quality+deep+machine+learning+ML ...Google search] |
| − | * [ | + | * [https://towardsdatascience.com/data-science-you-need-to-know-a-b-testing-f2f12aff619a Data science you need to know! A/B testing | Michael Barber - Towards Data Science] |
| − | * [ | + | * [https://medium.com/analytics-vidhya/a-b-testing-for-data-science-f1203e9503b6 A/B Testing for Data Science | Anjali Tiwari - Analytics Vidhya - Medium] |
| − | * [ | + | * [https://www.kdnuggets.com/2017/05/data-analyst-guide-ab-testing.html A Data Analyst guide to A/B testing | Jacob Joseph - CleverTap - KDnuggets] |
| − | A/B testing (also known as bucket testing or split-run testing) is a user experience research methodology. A/B tests consist of a randomized experiment with two variants, A and B. It includes application of statistical hypothesis testing or "two-sample hypothesis testing" as used in the field of statistics. A/B testing is a way to compare two versions of a single variable, typically by testing a subject's response to variant A against variant B, and determining which of the two variants is more effective. [ | + | A/B testing (also known as bucket testing or split-run testing) is a user experience research methodology. A/B tests consist of a randomized experiment with two variants, A and B. It includes application of statistical hypothesis testing or "two-sample hypothesis testing" as used in the field of statistics. A/B testing is a way to compare two versions of a single variable, typically by testing a subject's response to variant A against variant B, and determining which of the two variants is more effective. [https://en.wikipedia.org/wiki/A/B_testing Wikipedia] |
{|<!-- T --> | {|<!-- T --> | ||
| Line 137: | Line 137: | ||
<b>Incorporating AI in A/B Testing - Pavel Dmitriev | <b>Incorporating AI in A/B Testing - Pavel Dmitriev | ||
</b><br>Despite the rapidly growing number of applications of A.I., accurately measuring the quality of A.I. solutions remains a challenge. In this talk, I will highlight the issues with traditional approaches to evaluating A.I. systems and explain how A/B testing - the gold standard for measuring causal effects - can be used to resolve them. I will share practical learnings and pitfalls from a decade of applying A/B testing to evaluate A.I. systems, which practitioners will be able to apply in their domains. SUBSCRIBE: https://bit.ly/SubscribeMagnimind | </b><br>Despite the rapidly growing number of applications of A.I., accurately measuring the quality of A.I. solutions remains a challenge. In this talk, I will highlight the issues with traditional approaches to evaluating A.I. systems and explain how A/B testing - the gold standard for measuring causal effects - can be used to resolve them. I will share practical learnings and pitfalls from a decade of applying A/B testing to evaluate A.I. systems, which practitioners will be able to apply in their domains. SUBSCRIBE: https://bit.ly/SubscribeMagnimind | ||
| − | JOIN OUR SLACK COMMUNITY: | + | JOIN OUR SLACK COMMUNITY: https://bit.ly/AI-ML-DataScience-Lovers Magnimind Academy TV Presents - July 2020 |
|} | |} | ||
|}<!-- B --> | |}<!-- B --> | ||
== <span id="Multivariate Testing (MVT)"></span>Multivariate Testing (MVT) == | == <span id="Multivariate Testing (MVT)"></span>Multivariate Testing (MVT) == | ||
| − | [ | + | [https://www.youtube.com/results?search_query=Multivariate+Testing+test+quality+Artificial+Intelligence+IV%26V YouTube search...] |
| − | [ | + | [https://www.google.com/search?q=Multivariate+Testing+test+quality+deep+machine+learning+ML ...Google search] |
| − | * [ | + | * [https://vwo.com/blog/difference-ab-testing-multivariate-testing/ Key Differences Between Multivariate Testing (MVT) & A/B Testing | Paras Chopra - Visual Website Optimizer (VWO)] |
| − | * [ | + | * [https://www.invespcro.com/blog/what-is-multivariate-testing/ What is Multivariate Testing? | Khalid Saleh - invesp] |
| − | * [ | + | * [https://www.smashingmagazine.com/2011/04/multivariate-testing-101-a-scientific-method-of-optimizing-design/ Multivariate Testing 101: A Scientific Method Of Optimizing Design | Paras Chopra - Visual Website Optimizer (VWO)] |
| − | Multivariate testing is a technique for testing a hypothesis in which multiple variables are modified. The goal of multivariate testing is to determine which combination of variations performs the best out of all of the possible combinations. Websites and mobile apps are made of combinations of changeable elements. A multivariate test will change multiple elements, like changing a picture and headline at the same time. Three variations of the image and two variations of the headline are combined to create six versions of the content, which are tested concurrently to find the winning variation. [ | + | Multivariate testing is a technique for testing a hypothesis in which multiple variables are modified. The goal of multivariate testing is to determine which combination of variations performs the best out of all of the possible combinations. Websites and mobile apps are made of combinations of changeable elements. A multivariate test will change multiple elements, like changing a picture and headline at the same time. Three variations of the image and two variations of the headline are combined to create six versions of the content, which are tested concurrently to find the winning variation. [https://www.optimizely.com/optimization-glossary/multivariate-testing/ Optimizely] |
{|<!-- T --> | {|<!-- T --> | ||
| Line 165: | Line 165: | ||
<youtube>tVnnG7mFeqA</youtube> | <youtube>tVnnG7mFeqA</youtube> | ||
<b>Introduction to multivariate data analysis using vegan | <b>Introduction to multivariate data analysis using vegan | ||
| − | </b><br>Get started using the vegan package for R for multivariate data analysis and community ecology Further information about the webinar is in the [ | + | </b><br>Get started using the vegan package for R for multivariate data analysis and community ecology Further information about the webinar is in the [https://github.com/gavinsimpson/intro-vegan-webinar-july-2020 GitHub repo] |
|} | |} | ||
|}<!-- B --> | |}<!-- B --> | ||
Revision as of 19:44, 27 March 2023
YouTube search... ...Google search
- Explainable / Interpretable AI
- Evaluation ... Prompts for assessing AI projects
- Data Science
- Train, Validate, and Test
- Testing of Artificial Intelligence | Sogeti
- Other Challenges in Artificial Intelligence
- Data Science Concepts Explained to a Five-year-old | Megan Dibble - Toward Data Science
Covering both..
- Testing ‘of’ AI
- Testing ‘with’ AI
|
|
|
|
|
|
|
|
A/B Testing
YouTube search... ...Google search
- Data science you need to know! A/B testing | Michael Barber - Towards Data Science
- A/B Testing for Data Science | Anjali Tiwari - Analytics Vidhya - Medium
- A Data Analyst guide to A/B testing | Jacob Joseph - CleverTap - KDnuggets
A/B testing (also known as bucket testing or split-run testing) is a user experience research methodology. A/B tests consist of a randomized experiment with two variants, A and B. It includes application of statistical hypothesis testing or "two-sample hypothesis testing" as used in the field of statistics. A/B testing is a way to compare two versions of a single variable, typically by testing a subject's response to variant A against variant B, and determining which of the two variants is more effective. Wikipedia
|
|
|
|
Multivariate Testing (MVT)
YouTube search... ...Google search
- Key Differences Between Multivariate Testing (MVT) & A/B Testing | Paras Chopra - Visual Website Optimizer (VWO)
- What is Multivariate Testing? | Khalid Saleh - invesp
- Multivariate Testing 101: A Scientific Method Of Optimizing Design | Paras Chopra - Visual Website Optimizer (VWO)
Multivariate testing is a technique for testing a hypothesis in which multiple variables are modified. The goal of multivariate testing is to determine which combination of variations performs the best out of all of the possible combinations. Websites and mobile apps are made of combinations of changeable elements. A multivariate test will change multiple elements, like changing a picture and headline at the same time. Three variations of the image and two variations of the headline are combined to create six versions of the content, which are tested concurrently to find the winning variation. Optimizely
|
|