#machine-learning
Read more stories on Hashnode
Articles with this tag
AI Series - Chapter 17 路 Semi-supervised learning is a branch of machine learning that uses both labelled and unlabelled data to train models. It uses...
AI Series - Chapter 15 路 print("Dimensionality Reduction") Dimensionality reduction is a technique/model used in unsupervised learning to reduce the...
AI Series - Chapter 11 路 print("Introduction to Linear Regression") Hola 馃, Linear Regression is a supervised learning model used for regression tasks....
AI Series - Chapter 10 路 print("Supervised learning regression") Regression in supervised learning tasks uses continuous values to make predictions. This...
AI Series - Chapter 6 路 print("Naive Bayes") Naive Bayes(NB) is a supervised learning model used for classification tasks. NB makes predictions by...
AI Series - Chapter 1 路 print("Hello AI") Artificial Intelligence (AI) is an area of computer science focused on enabling computers and machines to...