The Main Tenets that Make for an Attractive Web Site
- ↗️ Supervised learning consists of training algorithms on labeled data, where input data is coupled with the corresponding output data, just as used in image classification, spam detection, and regressive estimation.
- ↗️ Unsupervised learning consists of training algorithms on unlabeled data in which one would use them to discover hidden patterns and structures in the data, i.e., clustering, anomaly detection, and dimensionality reduction.
- ↗️ Reinforcement learning is the process of training algorithms that simulate systems with either penalty or reward depending on the decisions made; for instance, game playing, robotics, and autonomous vehicles.
- ↗️ Deep learning itself is a sub-category of machine learning that applies a multi-layered artificial neural network to analyze vast varieties of unstructured data such as images, speech, or text. Therefore, deep learning has been very useful for the development of the computer vision, natural language process, and even speech recognition.
