Home
Random
Recent changes
Special pages
Community portal
Preferences
About Qbase
Disclaimers
Qbase
Search
User menu
Talk
Contributions
Create account
Log in
Editing
Neural Network
(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 Neural Networks == === Feedforward Neural Networks (FNN) === The simplest type, where information moves in one direction from input to output. === Convolutional Neural Networks (CNN) === Used primarily for image and video recognition. They apply filters to detect spatial hierarchies in visual data. * See also: [[Deep Learning]] === Recurrent Neural Networks (RNN) === Designed to handle sequential data by maintaining internal memory. Useful in time series and language processing tasks. === Long Short-Term Memory (LSTM) === A type of RNN capable of learning long-term dependencies. Common in [[Natural Language Processing]]. === Generative Adversarial Networks (GANs) === Consist of two networks (generator and discriminator) trained in opposition to generate realistic data. === Transformers === State-of-the-art architecture for sequence modeling, using self-attention rather than recurrence.
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)