Machine Learning : Supervised vs Unsupervised Learning
Artificial Intelligence is a branch of computer science that enables a machine, to perform a task similar to that of humans or human intelligence. Machine learning is one of the sub-fields associated with artificial intelligence. Machine Learning is an algorithm that learns from the experience without being explicitly programmed. Deep Learning is a subfield associated with Machine Learning that leads to creating a neural network that emphasizes working similar to neurons in the human brain. According to Computer Scientist and Machine Learning Pioneer Tom M Mitchell, "Machine learning is the study of computer algorithms that allow a computer program to automatically improve through experience". Some of the real-world application associated with Machine Learning: 1. Image Recognition Image Recognition can detect various objects within the photographs or images. It can identify the object taking into consideration various factors such as the intensity of pixels in blac...