Machine Learning Inductive Logic Programming Inductive Logic Programming public – 3 min read Inductive Logic Programming (ILP) is a subfield of machine learning and artificial intelligence that combines concepts from both logic programming… Apr 11, 2024 Ian Baraka Ian Baraka
Precision Recall Machine Learning Understanding Precision and Recall public – 3 min read Precision and recall are two fundamental metrics used to evaluate the performance of classification models in machine learning and deep… Apr 4, 2024 Ian Baraka Ian Baraka
Machine Learning Overfitting Understanding Overfitting in Machine Learning public – 3 min read Overfitting is a common problem in machine learning and deep learning where a model learns the training data too well,… Apr 4, 2024 Ian Baraka Ian Baraka
Cross Validation Machine Learning Introduction to Cross Validation public – 2 min read Cross-validation is a crucial technique in machine learning for evaluating the performance of a predictive model. It involves partitioning the… Apr 4, 2024 Ian Baraka Ian Baraka
Random forest Classifier Decision Trees Machine Learning Random Forest vs Decision Trees public – 2 min read If you are new to machine learning, you may have come across the terms random forest classifier and decision trees… Apr 3, 2024 Ian Baraka Ian Baraka
Machine Learning Deep Learning Machine Learning vs Deep Learning public – 3 min read Machine learning and deep learning are both subfields of artificial intelligence (AI) that involve training algorithms to learn patterns and… Mar 28, 2024 Ian Baraka Ian Baraka
Machine Learning Unsupervised Machine Learning Understanding Unsupervised Machine Learning Concepts public – 2 min read What is unsupervised machine learning? Unsupervised machine learning is a type of machine learning where the model is trained on… Mar 22, 2024 Ian Baraka Ian Baraka
Machine Learning Supervised Machine Learning Understanding Supervised Machine Learning Concepts public – 3 min read In this article, learn what is of supervised machine learning and explore how it is applied to solve real-world problems.… Mar 21, 2024 Ian Baraka Ian Baraka
Machine Learning Linear Regression Python How to predict car prices using linear regression public – 5 min read In this article, learn how to apply linear regression techniques to solve real-world problems. For this example, you will understand… Mar 14, 2024 Ian Baraka Ian Baraka
Machine Learning Python Multiple Linear Regression How to do Multiple Linear Regression public – 3 min read In this tutorial, we will learn how to use Python to perform multiple linear regression. Since we have been introduced… Mar 12, 2024 Ian Baraka Ian Baraka
Simple Linear Regression Python Machine Learning How to do Simple Linear Regression public – 5 min read In this tutorial, we will learn how to use Python to perform simple linear regression. We will be introduced to… Mar 12, 2024 Ian Baraka Ian Baraka
Machine Learning How to start Machine Learning public – 1 min read Getting Started with Machine Learning Getting started with ML may seem daunting, but don't worry! In this blog… Jul 27, 2023 Ian Baraka Ian Baraka