官术网_书友最值得收藏!

Predicting output with a neural network

By combining layers of neurons together we create a stacked function that has non-linear transformations and trainable weights so it can learn to recognize complex relationships. To visualize this, let's transform the neural network from previous sections into a mathematical formula. First, let's take a look at the formula for a single layer:

The X variable is a vector that represents the input for the layer in the neural network. The w parameter represents a vector of weights for each of the elements in the input vector, X. In many neural network implementations, an additional term, b, is added, this is called the bias and basically increases or decreases the overall level of input required to activate the neuron. Finally, there's a function, f, which is the activation function for the layer.

Now that you've seen the formula for a single layer, let's put together additional layers to create the formula for the neural network:

Notice how the formula has changed. We now have the formula for the first layer wrapped in another layer function. This wrapping or stacking of functions continues when we add more layers to the neural network. Each layer introduces more parameters that need to be optimized to train the neural network. It also allows the neural network to learn more complex relationships from the data we feed into it. 

To make a prediction with a neural network, we need to fill all of the parameters in the neural network. Let's assume we know those because we trained it before. What's left is the input value for the neural network. 

The input is a vector of floating-point numbers that is a representation of the input of our neural network. The output is a vector that forms a representation of the predicted output of the neural network.

主站蜘蛛池模板: 长白| 平利县| 观塘区| 巴彦县| 靖西县| 新营市| 吉首市| 开阳县| 边坝县| 彭阳县| 靖江市| 白河县| 新巴尔虎左旗| 兴宁市| 洛扎县| 铜鼓县| 延长县| 阜康市| 南阳市| 满城县| 阿克| 鱼台县| 永昌县| 南宁市| 收藏| 将乐县| 临安市| 泰州市| 怀仁县| 成武县| 甘肃省| 达日县| 宜城市| 微山县| 大宁县| 马龙县| 娄底市| 鄂托克前旗| 顺义区| 金山区| 石门县|