AI Today Podcast: Artificial Intelligence Insights, Experts, and Opinion

AI Today Podcast: Artificial Intelligence Insights, Experts, and Opinion


Latest Episodes

AI Today Podcast: AI Glossary Series – Random Forest and Boosted Trees
March 15, 2023

Sometimes for reasons such as improving performance or robustness it makes sense to create multiple decision trees and average the results to solve problems related to overfitting. Or, it makes sense

AI Today Podcast: AI Glossary Series – Ensemble Models
March 10, 2023

Sometimes for reasons such as improving performance or robustness it makes sense to combine the results of multiple different models trained on the same data. In this episode of the AI Today podcast h

AI Today Podcast: AI Glossary Series – Decision Trees
March 08, 2023

There are many algorithms that can be used for classification and it's important to at least know them at a high level. In this episode of the AI Today podcast hosts Kathleen Walch and Ron Schmelzer d

AI Today Podcast: AI Glossary Series – Support Vector Machine & Kernel Method
March 03, 2023

There are many algorithms that can be used for classification and it's important to at least know them at a high level. In this episode of the AI Today podcast hosts Kathleen Walch and Ron Schmelzer d

AI Today Podcast: AI Glossary Series: K-Nearest Neighbor and Lazy Learning
March 01, 2023

There are many algorithms that can be used for classification and it's important to at least know them at a high level. In this episode of the AI Today podcast hosts Kathleen Walch and Ron Schmelzer d

AI Today Podcast: AI Glossary Series – Bayes’ Theorem, Bayesian Classifier, Naive Bayes
February 24, 2023

Probabilities play a big part in AI and machine learning. After all, AI systems are Probabilistic systems that must learn what to do. In this episode of the AI Today podcast hosts Kathleen Walch and R

AI Today Podcast: AI Glossary Series – Classification & Classifier, Binary Classifier, Multiclass Classifier, Decision Boundary
February 22, 2023

Determining which categories or classes data belongs to in the core aspect of classification. In this episode of the AI Today podcast hosts Kathleen Walch and Ron Schmelzer define the terms Classifi

AI Today Podcast: How AI and Project Management Fit Together: Interview with Bill Raymond, Agile in Action Podcast
February 21, 2023

In this episode of the AI Today podcast hosts Kathleen Walch and Ron Schmelzer have a discussion with Bill Raymond who is the host of the Agile In Action podcast. We discuss why project managers shoul

AI Today Podcast: AI Glossary Series: Overfitting, Underfitting, Bias, Variance, Bias/Variance Tradeoff
February 17, 2023

When it comes to building ML models, you want to make a model simple enough so that it can handle a wide range of real-world data on the one hand, but not too simple that it overgeneralizes or underfi

AI Today Podcast: AI Glossary Series – Dimension, Curse of Dimensionality, Dimensionality Reduction
February 15, 2023

In this episode of the AI Today podcast hosts Kathleen Walch and Ron Schmelzer define the terms Dimension, Curse of Dimensionality, Dimensionality Reduction, and explain how they relate to AI and why