Deep Learning, 5 blunt pros and cons.
- alnavar8
- Jun 24, 2020
- 1 min read
PROS:
In deep learning, the features can be automatically extracted and tuned for the necessary outcome.
These features need not be extracted well ahead of execution time. This can prevent wastage of time like that in the traditional ML algorithms.
The DL or DNN architectures are flexible and adaptable to newer examples and problems.
Neural Network based approcah can be applied to many different applications and data types.
DL can perform the parallel computation with the help of GPUs.

CONS:
Deep Learning requires extremely large amount of data in order to achieve a fairly good accuracy.
It is not easy to comprehend output based on only the learning and it requires classifiers to do so.
Extremely expensive to train due to complex data models.
DL models are difficult to be adopted by less skilled people as there is no standard guide for the selection of the exact tools and suitable architecture. Also, a prior knowledge is required w.r.t. the hyper parameters and the knowledge of the architectures.
A large number of parameters are required to be trained and that is why DL is considered time consuming and computationally intensive.




Comments