Home
Random
Recent changes
Special pages
Community portal
Preferences
About Qbase
Disclaimers
Qbase
Search
User menu
Talk
Contributions
Create account
Log in
Editing
Deep Learning
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Types of Deep Learning Architectures == === Convolutional Neural Networks (CNNs) === Used primarily for image recognition and classification. They extract spatial hierarchies of features using convolutional layers. * Example: Face detection, medical imaging === Recurrent Neural Networks (RNNs) === Designed for sequence data like time series or language. They maintain internal memory to model temporal behavior. * Example: Language translation, speech recognition === Long Short-Term Memory (LSTM) === A special kind of RNN capable of learning long-term dependencies. === Generative Adversarial Networks (GANs) === Consist of two networks (generator and discriminator) competing to create realistic synthetic data. * Example: AI-generated art, deepfakes === Transformers === Used heavily in [[Natural Language Processing]], transformers replace recurrence with self-attention mechanisms. * Example: GPT, BERT
Summary:
Please note that all contributions to Qbase may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
My wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)