Machine Learning
MACHINE LEARNING We learn from experience , machine learn from data that is machine learning when a human fail it will bring to machine that is machine learning jitna jada data hoga utna badhiya hmara model hoga type of machine learning 1.Supervised learning 2.Unsupervised learning 3.Reinforcement learning List of Common Machine Learning Algorithms Here is the list of commonly used machine learning algorithms. These algorithms can be applied to almost any data problem: Linear Regression Logistic Regression Decision Tree SVM Naive Bayes kNN K-Means Random Forest Dimensionality Reduction Algorithms Gradient Boosting algorithms GBM XGBoost LightGBM CatBoost Supervised learning Algorithim are trained using labeld data, input data is provided to the model along with the output 1. linear regression * It is used to estimate real values (cost of houses, number of calls, total sales etc.) * An algorithm is derived by statisticians and mathematicians for a particular task i.e. in our ...