First time here? Checkout the FAQ!
x
+2 votes
574 views
asked in Deep Learning Interview Questions by (1.4k points)  
  

1 Answer

0 votes
answered by (115k points)  

Deep learning algorithms can be segregated into four different branches based on their area of research and application:

General deep learning algorithms: Densely-connected layers or fully-connected networks

Sequence models: Recurrent Neural Networks (RNN), Long Short Term Memory (LSTM) Networks, Gated Recurrent Units, etc

Spatial data models: Convolutional Neural Networks (CNN), Generative Adversarial Networks (GAN)

Other algorithms: Unsupervised Learning, Reinforcement Learning (RL), Sparse Encoding, etc

...