in Technology by
Explain the commonly used Artificial Neural Networks?

1 Answer

0 votes
by

Feedforward Neural Network

  • The simplest form of ANN, where the data or the input travels in one direction.
  • The data passes through the input nodes and exit on the output nodes. This neural network may or may not have the hidden layers.

Convolutional Neural Network

  • Here, input features are taken in batch wise like a filter. This will help the network to remember the images in parts and can compute the operations.
  • Mainly used for signal and image processing

Recurrent Neural Network(RNN) – Long Short Term Memory

  • Works on the principle of saving the output of a layer and feeding this back to the input to help in predicting the outcome of the layer.
  • Here, you let the neural network to work on the front propagation and remember what information it needs for later use
  • This way each neuron will remember some information it had in the previous time-step.

Autoencoders

  • These are unsupervised learning models with an input layer, an output layer and one or more hidden layers connecting them.
  • The output layer has the same number of units as the input layer. Its purpose is to reconstruct its own inputs.
  • Typically for the purpose of dimensionality reduction and for learning generative models of data.

Related questions

0 votes
    ______________ activation function is the most commonly used activation function in Neural networks. (1)Non-Linear (2)Linear...
asked Jun 15, 2021 in Technology by JackTerrance
0 votes
    What are the features of an Artificial Neural Network? Select the correct answer from above options...
asked Nov 12, 2021 in Education by JackTerrance
0 votes
0 votes
    The building blocks of artificial neural networks are artificial _______ (a) Blocks (b) Neurons (c) Functions (d) ... of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    Artificial neural networks may be thought of as simplified models of the networks of neurons that occur naturally in ... R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    I know there are many advantages that SVMs have over ANN since they cover two main disadvantages of ANN: ANN covers ... ANNs usable ? Select the correct answer from above options...
asked Jan 22, 2022 in Education by JackTerrance
0 votes
    Explain the different domains of Artificial Intelligence....
asked Jan 17, 2023 in Technology by JackTerrance
0 votes
    Which of the following is not the commonly used programming language for Artificial Intelligence? a) Perl b) Java c) PROLOG d) LISP...
asked Jan 14, 2023 in Education by JackTerrance
0 votes
    How is Machine Learning related to Artificial Intelligence?...
asked Jan 17, 2023 in Education by JackTerrance
0 votes
    What is Artificial intelligence ? a. putting your intelligence into computer b. programming with your own intelligence c ... a game Select the correct answer from above options...
asked Nov 12, 2021 in Education by JackTerrance
0 votes
    Define Artificial Intelligence. Select the correct answer from above options...
asked Nov 12, 2021 in Education by JackTerrance
...