ANN CNN RNN Flashcards

1
Q

what is ANN

A

artificial neural network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

explain ANN

A

An Artificial neural network is network based on biological neural networks that construct the structure of the human brain. Similar to a human brain has neurons interconnected to each other, artificial neural networks also have neurons that are linked to each other in various layers of the networks. These neurons are known as nodes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what are nodes

A

Similar to the human brain that has neurons interconnected to one another, artificial neural networks also have neurons that are interconnected to one another in various layers of the networks.
These neurons are known as nodes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is the architecture of ANN

A

Lets us look at various types of layers available in an artificial neural network. Artificial Neural Network primarily consists of three layers:

Input layer
Hidden layer
Output Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is input layer

A

it accepts inputs in several different formats provided by the programmer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is hidden layer

A

The hidden layer presents in-between input and output layers. It performs all the calculations to find hidden features and patterns.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is output layer

A

The input goes through a series of transformations using the hidden layer, which finally results in output that is conveyed using this layer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

write diff between ANN and BNN

A

from PDF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is single layer feed forward neural network

A

layer is formed by taking processing element and combining it with other processing element

input and output are linked with each other

inputs are connected to the processing nodes with various weights resulting series of output one per node

zero hidden layers present

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what is multi layer feed forward neural network

A

it is formed by interconnection of several layers

there are multiple layers between input and output layers known as hidden layers

input layers receives input and buffers input signal, output layer generates output

zero to several hidden layers present

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is CNN

A

convolutional neural networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

explain CNN

A

neural networks that use convolution in place of general matrix multiplication in at least one of their layers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly