Artificial Intelligence

Artificial Intelligence

Module 8.3: Recall

Introduction Recall is one of the most important evaluation metrics used in Machine Learning and Artificial Intelligence for classification problems. Recall measures how effectively a model identifies actual positive cases..

Read More
Artificial Intelligence

Module 8.2: Precision

Introduction Precision is one of the most important evaluation metrics used in Machine Learning and Artificial Intelligence for classification problems. It measures how many positive predictions made by a model.

Read More
Artificial Intelligence

Module 9.1: Deep Learning – Introduction to Deep Learning

Module 9: Deep Learning – Tutorial 73: Introduction to Deep Learning Deep Learning is one of the most exciting and rapidly growing fields within Artificial Intelligence (AI). It powers many.

Read More
Artificial Intelligence

Module 8.1: Confusion Matrix

Introduction Confusion Matrix is one of the most important evaluation metrics used in Machine Learning and Artificial Intelligence. It is mainly used for evaluating classification models. A Confusion Matrix helps.

Read More
Artificial Intelligence

Module 8: Evaluation Metrics for AI Models

Introduction Building an Artificial Intelligence model is only one part of the Machine Learning workflow. After training a model, it is extremely important to evaluate how accurately and effectively the.

Read More
Artificial Intelligence

Module 7.7: Naive Bayes Classifier

Introduction Naive Bayes Classifier is a popular Supervised Machine Learning algorithm used for classification tasks. It is based on probability theory and Bayes Theorem. The algorithm predicts categories using probability.

Read More
Artificial Intelligence

Module 7.9: Random Forest

Introduction Random Forest is one of the most powerful and widely used Supervised Machine Learning algorithms. It belongs to the category of Ensemble Learning, where multiple models work together to.

Read More
Artificial Intelligence

Module 7.8: Decision Tree

Introduction Decision Tree is one of the most widely used Supervised Machine Learning algorithms used for classification and regression tasks. It works by creating a tree-like structure of decisions based.

Read More
Artificial Intelligence

Module 7.6: K-Nearest Neighbors (KNN)

Introduction K-Nearest Neighbors (KNN) is one of the simplest and most widely used Supervised Machine Learning algorithms. KNN is mainly used for classification and regression problems. It predicts results by.

Read More
Artificial Intelligence

Module 7.5: Support Vector Machine (SVM)

Introduction Support Vector Machine (SVM) is a powerful Supervised Machine Learning algorithm used for classification and regression tasks. SVM is widely used in Artificial Intelligence, Pattern Recognition, Image Classification, Text.

Read More