InterviewSolution
| 1. |
What is Deep Learning and how is it different from Machine Learning and Representative Learning? |
||||
|
Answer» DEEP Learning is a BRANCH of machine learning based on a set of ALGORITHMS that attempt to model high level and hierarchical representation in data using deep graph with multiple processing layers, multiple linear and non-linear transformations. In Machine Learning (ML), basic process flow is from “INPUT” to “hand designed features” to “mapping from features” to “output”. In Representation Learning (RL), basic process flow is from “Input” to “features” to “mapping from features” to “output”. In Deep Learning (DL), basic process flow is from “Input” to “ simple features” to “more layers of abstract features” to “mapping from features” to “output”. Below table provides a quick REFERENCE of this understanding.
|
|||||