AI Artificial intelligence, or AI, is technology that enables computers and machines to simulate human intelligence and problem-solving capabilities.
AI Documentry
Machine Learning A sub field of Computer science and AI Learn make decision prediction from data Machine learning is a field of computer science that uses statistical technique to give computer systems the ability to learn with data, without being explicitly programmed.
Life cycle Get Data Clean, prepare & Manipulate Data Train Model Test Data Improve
Type of Data Structure Unstructured Semi structure
Structure Data structured data is the type of data that is well-organized and accurately formatted. This data exists in a format of relational databases ( RDBMSs ), meaning the information is stored in tables with rows and columns that are connected.
Unstructured Data Social Media Text Block Chat Tag Audio Video
Multi Structure E-commerce Amazon shopping Daraz Shopping Point of Sale Currency Data
Types of ML
Supervised ML
Types of Supervised ML Algorithms Regression Classification
Regression Regression is a statistical approach used to analyze the relationship between a dependent variable (target variable) and one or more independent variables (predictor variables ).
Continue Simple Linear Regression Multiple Linear Regression Polynomial Regression
Classification Classification is a supervised machine learning method where the model tries to predict the correct label of a given input data. In classification, the model is fully trained using the training data, and then it is evaluated on test data before being used to perform prediction on new unseen data
Continue Binary Multi
Continue Random Forest Decision Tree Logistic Regression SVM