Decision Trees From Scratch With Python
Machine LearningModelingposted by ODSC Community September 9, 2022
Decision trees are one of the most intuitive machine learning algorithms used both for classification and regression. After reading, you’ll know how to implement a decision tree classifier entirely from scratch. This is the fifth of many upcoming from-scratch articles, so stay tuned to the blog... Read more
How to Interpret Any Machine Learning Prediction
Machine LearningModelingposted by ODSC Team September 7, 2022
Local Interpretable Model-agnostic Explanations (LIME) is a Python project developed by Ribeiro et al. to interpret the predictions of any supervised Machine Learning (ML) model. Most ML algorithms are black-boxes; we are unable to properly understand how they perform a specific prediction. This is a... Read more
Attention Mechanism in Seq2Seq and BiDAF – An Illustrated Guide
Machine LearningModelingposted by ODSC Community September 2, 2022
This article is the third in a series of four articles that aim to illustrate the working of Bi-Directional Attention Flow (BiDAF), a popular machine learning model for question and answering (Q&A). To recap, BiDAF is a closed-domain, extractive Q&A model. This means that to be able to answer... Read more
How to Use Large AI Models at Low Costs
Machine LearningModelingUncategorizedWest 2022posted by ODSC Community August 25, 2022
Editor’s Note: James Demmel, PhD and Yang You, PhD are speakers for ODSC West 2022 coming this November 1st-3rd. Be sure to check out their talk, “Colossal-AI: A Unified Deep Learning System For Large-Scale Parallel Training,” there! The success of the Transformer models has pushed the... Read more
Deploy a Machine Learning Model in Seconds
Machine LearningModelingWest 2022posted by ODSC Community August 25, 2022
Editor’s note: Abubakar Abid, PhD is a speaker for ODSC West this November 1st-3rd. Be sure to check out his talk, “A Practical Tutorial on Building Machine Learning Demos with Gradio,” there! Several years ago, when I built my first machine learning model to classify handwritten... Read more
Many Models Training with Hyperparameter Optimization
Machine LearningModelingAzureMicrosoftposted by Paolo Lacerda August 22, 2022
This article presents an approach for you to train multiple machine learning models, optimizing the hyperparameters of each model in an automated way with Azure Machine Learning. Before getting into the part where I explain how to do this, let’s first get a better understanding of... Read more
All You Need to Know about Gradient Boosting Algorithm − Part 1: Regression
Machine LearningModelingposted by ODSC Community August 17, 2022
Gradient boosting is one of the most popular machine learning algorithms for tabular datasets. It is powerful enough to find any nonlinear relationship between your model target and features and has great usability that can deal with missing values, outliers, and high cardinality categorical values on... Read more
Ivy – The Unified Machine Learning Framework
Machine LearningModelingIvyposted by ODSC Community August 16, 2022
At Ivy, we’re on a mission to unify all ML frameworks 💥 + automate code conversions 🔄 pip install ivy-core 🚀, join our growing community 😊, and lets-unify.ai! 🦾 In this post, we introduce Ivy, a new ML framework that currently supports JAX, TensorFlow, PyTorch, MXNet, and... Read more
Top 12 Open Source Machine Learning Projects of 2022 (so far)
Machine LearningModelingposted by Sheamus McGovern August 10, 2022
2022 is rapidly progressing so it’s a good time to take stock of what’s trending in open source machine learning and data science projects. These projects showcase the growth in the field of AI and highlight the current industry trajectory. Using GitHub stars, we tracked the... Read more
7 Reinforcement Learning Use Cases in 2022
Machine LearningModelingReinforcement Learningposted by Alex Landa, ODSC August 3, 2022
Data science and artificial intelligence are everywhere. So are video games. It’s no surprise that it was only a matter of time until people started getting creative with combining the two in unique ways. And no, I’m not talking about improving in-game AI (because clearly, Skyrim... Read more