AI Classification Pitfalls and Cosine Similarity

cybr csb ai day n.w
1 / 5
Embed
Share

Explore the challenges of AI classification with scenarios like predisposition testing and cosine similarity calculations. Learn how to avoid common pitfalls in machine learning models.

  • AI classification
  • Pitfalls
  • Cosine Similarity
  • Machine Learning

Uploaded on | 1 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. CYBR CSB AI Day The Myth of AI NLP Word2Vec demo ML Classification (e.g., spam?) Used Vocab quizzes CVE classification gms

  2. Classifier Pitfall 1 in 1000 people have a certain predisposition to a deadly disease for which a daily pill will prevent it from activating. There is a test that is 95% accurate for diagnosing the predisposition. Imagine that you are tested and receive a positive result notification what is the likelihood that you actually have the predisposition? gms

  3. 1 in 1000 95% accurate TP/FP and TN/FN? 1 / 49 950 / 0 gms

  4. Used Vocab quizzes MIS 213 (557 terms) and MIS 365 (442) Distractor selection MSCSIS Capstone ~3% of published CVEs are exploited in the wild Use CISA KEV Classifier based on select CVE fields gms

  5. Cosine Similarity https://www.omnicalculator.com/math/cosine-similarity a = [-0.4, 0.8] and b = [-0.3, 0.2] a.b = (-0.4)(-0.3) + (0.8)(0.2) = 0.28 ||a|| = [(-0.4) + (0.8) ].5 = 0.8944 ||b|| = [(-0.3) + (0.2) ].5 = 0.3606 a.b = 0.28 / (0.8944 * 0.3606) a.b = .8682 gms

More Related Content