AI Today Podcast: Artificial Intelligence Insights, Experts, and Opinion
Latest Episodes
AI Today Podcast: AI Glossary Series – Random Forest and Boosted Trees
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
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
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
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
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
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
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
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
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
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