Content text chapter 2. Neural network.pptx
What Is a Neural Network? Dendrites These receive information or signals from other neurons that get connected to it. Cell Body Information processing happens in a cell body. These take in all the information coming from the different dendrites and process that information. Axon It sends the output signal to another neuron for the flow of information. Here, each of the flanges connects to the dendrite or the hairs on the next one.
What Is a Neural Network? NN: a machine modeled on the human brain. Each layer consists of nodes. The connections between the nodes depict the flow of information from one layer to the next. The neurons are connected with the help of weights. It then feeds the inputs to a neuron. After this, it processes the data and gives an output. A neural network has three main layers. Input Layer: This layer is responsible for accepting the inputs. Hidden Layer: This layer processes the input data to find out hidden information and performs feature extraction. Output Layer: This layer gives the desired output.